Home
last modified time | relevance | path

Searched refs:modfl (Results 1 – 18 of 18) sorted by relevance

/external/clang/test/CodeGen/
Dlibcall-declarations.c33 long double modfl(long double, long double *);
268 F(ldexpl), F(modf), F(modff), F(modfl), F(nan),
/external/libcxx/include/
Dcmath112 long double modfl(long double value, long double* iptr);
484 using ::modfl;
Dmath.h978 …ble modf(long double __lcpp_x, long double* __lcpp_y) _NOEXCEPT {return ::modfl(__lcpp_x, __lcpp_y… in modf()
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll504 ; CHECK: declare void @modfl(...)
505 declare void @modfl(...)
Dannotate.ll520 ; 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/
Dno-proto.ll633 ; CHECK: declare void @modfl(...)
634 declare void @modfl(...)
Dannotate.ll652 ; 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/
DTargetLibraryInfo.def758 /// 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/
DTargetLibraryInfo.cpp146 TLI.setUnavailable(LibFunc::modfl); in initialize()
635 case LibFunc::modfl: in isValidProtoForLibFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def952 /// 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/
DBuildLibCalls.cpp248 case LibFunc::modfl: in inferLibFuncAttributes()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1733 TEST(MemorySanitizer, modfl) { in TEST() argument
1735 x = modfl(2.1, &y); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc2445 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/
DBuiltins.def923 LIBBUILTIN(modfl, "LdLdLd*", "fn", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp411 static_assert((std::is_same<decltype(modfl(0, (long double*)0)), long double>::value), ""); in test_modf()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp414 static_assert((std::is_same<decltype(std::modfl(0, (long double*)0)), long double>::value), ""); in test_modf()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2301 fun:modfl=uninstrumented
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym97 PUBLIC 31ee0 0 modfl