Searched refs:float_t (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/lib/msun/src/ |
| H A D | e_log10f.c | 63 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 D | e_log2f.c | 74 if (sizeof(float_t) > sizeof(float)) in __ieee754_log2f() 75 return (r - hfsq + f) * ((float_t)ivln2lo + ivln2hi) + y; in __ieee754_log2f()
|
| H A D | e_rem_pio2f.c | 58 fn = rnint((float_t)x*invpio2); in __ieee754_rem_pio2f()
|
| H A D | s_clogf.c | 48 float_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clogf()
|
| H A D | math.h | 137 typedef __float_t float_t; typedef
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Scalar.h | 309 typedef float float_t; typedef
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Scalar.cpp | 108 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 D | cmath | 43 float_t // C99 328 using ::float_t;
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | cmath | 160 using ::float_t;
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | acinclude.m4 | 1136 typedef float_t my_float_t;
|
| H A D | ChangeLog-2006 | 4433 and float_t typedefs. 4434 * include/tr1/cmath: Add double_t and float_t.
|
| H A D | configure | 30968 typedef float_t my_float_t;
|