Searched refs:quot (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/posix/
H A Ddiv_t.h10 int quot; member in struct:__anon552
15 long quot; member in struct:__anon553
20 long long quot; member in struct:__anon554
H A Dinttypes.h13 intmax_t quot; /* quotient */ member in struct:__anon305
/haiku/src/system/libroot/posix/stdlib/
H A Ddiv.c19 val.quot = numerator / denominator;
24 ++val.quot;
36 val.quot = numerator / denominator;
41 ++val.quot;
53 val.quot = numerator / denominator;
58 ++val.quot;
/haiku/src/system/libroot/posix/
H A Dinttypes.c23 result.quot = numer / denom;
27 result.quot++;
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c1297 mp_limb_t d, n, quot; variable
1306 udiv_qrnnd (quot, n, n, 0, d);
1312 if (quot == 0) \
1315 count_leading_zeros (cnt, quot); \
1320 retval[0] = quot >> (BITS_PER_MP_LIMB - used); \
1329 retval[0] = quot; \
1335 quot); \
1340 __mpn_lshift_1 (retval, RETURN_LIMB_SIZE, used, quot); \
1349 quot, BITS_PER_MP_LIMB - 1 - used,
1355 mp_limb_t quot variable
1449 mp_limb_t quot = 0; variable
[all...]
H A Dstdlib.h98 int quot; /* Quotient. */ member in struct:__anon206
106 long int quot; /* Quotient. */ member in struct:__anon207
118 long long int quot; /* Quotient. */ member in struct:__anon208
/haiku/headers/libs/mapm/
H A Dm_apm.h489 {MAPM quot,ret;m_apm_integer_div_rem(quot.val(),ret.val(), local
604 void integer_div_rem(const MAPM &denom,MAPM &quot,MAPM &rem) const argument
605 {m_apm_integer_div_rem(quot.val(),rem.val(),cval(),
/haiku/src/tools/cppunit/cppunit/
H A DXmlOutputter.cpp135 escaped += """;

Completed in 67 milliseconds