Home
last modified time | relevance | path

Searched refs:float_t (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/lib/msun/src/
H A De_log10f.c63 if (sizeof(float_t) > sizeof(float)) in __ieee754_log10f()
64 return (r - hfsq + f) * ((float_t)ivln10lo + ivln10hi) + in __ieee754_log10f()
65 y * ((float_t)log10_2lo + log10_2hi); in __ieee754_log10f()
H A De_log2f.c74 if (sizeof(float_t) > sizeof(float)) in __ieee754_log2f()
75 return (r - hfsq + f) * ((float_t)ivln2lo + ivln2hi) + y; in __ieee754_log2f()
H A De_rem_pio2f.c58 fn = rnint((float_t)x*invpio2); in __ieee754_rem_pio2f()
H A Ds_clogf.c48 float_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clogf()
H A Dmath.h137 typedef __float_t float_t; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DScalar.h309 typedef float float_t; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp108 static float_t flt_val; in GetBytes()
193 return sizeof(float_t); in GetByteSize()
1073 if (byte_size == sizeof(float_t)) in GetValueTypeForFloatWithByteSize()
1575 return (float_t)m_float.convertToDouble(); in Float()
/freebsd-12.1/contrib/libc++/include/
H A Dcmath43 float_t // C99
328 using ::float_t;
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dcmath160 using ::float_t;
/freebsd-12.1/contrib/libstdc++/
H A Dacinclude.m41136 typedef float_t my_float_t;
H A DChangeLog-20064433 and float_t typedefs.
4434 * include/tr1/cmath: Add double_t and float_t.
H A Dconfigure30968 typedef float_t my_float_t;