Home
last modified time | relevance | path

Searched defs:frexp (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DManipulationFunctions.h28 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.h64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp() function
H A D__clang_cuda_cmath.h64 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() function
H A D__clang_cuda_math.h137 __DEVICE__ double frexp(double __a, int *__b) { return __nv_frexp(__a, __b); } in frexp() function
H A Dtgmath.h816 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
/llvm-project-15.0.7/libcxx/include/
H A Dmath.h947 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 Dmath_h.pass.cpp45 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
/llvm-project-15.0.7/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp46 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFloat.h1274 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp227 MPFRNumber frexp(int &exp) { in frexp() function in __llvm_libc::testing::mpfr::MPFRNumber
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp4222 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 DPolynomialApproximation.cpp207 static std::pair<Value, Value> frexp(ImplicitLocOpBuilder &builder, Value arg, in frexp() function
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPFloatTest.cpp3464 TEST(APFloatTest, frexp) { in TEST() argument
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2473 TEST(MemorySanitizer, frexp) { in TEST() argument