| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | ManipulationFunctions.h | 28 static inline T frexp(T x, int &exp) { in frexp() function
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_hip_cmath.h | 64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp() function
|
| H A D | __clang_cuda_cmath.h | 64 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() function
|
| H A D | __clang_cuda_math.h | 137 __DEVICE__ double frexp(double __a, int *__b) { return __nv_frexp(__a, __b); } in frexp() function
|
| H A D | tgmath.h | 816 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | math.h | 947 inline _LIBCPP_INLINE_VISIBILITY float frexp(float __lcpp_x, int* __lcpp_e) _NOEXCEPT {… in frexp() function 948 inline _LIBCPP_INLINE_VISIBILITY long double frexp(long double __lcpp_x, int* __lcpp_e) _NOEXCEPT {… in frexp() function 954 frexp(_A1 __lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexp((double)__lcpp_x, __lcpp_e);} in frexp() function
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | math_h.pass.cpp | 45 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/c.math/ |
| H A D | cmath.pass.cpp | 46 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 1274 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
|
| /llvm-project-15.0.7/libc/utils/MPFRWrapper/ |
| H A D | MPFRUtils.cpp | 227 MPFRNumber frexp(int &exp) { in frexp() function in __llvm_libc::testing::mpfr::MPFRNumber
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | APFloat.cpp | 4222 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM) { in frexp() function 4796 DoubleAPFloat frexp(const DoubleAPFloat &Arg, int &Exp, in frexp() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/ |
| H A D | PolynomialApproximation.cpp | 207 static std::pair<Value, Value> frexp(ImplicitLocOpBuilder &builder, Value arg, in frexp() function
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | APFloatTest.cpp | 3464 TEST(APFloatTest, frexp) { in TEST() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 2473 TEST(MemorySanitizer, frexp) { in TEST() argument
|