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

/freebsd-13-stable/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 Ds_scalbnf.c7 float_t y = x;
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;
H A De_rem_pio2f.c58 fn = rnint((float_t)x*invpio2);
H A Ds_clogf.c48 float_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t;
H A Dmath.h136 typedef __float_t float_t; typedef
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h261 typedef float float_t; typedef in class:lldb_private::Scalar
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp196 return sizeof(float_t);
430 if (byte_size == sizeof(float_t))

Completed in 67 milliseconds