Lines Matching refs:Cxinteger_t
207 r->value.number = print->total->count ? print->total->value / (Cxinteger_t)print->total->count : 0;
210 r->value.number = (Cxinteger_t)print->total->count;
215 u = print->total->value / (Cxinteger_t)print->total->count;
219 u /= (Cxinteger_t)(print->total->count - 1);
605 if (n == 0 || ((n >= 0) ? n : -n) >= 1 && n >= FLTMAX_INTMAX_MIN && n <= FLTMAX_UINTMAX_MAX && n == (Cxinteger_t)n)
606 sfprintf(op, " %*I*u", fw, sizeof(Cxinteger_t), (Cxinteger_t)n);
643 number(op, (Cxinteger_t)total->count, FW);
644 u = total->value / (Cxinteger_t)total->count;
654 u /= (Cxinteger_t)(total->count - 1);