/llvm-project/libc/src/__support/ |
H A D | str_to_float.h | 74 using FPBits = typename fputil::FPBits<T>; global() variable 184 using FPBits = typename fputil::FPBits<long double>; global() variable 320 using FPBits = typename fputil::FPBits<T>; global() variable 514 using FPBits = typename fputil::FPBits<T>; global() variable 624 using FPBits = typename fputil::FPBits<T>; get_lower_bound() local 648 using FPBits = typename fputil::FPBits<T>; global() variable 725 using FPBits = typename fputil::FPBits<T>; binary_exp_to_float() local 844 using FPBits = typename fputil::FPBits<T>; decimal_string_to_float() local 955 using FPBits = typename fputil::FPBits<T>; hexadecimal_string_to_float() local 1061 using FPBits = typename fputil::FPBits<T>; nan_mantissa_from_ncharseq() local 1085 using FPBits = typename fputil::FPBits<T>; strtofloatingpoint() local 1210 using FPBits = typename fputil::FPBits<T>; strtonan() local [all...] |
/llvm-project/libc/test/src/math/ |
H A D | ILogbTest.h | 27 using FPBits = LIBC_NAMESPACE::fputil::FPBits<T>; test_special_numbers() local 77 using FPBits = LIBC_NAMESPACE::fputil::FPBits<T>; test_subnormal_range() local 96 using FPBits = LIBC_NAMESPACE::fputil::FPBits<T>; test_subnormal_range() local [all...] |
H A D | NextAfterTest.h | 23 using FPBits = LIBC_NAMESPACE::fputil::FPBits<T>; global() variable [all...] |
/llvm-project/libc/src/math/generic/ |
H A D | log1pf.cpp | 41 using FPBits = typename fputil::FPBits<double>; log() typedef 84 using FPBits = typename fputil::FPBits<float>; global() typedef [all...] |
H A D | coshf.cpp | 19 using FPBits = typename fputil::FPBits<float>; global() typedef
|
H A D | sinhf.cpp | 18 using FPBits = typename fputil::FPBits<float>; global() typedef
|
H A D | atanhf.cpp | 17 using FPBits = typename fputil::FPBits<float>; global() typedef
|
H A D | cospif.cpp | 21 using FPBits = typename fputil::FPBits<float>; global() typedef
|
H A D | expf.cpp | 26 FPBits xbits(x); typedef
|
H A D | cosf.cpp | 44 using FPBits = typename fputil::FPBits<float>; global() typedef
|
H A D | sinpif.cpp | 21 using FPBits = typename fputil::FPBits<float>; global() typedef
|
H A D | sinf.cpp | 32 FPBits xbits(x); typedef
|
H A D | exp10f_impl.h | 28 using FPBits = typename fputil::FPBits<float>; exp10f() local
|
H A D | log2f.cpp | 57 using FPBits = typename fputil::FPBits<float>; global() typedef [all...] |
H A D | log10f.cpp | 108 using FPBits = typename fputil::FPBits<float>; global() typedef [all...] |
H A D | logf.cpp | 56 using FPBits = typename fputil::FPBits<float>; global() typedef [all...] |
H A D | sincosf.cpp | 54 FPBits xbits(x); typedef [all...] |
H A D | hypotf.cpp | 18 using FPBits = fputil::FPBits<float>; global() typedef [all...] |
H A D | tanf.cpp | 45 FPBits xbits(x); typedef
|
/llvm-project/libc/test/src/math/exhaustive/ |
H A D | exhaustive_test.h | 46 using FPBits = LIBC_NAMESPACE::fputil::FPBits<FloatType>; member 79 using FPBits = LIBC_NAMESPACE::fputil::FPBits<FloatType>; member 116 using FPBits = typename Checker::FPBits; global() member [all...] |
H A D | atanhf_test.cpp | 14 using FPBits = LIBC_NAMESPACE::fputil::FPBits<float>; typedef
|
/llvm-project/libc/src/__support/FPUtil/x86_64/ |
H A D | NextAfterLongDouble.h | 28 using FPBits = FPBits<long double>; nextafter() local [all...] |
/llvm-project/libc/src/__support/FPUtil/ |
H A D | BasicOperations.h | 246 using FPBits = FPBits<T>; totalorder() local 270 using FPBits = FPBits<T>; getpayload() local 282 using FPBits = FPBits<T>; setpayload() local [all...] |
/llvm-project/libc/test/src/math/smoke/ |
H A D | HypotTest.h | 23 using FPBits = LIBC_NAMESPACE::fputil::FPBits<T>; global() variable
|
H A D | RemQuoTest.h | 19 using FPBits = LIBC_NAMESPACE::fputil::FPBits<T>; global() variable
|