Home
last modified time | relevance | path

Searched refs:__gcc_qadd (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/post/lib_powerpc/fpu/
Ddarwin-ldouble.c49 long double __gcc_qadd(double a, double aa, double c, double cc) in __gcc_qadd() function
86 return __gcc_qadd(a, b, -c, -d); in __gcc_qsub()
/external/compiler-rt/test/builtins/Unit/ppc/
Dqadd_test.c4 long double __gcc_qadd(long double x, long double y);
118 DD c = { .ld = __gcc_qadd(a.ld, b.ld) }; in testEdgeCases()
1825 DD c = { .ld = __gcc_qadd(a.ld, b.ld) }; in testAccuracy()
/external/compiler-rt/lib/builtins/ppc/
Ddivtc3.c36 const long double denom = __gcc_qadd(__gcc_qmul(cDD.ld, cDD.ld), __gcc_qmul(dDD.ld, dDD.ld)); in __divtc3()
37 const long double realNumerator = __gcc_qadd(__gcc_qmul(a,cDD.ld), __gcc_qmul(b,dDD.ld)); in __divtc3()
DDD.h40 long double __gcc_qadd(long double, long double);
Dgcc_qadd.c12 long double __gcc_qadd(long double x, long double y) in __gcc_qadd() function
Dmultc3.c29 DD imag = { .ld = __gcc_qadd(ad,bc) }; in __multc3()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Duint-to-ppcfp128-crash.ll14 ; CHECK: bl __gcc_qadd
Dppcf128sf.ll32 ; CHECK-LABEL: __gcc_qadd
D2008-10-28-f128-i32.ll143 ; CHECK-NEXT: bl __gcc_qadd@PLT
/external/llvm/test/CodeGen/PowerPC/
Dppcf128sf.ll32 ; CHECK-LABEL: __gcc_qadd
/external/compiler-rt/lib/builtins/
Dapple_versioning.c148 NOT_HERE_BEFORE_10_6(__gcc_qadd)
DREADME.txt243 long double __gcc_qadd(long double x, long double y);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def92 HANDLE_LIBCALL(ADD_PPCF128, "__gcc_qadd")