Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/PowerPC/
Dpr15632.ll15 ; CHECK: bl fmodl
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dpr15632.ll17 ; CHECK: bl fmodl
/external/clang/test/CodeGen/
Dlibcall-declarations.c24 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/
DRuntimeLibcalls.def110 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/
Dmips64-f128.ll458 ; 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/
Dmips64-f128.ll449 ; 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/
Dcmath92 long double fmodl(long double x, long double y);
475 using ::fmodl;
Dmath.h907 …uble fmod(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::fmodl(__lcpp_x, __lcpp_y… in fmod()
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll288 ; CHECK: declare void @fmodl(...)
289 declare void @fmodl(...)
Dannotate.ll307 ; CHECK: declare x86_fp80 @fmodl(x86_fp80, x86_fp80)
308 declare x86_fp80 @fmodl(x86_fp80, x86_fp80)
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll218 ; CHECK: bl fmodl
Darm64-illegal-float-ops.ll218 ; CHECK: bl fmodl
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll414 ; CHECK: declare void @fmodl(...)
415 declare void @fmodl(...)
Dannotate.ll433 ; CHECK: declare x86_fp80 @fmodl(x86_fp80, x86_fp80)
434 declare x86_fp80 @fmodl(x86_fp80, x86_fp80)
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def527 /// 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/
Dillegal-float-ops.ll219 ; CHECK: bl fmodl
Darm64-illegal-float-ops.ll218 ; CHECK: bl fmodl
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def703 /// 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/
Dtgmath.h802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod()
/external/libxml2/
Dtrio.c277 # 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/
DTargetLibraryInfo.cpp141 TLI.setUnavailable(LibFunc::fmodl); in initialize()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp321 static_assert((std::is_same<decltype(fmodl(0,0)), long double>::value), ""); in test_fmod()
/external/clang/include/clang/Basic/
DBuiltins.def911 LIBBUILTIN(fmodl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp324 static_assert((std::is_same<decltype(std::fmodl(0,0)), long double>::value), ""); in test_fmod()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1749 fun:fmodl=uninstrumented