Searched refs:round_and_return (Results 1 – 1 of 1) sorted by relevance
/stdlib/ |
A D | strtod_l.c | 213 round_and_return (mp_limb_t *retval, intmax_t exponent, int negative, in round_and_return() function 1153 return round_and_return (retval, exponent, negative, val, in ____STRTOF_INTERNAL() 1165 return round_and_return (retval, exponent, negative, 0, 0, 0); in ____STRTOF_INTERNAL() 1286 return round_and_return (retval, bits - 1, negative, in ____STRTOF_INTERNAL() 1325 return round_and_return (retval, bits - 1, negative, 0, 0, 0); in ____STRTOF_INTERNAL() 1542 return round_and_return (retval, exponent - 1, negative, in ____STRTOF_INTERNAL() 1635 return round_and_return (retval, exponent - 1, negative, in ____STRTOF_INTERNAL() 1762 return round_and_return (retval, exponent - 1, negative, in ____STRTOF_INTERNAL()
|
Completed in 6 milliseconds