Home
last modified time | relevance | path

Searched refs:__gedf2 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparedf2.c54 COMPILER_RT_ABI CMP_RESULT __gedf2(fp_t a, fp_t b) { return __geXf2__(a, b); } in COMPILER_RT_ALIAS()
56 COMPILER_RT_ALIAS(__gedf2, __gtdf2) in COMPILER_RT_ALIAS() argument
76 int __gtdf2(fp_t a, fp_t b) { return __gedf2(a, b); } in __gtdf2()
H A Dapple_versioning.c271 NOT_HERE_UNTIL_AFTER_4_3(__gedf2)
H A DREADME.txt325 int __gedf2vfp(double a, double b); // Appears to return __gedf2
/freebsd/lib/libc/softfloat/
H A Dgedf2.c11 flag __gedf2(float64, float64);
14 __gedf2(float64 a, float64 b) in __gedf2() function
H A DSymbol.map26 __gedf2;
H A Dsoftfloat-for-gcc.h141 #define float64_ge __gedf2
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def453 HANDLE_LIBCALL(OGE_F64, "__gedf2")