Home
last modified time | relevance | path

Searched refs:frexpl (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm-project/libc/test/src/math/
Dfrexpl_test.cpp23 EXPECT_TRUE(FPBits::inf() == __llvm_libc::frexpl(FPBits::inf(), &exponent)); in TEST()
25 __llvm_libc::frexpl(FPBits::negInf(), &exponent)); in TEST()
27 EXPECT_TRUE(FPBits::zero() == __llvm_libc::frexpl(FPBits::zero(), &exponent)); in TEST()
31 __llvm_libc::frexpl(FPBits::negZero(), &exponent)); in TEST()
35 FPBits(__llvm_libc::frexpl(FPBits::buildNaN(1), &exponent)).isNaN()); in TEST()
41 EXPECT_TRUE(0.5l == __llvm_libc::frexpl(1.0l, &exponent)); in TEST()
43 EXPECT_TRUE(-0.5l == __llvm_libc::frexpl(-1.0l, &exponent)); in TEST()
46 EXPECT_TRUE(0.5l == __llvm_libc::frexpl(2.0l, &exponent)); in TEST()
48 EXPECT_TRUE(-0.5l == __llvm_libc::frexpl(-2.0l, &exponent)); in TEST()
51 EXPECT_TRUE(0.5l == __llvm_libc::frexpl(4.0l, &exponent)); in TEST()
[all …]
DCMakeLists.txt369 libc.src.math.frexpl
/external/llvm-project/libc/fuzzing/math/
Dmath_differential_fuzz.cpp131 &__llvm_libc::frexpl, &::frexpl, data, size); in LLVMFuzzerTestOneInput()
DCMakeLists.txt22 libc.src.math.frexpl
/external/llvm-project/libc/src/math/
Dfrexpl.h14 long double frexpl(long double x, int *exp);
Dfrexpl.cpp14 long double LLVM_LIBC_ENTRYPOINT(frexpl)(long double x, int *exp) { in LLVM_LIBC_ENTRYPOINT() argument
DCMakeLists.txt334 frexpl
336 frexpl.cpp
338 frexpl.h
/external/clang/test/CodeGen/
Dlibcall-declarations.c27 long double frexpl(long double, int *);
267 F(frexp), F(frexpf), F(frexpl), F(ldexp), F(ldexpf),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c27 long double frexpl(long double, int *);
267 F(frexp), F(frexpf), F(frexpl), F(ldexp), F(ldexpf),
Dmath-libcalls.c45 frexp(f,i); frexpf(f,i); frexpl(f,i); in foo()
/external/llvm-project/libc/config/linux/aarch64/
Dentrypoints.txt70 libc.src.math.frexpl
/external/llvm-project/libc/config/linux/x86_64/
Dentrypoints.txt113 libc.src.math.frexpl
/external/OpenCL-CTS/test_common/harness/
DerrorHelpers.cpp501 if (0.5L != frexpl(reference, &x)) in Ulp_Error_Double()
/external/libcxx/include/
Dcmath96 long double frexpl(long double value, int* exp);
480 using ::frexpl;
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll315 ; CHECK: declare void @frexpl(...)
316 declare void @frexpl(...)
Dannotate.ll334 ; CHECK: declare x86_fp80 @frexpl(x86_fp80, i32* nocapture) [[G0]]
335 declare x86_fp80 @frexpl(x86_fp80, i32*)
/external/llvm-project/libcxx/include/
Dcmath95 long double frexpl(long double value, int* exp);
483 using ::frexpl;
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll441 ; CHECK: declare void @frexpl(...)
442 declare void @frexpl(...)
/external/llvm-project/libc/spec/
Dstdc.td327 … FunctionSpec<"frexpl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<IntPtr>]>,
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def557 /// long double frexpl(long double num, int *exp);
558 TLI_DEFINE_ENUM_INTERNAL(frexpl)
559 TLI_DEFINE_STRING_INTERNAL("frexpl")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp142 TLI.setUnavailable(LibFunc::frexpl); in initialize()
752 case LibFunc::frexpl: in isValidProtoForLibFunc()
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def847 /// long double frexpl(long double num, int *exp);
848 TLI_DEFINE_ENUM_INTERNAL(frexpl)
849 TLI_DEFINE_STRING_INTERNAL("frexpl")
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def820 /// long double frexpl(long double num, int *exp);
821 TLI_DEFINE_ENUM_INTERNAL(frexpl)
822 TLI_DEFINE_STRING_INTERNAL("frexpl")
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmain.cpp1237 if (0.0L != reference && 0.5L != frexpl(reference, &x)) in Bruteforce_Ulp_Error_Double()
/external/clang/lib/Headers/
Dtgmath.h820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);} in __tg_frexp()

12