Home
last modified time | relevance | path

Searched refs:quot (Results 1 – 7 of 7) sorted by relevance

/stdlib/
A Dtestdiv.c29 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 Dldiv.c27 result.quot = numer / denom; in ldiv()
A Dlldiv.c28 result.quot = numer / denom; in lldiv()
A Ddiv.c58 result.quot = numer / denom; in div()
A Dstrtod_l.c1491 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 Dinttypes.h273 long int quot; /* Quotient. */ member
282 __extension__ long long int quot; /* Quotient. */
A Dstdlib.h61 int quot; /* Quotient. */ member
69 long int quot; /* Quotient. */ member
79 long long int quot; /* Quotient. */ member

Completed in 15 milliseconds