Home | Sort by: relevance | last modified time | path |
/src/lib/libc/softfloat/ | |
gedf2.c | 16 flag __gedf2(float64, float64); 19 __gedf2(float64 a, float64 b) function in typeref:typename:flag |
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | |
comparedf2.c | 12 // __eqdf2 __gedf2 __unorddf2 27 // __gedf2(a,b) returns -1 if a < b 35 // Note that __ledf2( ) and __gedf2( ) are identical except in their handling of 96 __gedf2(fp_t a, fp_t b) { function in typeref:typename:COMPILER_RT_ABI enum GE_RESULT 142 return __gedf2(a, b); |