/llvm-project/libcxx/include/__math/ |
H A D | exponential_functions.h | 45 inline _LIBCPP_HIDE_FROM_ABI float frexp(float __x, int* __e) _NOEXCEPT { return __builtin_frexpf(_… in frexp() function 48 _LIBCPP_HIDE_FROM_ABI double frexp(double __x, int* __e) _NOEXCEPT { in frexp() function 52 inline _LIBCPP_HIDE_FROM_ABI long double frexp(long double __x, int* __e) _NOEXCEPT { in frexp() function 57 inline _LIBCPP_HIDE_FROM_ABI double frexp(_A1 __x, int* __e) _NOEXCEPT { in frexp() function
|
/llvm-project/libc/src/__support/FPUtil/ |
H A D | ManipulationFunctions.h | 30 LIBC_INLINE T frexp(T x, int &exp) { frexp() function
|
/llvm-project/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); } frexp() function
|
H A D | tgmath.h | 816 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
|
/llvm-project/libc/src/math/nvptx/ |
H A D | nvptx.h | 88 LIBC_INLINE double frexp(double x, int *i) { return __nv_frexp(x, i); } frexp() function
|
/llvm-project/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 50 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } frexp() function [all...] |
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 50 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 1426 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { frexp() function
|
/llvm-project/libc/utils/MPFRWrapper/ |
H A D | MPFRUtils.cpp | 359 MPFRNumber frexp(int &exp) { frexp() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
|
/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 4644 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM) { frexp() function 5237 DoubleAPFloat frexp(const DoubleAPFloat &Arg, int &Exp, frexp() function
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | PolynomialApproximation.cpp | 227 static std::pair<Value, Value> frexp(ImplicitLocOpBuilder &builder, Value arg, frexp() function
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 3930 TEST(APFloatTest,frexp) TEST() argument [all...] |
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 2488 TEST(MemorySanitizer, frexp) { in TEST() argument
|