Searched refs:fmodl (Results 1 – 25 of 43) sorted by relevance
12
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/ |
D | fp_frem.ll | 64 ; CHECK-NEXT: lea %s4, fmodl@lo 66 ; CHECK-NEXT: lea.sl %s12, fmodl@hi(, %s4) 114 ; CHECK-NEXT: lea %s4, fmodl@lo 116 ; CHECK-NEXT: lea.sl %s12, fmodl@hi(, %s4) 164 ; CHECK-NEXT: lea %s4, fmodl@lo 166 ; CHECK-NEXT: lea.sl %s12, fmodl@hi(, %s4)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15632.ll | 15 ; CHECK: bl fmodl
|
/external/llvm-project/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/llvm-project/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),
|
D | math-libcalls.c | 9 f = fmod(f,f); f = fmodf(f,f); f = fmodl(f,f); in foo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 112 HANDLE_LIBCALL(REM_F80, "fmodl") 113 HANDLE_LIBCALL(REM_F128, "fmodl") 114 HANDLE_LIBCALL(REM_PPCF128, "fmodl")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 112 HANDLE_LIBCALL(REM_F80, "fmodl") 113 HANDLE_LIBCALL(REM_F128, "fmodl") 114 HANDLE_LIBCALL(REM_PPCF128, "fmodl")
|
/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/llvm-project/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-project/llvm/test/CodeGen/X86/ |
D | fp128-libcalls.ll | 366 ; CHECK-NEXT: callq fmodl 385 ; X86-NEXT: calll fmodl 410 ; CHECK-NEXT: callq fmodl 429 ; X86-NEXT: calll fmodl
|
D | fp80-strict-libcalls.ll | 47 ; X86-NEXT: calll fmodl 59 ; X64-NEXT: callq fmodl
|
/external/libcxx/include/ |
D | cmath | 92 long double fmodl(long double x, long double y); 479 using ::fmodl;
|
/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/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-project/libcxx/include/ |
D | cmath | 91 long double fmodl(long double x, long double y); 482 using ::fmodl;
|
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 414 ; CHECK: declare void @fmodl(...) 415 declare void @fmodl(...)
|
/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/llvm-project/llvm/test/CodeGen/AArch64/ |
D | illegal-float-ops.ll | 219 ; CHECK: bl fmodl
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 805 /// long double fmodl(long double x, long double y); 806 TLI_DEFINE_ENUM_INTERNAL(fmodl) 807 TLI_DEFINE_STRING_INTERNAL("fmodl")
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 778 /// long double fmodl(long double x, long double y); 779 TLI_DEFINE_ENUM_INTERNAL(fmodl) 780 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/llvm-project/clang/lib/Headers/ |
D | tgmath.h | 795 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod()
|
12