Home | Sort by: relevance | last modified time | path |
/src/lib/libc/softfloat/ | |
gesf2.c | 16 flag __gesf2(float32, float32); 19 __gesf2(float32 a, float32 b) function in typeref:typename:flag |
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | |
comparesf2.c | 12 // __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 96 __gesf2(fp_t a, fp_t b) { function in typeref:typename:COMPILER_RT_ABI enum GE_RESULT 142 return __gesf2(a, b); |