Searched refs:__gcc_qsub (Results 1 – 12 of 12) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ppc/ |
D | qsub_test.c | 4 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/ |
D | 2008-10-28-f128-i32.ll | 87 ; 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
|
D | ppcf128sf.ll | 33 ; CHECK-LABEL: __gcc_qsub
|
/external/compiler-rt/lib/builtins/ppc/ |
D | DD.h | 41 long double __gcc_qsub(long double, long double);
|
D | gcc_qsub.c | 12 long double __gcc_qsub(long double x, long double y) in __gcc_qsub() function
|
D | multc3.c | 28 DD real = { .ld = __gcc_qsub(ac,bd) }; in __multc3()
|
D | divtc3.c | 38 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/ |
D | darwin-ldouble.c | 84 long double __gcc_qsub(double a, double b, double c, double d) in __gcc_qsub() function
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppcf128sf.ll | 33 ; CHECK-LABEL: __gcc_qsub
|
/external/compiler-rt/lib/builtins/ |
D | apple_versioning.c | 151 NOT_HERE_BEFORE_10_6(__gcc_qsub)
|
D | README.txt | 246 long double __gcc_qsub(long double x, long double y);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 97 HANDLE_LIBCALL(SUB_PPCF128, "__gcc_qsub")
|