Home
last modified time | relevance | path

Searched defs:FPBits (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project/libc/src/__support/
H A Dstr_to_float.h74 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 DILogbTest.h27 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 DNextAfterTest.h23 using FPBits = LIBC_NAMESPACE::fputil::FPBits<T>; global() variable
[all...]
/llvm-project/libc/src/math/generic/
H A Dlog1pf.cpp41 using FPBits = typename fputil::FPBits<double>; log() typedef
84 using FPBits = typename fputil::FPBits<float>; global() typedef
[all...]
H A Dcoshf.cpp19 using FPBits = typename fputil::FPBits<float>; global() typedef
H A Dsinhf.cpp18 using FPBits = typename fputil::FPBits<float>; global() typedef
H A Datanhf.cpp17 using FPBits = typename fputil::FPBits<float>; global() typedef
H A Dcospif.cpp21 using FPBits = typename fputil::FPBits<float>; global() typedef
H A Dexpf.cpp26 FPBits xbits(x); typedef
H A Dcosf.cpp44 using FPBits = typename fputil::FPBits<float>; global() typedef
H A Dsinpif.cpp21 using FPBits = typename fputil::FPBits<float>; global() typedef
H A Dsinf.cpp32 FPBits xbits(x); typedef
H A Dexp10f_impl.h28 using FPBits = typename fputil::FPBits<float>; exp10f() local
H A Dlog2f.cpp57 using FPBits = typename fputil::FPBits<float>; global() typedef
[all...]
H A Dlog10f.cpp108 using FPBits = typename fputil::FPBits<float>; global() typedef
[all...]
H A Dlogf.cpp56 using FPBits = typename fputil::FPBits<float>; global() typedef
[all...]
H A Dsincosf.cpp54 FPBits xbits(x); typedef
[all...]
H A Dhypotf.cpp18 using FPBits = fputil::FPBits<float>; global() typedef
[all...]
H A Dtanf.cpp45 FPBits xbits(x); typedef
/llvm-project/libc/test/src/math/exhaustive/
H A Dexhaustive_test.h46 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 Datanhf_test.cpp14 using FPBits = LIBC_NAMESPACE::fputil::FPBits<float>; typedef
/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DNextAfterLongDouble.h28 using FPBits = FPBits<long double>; nextafter() local
[all...]
/llvm-project/libc/src/__support/FPUtil/
H A DBasicOperations.h246 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 DHypotTest.h23 using FPBits = LIBC_NAMESPACE::fputil::FPBits<T>; global() variable
H A DRemQuoTest.h19 using FPBits = LIBC_NAMESPACE::fputil::FPBits<T>; global() variable

123