Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dltdf2.c11 flag __ltdf2(float64, float64);
14 __ltdf2(float64 a, float64 b) in __ltdf2() function
H A DSymbol.map32 __ltdf2;
H A Dsoftfloat-for-gcc.h142 #define float64_lt __ltdf2
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparedf2.c51 COMPILER_RT_ALIAS(__ledf2, __ltdf2) in COMPILER_RT_ALIAS()
74 int __ltdf2(fp_t a, fp_t b) { return __ledf2(a, b); } in __ltdf2() function
H A Dapple_versioning.c284 NOT_HERE_UNTIL_AFTER_4_3(__ltdf2)
H A DREADME.txt337 int __ltdf2vfp(double a, double b); // Appears to return __ltdf2
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def457 HANDLE_LIBCALL(OLT_F64, "__ltdf2")