Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dnesf2.c11 flag __nesf2(float32, float32);
14 __nesf2(float32 a, float32 b) in __nesf2() function
H A DSymbol.map39 __nesf2;
H A Dsoftfloat-for-gcc.h129 #define float32_ne __nesf2
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparesf2.c52 COMPILER_RT_ALIAS(__lesf2, __nesf2) in COMPILER_RT_ALIAS()
75 int __nesf2(fp_t a, fp_t b) { return __lesf2(a, b); } in __nesf2() function
H A Dapple_versioning.c304 NOT_HERE_UNTIL_AFTER_4_3(__nesf2)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S191 DEFINE_COMPILERRT_FUNCTION_ALIAS(__nesf2, __eqsf2)
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td654 def __nesf2 : RuntimeLibcallImpl<UNE_F32>;
1791 __udivhi3, __umodsi3, __nesf2, __lesf2, __floatundisf,