Searched refs:__gesf2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/lib/libc/softfloat/
H A Dgesf2.c11 flag __gesf2(float32, float32);
14 __gesf2(float32 a, float32 b) function
H A Dsoftfloat-for-gcc.h130 #define float32_ge __gesf2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparesf2.c11 // __eqsf2 __gesf2 __unordsf2
26 // __gesf2(a,b) returns -1 if a < b
34 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
54 COMPILER_RT_ABI CMP_RESULT __gesf2(fp_t a, fp_t b) { return __geXf2__(a, b); }
56 COMPILER_RT_ALIAS(__gesf2, __gtsf2)
76 int __gtsf2(fp_t a, fp_t b) { return __gesf2(a, b); }
H A Dapple_versioning.c273 NOT_HERE_UNTIL_AFTER_4_3(__gesf2)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S11 // __eqsf2 __gesf2 __unordsf2
26 // __gesf2(a,b) returns -1 if a < b
34 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
216 DEFINE_COMPILERRT_FUNCTION_ALIAS(__gesf2, __gtsf2)

Completed in 174 milliseconds