Searched refs:modfl (Results 1 – 18 of 18) sorted by relevance
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 33 long double modfl(long double, long double *); 268 F(ldexpl), F(modf), F(modff), F(modfl), F(nan),
|
/external/libcxx/include/ |
D | cmath | 112 long double modfl(long double value, long double* iptr); 484 using ::modfl;
|
D | math.h | 978 …ble modf(long double __lcpp_x, long double* __lcpp_y) _NOEXCEPT {return ::modfl(__lcpp_x, __lcpp_y… in modf()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 504 ; CHECK: declare void @modfl(...) 505 declare void @modfl(...)
|
D | annotate.ll | 520 ; CHECK: declare x86_fp80 @modfl(x86_fp80, x86_fp80* nocapture) [[G0]] 521 declare x86_fp80 @modfl(x86_fp80, x86_fp80*)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 633 ; CHECK: declare void @modfl(...) 634 declare void @modfl(...)
|
D | annotate.ll | 652 ; CHECK: declare x86_fp80 @modfl(x86_fp80, x86_fp80* nocapture) [[G0]] 653 declare x86_fp80 @modfl(x86_fp80, x86_fp80*)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 758 /// long double modfl(long double value, long double *iptr); 759 TLI_DEFINE_ENUM_INTERNAL(modfl) 760 TLI_DEFINE_STRING_INTERNAL("modfl")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 146 TLI.setUnavailable(LibFunc::modfl); in initialize() 635 case LibFunc::modfl: in isValidProtoForLibFunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 952 /// long double modfl(long double value, long double *iptr); 953 TLI_DEFINE_ENUM_INTERNAL(modfl) 954 TLI_DEFINE_STRING_INTERNAL("modfl")
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 248 case LibFunc::modfl: in inferLibFuncAttributes()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1733 TEST(MemorySanitizer, modfl) { in TEST() argument 1735 x = modfl(2.1, &y); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2445 INTERCEPTOR(long double, modfl, long double x, long double *iptr) { 2447 COMMON_INTERCEPTOR_ENTER(ctx, modfl, x, iptr); 2451 long double res = REAL(modfl)(x, iptr); 2460 COMMON_INTERCEPT_FUNCTION_LDBL(modfl);
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 923 LIBBUILTIN(modfl, "LdLdLd*", "fn", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 411 static_assert((std::is_same<decltype(modfl(0, (long double*)0)), long double>::value), ""); in test_modf()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 414 static_assert((std::is_same<decltype(std::modfl(0, (long double*)0)), long double>::value), ""); in test_modf()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2301 fun:modfl=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 97 PUBLIC 31ee0 0 modfl
|