Searched refs:quot (Results 1 – 7 of 7) sorted by relevance
/stdlib/ |
A D | testdiv.c | 29 printf ("%d / %d = %d + %d/%d", i, j, d.quot, d.rem, j); in main() 30 if (i == d.quot * j + d.rem) in main()
|
A D | ldiv.c | 27 result.quot = numer / denom; in ldiv()
|
A D | lldiv.c | 28 result.quot = numer / denom; in lldiv()
|
A D | div.c | 58 result.quot = numer / denom; in div()
|
A D | strtod_l.c | 1491 mp_limb_t d, n, quot; in ____STRTOF_INTERNAL() local 1506 if (quot == 0) \ in ____STRTOF_INTERNAL() 1529 quot); \ in ____STRTOF_INTERNAL() 1549 mp_limb_t quot = 0; in ____STRTOF_INTERNAL() local 1601 quot = ~(mp_limb_t) 0; in ____STRTOF_INTERNAL() 1615 umul_ppmm (n1, n0, d0, quot); in ____STRTOF_INTERNAL() 1622 --quot; in ____STRTOF_INTERNAL() 1643 mp_limb_t quot = 0; in ____STRTOF_INTERNAL() local 1721 quot = ~(mp_limb_t) 0; in ____STRTOF_INTERNAL() 1731 --quot; in ____STRTOF_INTERNAL() [all …]
|
A D | inttypes.h | 273 long int quot; /* Quotient. */ member 282 __extension__ long long int quot; /* Quotient. */
|
A D | stdlib.h | 61 int quot; /* Quotient. */ member 69 long int quot; /* Quotient. */ member 79 long long int quot; /* Quotient. */ member
|
Completed in 15 milliseconds