Searched refs:__nesf2 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/lib/libc/softfloat/ |
| H A D | nesf2.c | 11 flag __nesf2(float32, float32); 14 __nesf2(float32 a, float32 b) in __nesf2() function
|
| H A D | Symbol.map | 39 __nesf2;
|
| H A D | softfloat-for-gcc.h | 129 #define float32_ne __nesf2
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | comparesf2.c | 52 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 D | apple_versioning.c | 304 NOT_HERE_UNTIL_AFTER_4_3(__nesf2)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
| H A D | comparesf2.S | 191 DEFINE_COMPILERRT_FUNCTION_ALIAS(__nesf2, __eqsf2)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.td | 654 def __nesf2 : RuntimeLibcallImpl<UNE_F32>; 1791 __udivhi3, __umodsi3, __nesf2, __lesf2, __floatundisf,
|