Searched refs:__gesf2 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/ |
| HD | comparesf2.c | 54 COMPILER_RT_ABI CMP_RESULT __gesf2(fp_t a, fp_t b) { return __geXf2__(a, b); } in COMPILER_RT_ALIAS() 56 COMPILER_RT_ALIAS(__gesf2, __gtsf2) in COMPILER_RT_ALIAS() argument 76 int __gtsf2(fp_t a, fp_t b) { return __gesf2(a, b); } in __gtsf2()
|
| HD | apple_versioning.c | 273 NOT_HERE_UNTIL_AFTER_4_3(__gesf2)
|
| HD | README.txt | 327 int __gesf2vfp(float a, float b); // Appears to return __gesf2
|
| /freebsd-14-stable/lib/libc/softfloat/ |
| HD | gesf2.c | 11 flag __gesf2(float32, float32); 14 __gesf2(float32 a, float32 b) in __gesf2() function
|
| HD | Symbol.map | 33 __gesf2;
|
| HD | softfloat-for-gcc.h | 130 #define float32_ge __gesf2
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
| HD | comparesf2.S | 216 DEFINE_COMPILERRT_FUNCTION_ALIAS(__gesf2, __gtsf2)
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | RuntimeLibcalls.def | 452 HANDLE_LIBCALL(OGE_F32, "__gesf2")
|