Home
last modified time | relevance | path

Searched refs:__gcc_qsub (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/test/builtins/Unit/ppc/
Dqsub_test.c4 long double __gcc_qsub(long double x, long double y);
118 long double computed = __gcc_qsub(a.ld, b.ld); in testEdgeCases()
1827 DD c = { .ld = __gcc_qsub(a.ld, b.ld) }; in testAccuracy()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
D2008-10-28-f128-i32.ll87 ; CHECK-NEXT: bl __gcc_qsub@PLT
166 ; CHECK-NEXT: bl __gcc_qsub@PLT
208 ; CHECK-NEXT: bl __gcc_qsub@PLT
263 ; CHECK-NEXT: bl __gcc_qsub@PLT
Dppcf128sf.ll33 ; CHECK-LABEL: __gcc_qsub
/external/compiler-rt/lib/builtins/ppc/
DDD.h41 long double __gcc_qsub(long double, long double);
Dgcc_qsub.c12 long double __gcc_qsub(long double x, long double y) in __gcc_qsub() function
Dmultc3.c28 DD real = { .ld = __gcc_qsub(ac,bd) }; in __multc3()
Ddivtc3.c38 const long double imagNumerator = __gcc_qsub(__gcc_qmul(b,cDD.ld), __gcc_qmul(a,dDD.ld)); in __divtc3()
/external/u-boot/post/lib_powerpc/fpu/
Ddarwin-ldouble.c84 long double __gcc_qsub(double a, double b, double c, double d) in __gcc_qsub() function
/external/llvm/test/CodeGen/PowerPC/
Dppcf128sf.ll33 ; CHECK-LABEL: __gcc_qsub
/external/compiler-rt/lib/builtins/
Dapple_versioning.c151 NOT_HERE_BEFORE_10_6(__gcc_qsub)
DREADME.txt246 long double __gcc_qsub(long double x, long double y);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def97 HANDLE_LIBCALL(SUB_PPCF128, "__gcc_qsub")