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

/freebsd-10.1-release/lib/libc/softfloat/
H A Dgesf2.c14 flag __gesf2(float32, float32);
17 __gesf2(float32 a, float32 b) function
H A DSymbol.map28 __gesf2;
H A Dsoftfloat-for-gcc.h131 #define float32_ge __gesf2
/freebsd-10.1-release/contrib/gcc/config/soft-fp/
H A Dgesf2.c35 int __gesf2(SFtype a, SFtype b) function
51 strong_alias(__gesf2, __gtsf2);
/freebsd-10.1-release/contrib/compiler-rt/lib/
H A Dcomparesf2.c12 // __eqsf2 __gesf2 __unordsf2
27 // __gesf2(a,b) returns -1 if a < b
35 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
89 enum GE_RESULT __gesf2(fp_t a, fp_t b) { function
130 return __gesf2(a, b);
/freebsd-10.1-release/contrib/compiler-rt/lib/arm/
H A Dcomparesf2.S12 // __eqsf2 __gesf2 __unordsf2
27 // __gesf2(a,b) returns -1 if a < b
35 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
102 DEFINE_COMPILERRT_FUNCTION(__gesf2)
/freebsd-10.1-release/contrib/gcc/config/
H A Dfp-bit.h287 # define _ge_f2 __gesf2

Completed in 61 milliseconds