Searched refs:float_t (Results 1 - 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_log10f.c63 if (sizeof(float_t) > sizeof(float))
64 return (r - hfsq + f) * ((float_t)ivln10lo + ivln10hi) +
65 y * ((float_t)log10_2lo + log10_2hi);
H A De_log2f.c70 * must cast one of its terms to float_t. This makes the whole
71 * expression have type float_t, so return is forced to waste
74 if (sizeof(float_t) > sizeof(float))
75 return (r - hfsq + f) * ((float_t)ivln2lo + ivln2hi) + y;
/bionic/libm/include/
H A Dmath.h132 typedef __float_t float_t; typedef

Completed in 4008 milliseconds