Searched refs:__letf2 (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dcomparetf2.c12 // __letf2 __gttf2
21 // __letf2(a,b) returns -1 if a < b
34 // Note that __letf2( ) and __getf2( ) are identical except in their handling of
45 COMPILER_RT_ABI CMP_RESULT __letf2(fp_t a, fp_t b) { return __leXf2__(a, b); } function
49 COMPILER_RT_ALIAS(__letf2, __cmptf2)
51 COMPILER_RT_ALIAS(__letf2, __eqtf2)
52 COMPILER_RT_ALIAS(__letf2, __lttf2)
53 COMPILER_RT_ALIAS(__letf2, __netf2)
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Dletf2.c35 int __letf2(TFtype a, TFtype b) function
51 strong_alias(__letf2, __lttf2);
/openbsd-current/gnu/gcc/gcc/config/
H A Dfp-bit.h269 # define _le_f2 __letf2
H A Dfp-bit.c114 void __letf2 (void) { abort(); } function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h265 # define _le_f2 __letf2
H A Dfp-bit.c116 void __letf2 (void) { abort(); } function

Completed in 389 milliseconds