Searched refs:fmodl (Results 1 – 25 of 25) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15632.ll | 15 ; CHECK: bl fmodl
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | pr15632.ll | 17 ; CHECK: bl fmodl
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 24 long double fmodl(long double, long double); 266 F(fabsf), F(fabsl), F(fmod), F(fmodf), F(fmodl),
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 110 HANDLE_LIBCALL(REM_F80, "fmodl") 111 HANDLE_LIBCALL(REM_F128, "fmodl") 112 HANDLE_LIBCALL(REM_PPCF128, "fmodl")
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 458 ; ALL: ld $25, %call16(fmodl) 464 %call = tail call fp128 @fmodl(fp128 %0, fp128 %1) nounwind 468 declare fp128 @fmodl(fp128, fp128) #2
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 449 ; ALL: ld $25, %call16(fmodl) 455 %call = tail call fp128 @fmodl(fp128 %0, fp128 %1) nounwind 459 declare fp128 @fmodl(fp128, fp128) #2
|
/external/libcxx/include/ |
D | cmath | 92 long double fmodl(long double x, long double y); 475 using ::fmodl;
|
D | math.h | 907 …uble fmod(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::fmodl(__lcpp_x, __lcpp_y… in fmod()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 288 ; CHECK: declare void @fmodl(...) 289 declare void @fmodl(...)
|
D | annotate.ll | 307 ; CHECK: declare x86_fp80 @fmodl(x86_fp80, x86_fp80) 308 declare x86_fp80 @fmodl(x86_fp80, x86_fp80)
|
/external/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 218 ; CHECK: bl fmodl
|
D | arm64-illegal-float-ops.ll | 218 ; CHECK: bl fmodl
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 414 ; CHECK: declare void @fmodl(...) 415 declare void @fmodl(...)
|
D | annotate.ll | 433 ; CHECK: declare x86_fp80 @fmodl(x86_fp80, x86_fp80) 434 declare x86_fp80 @fmodl(x86_fp80, x86_fp80)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 527 /// long double fmodl(long double x, long double y); 528 TLI_DEFINE_ENUM_INTERNAL(fmodl) 529 TLI_DEFINE_STRING_INTERNAL("fmodl")
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 219 ; CHECK: bl fmodl
|
D | arm64-illegal-float-ops.ll | 218 ; CHECK: bl fmodl
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 703 /// long double fmodl(long double x, long double y); 704 TLI_DEFINE_ENUM_INTERNAL(fmodl) 705 TLI_DEFINE_STRING_INTERNAL("fmodl")
|
/external/clang/lib/Headers/ |
D | tgmath.h | 802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod()
|
/external/libxml2/ |
D | trio.c | 277 # define fmodl(x,y) fmod((double)(x),(double)(y)) macro 2973 self->OutStream(self, digits[(int)fmodl(workNumber, dblBase)]); 3020 index = (int)fmodl(workNumber, dblBase);
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 141 TLI.setUnavailable(LibFunc::fmodl); in initialize()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 321 static_assert((std::is_same<decltype(fmodl(0,0)), long double>::value), ""); in test_fmod()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 911 LIBBUILTIN(fmodl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 324 static_assert((std::is_same<decltype(std::fmodl(0,0)), long double>::value), ""); in test_fmod()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1749 fun:fmodl=uninstrumented
|