Searched refs:__getf2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/lib/libc/softfloat/
H A Dgetf2.c13 flag __getf2(float128, float128);
16 __getf2(float128 a, float128 b) function
H A Dsoftfloat-for-gcc.h164 #define float128_ge __getf2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparetf2.c11 // __eqtf2 __getf2 __unordtf2
26 // __getf2(a,b) returns -1 if a < b
34 // Note that __letf2( ) and __getf2( ) are identical except in their handling of
55 COMPILER_RT_ABI CMP_RESULT __getf2(fp_t a, fp_t b) { return __geXf2__(a, b); }
57 COMPILER_RT_ALIAS(__getf2, __gttf2)

Completed in 109 milliseconds