Home
last modified time | relevance | path

Searched refs:__eqdf2 (Results 1 – 6 of 6) sorted by relevance

/src/lib/libc/softfloat/
H A Deqdf2.c11 flag __eqdf2(float64, float64);
14 __eqdf2(float64 a, float64 b) in __eqdf2() function
H A DSymbol.map19 __eqdf2;
H A Dsoftfloat-for-gcc.h139 #define float64_eq __eqdf2
/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparedf2.c50 COMPILER_RT_ALIAS(__ledf2, __eqdf2) in COMPILER_RT_ALIAS()
73 int __eqdf2(fp_t a, fp_t b) { return __ledf2(a, b); } in COMPILER_RT_ALIAS()
H A Dapple_versioning.c240 NOT_HERE_UNTIL_AFTER_4_3(__eqdf2)
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def445 HANDLE_LIBCALL(OEQ_F64, "__eqdf2")