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

/openbsd-current/lib/libc/softfloat/
H A Dgesf2.c12 flag __gesf2(float32, float32) __dso_protected;
15 __gesf2(float32 a, float32 b) function
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Dgesf2.c35 int __gesf2(SFtype a, SFtype b) function
51 strong_alias(__gesf2, __gtsf2);
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dcomparesf2.c11 // __eqsf2 __gesf2 __unordsf2
26 // __gesf2(a,b) returns -1 if a < b
34 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
54 COMPILER_RT_ABI CMP_RESULT __gesf2(fp_t a, fp_t b) { return __geXf2__(a, b); }
56 COMPILER_RT_ALIAS(__gesf2, __gtsf2)
76 int __gtsf2(fp_t a, fp_t b) { return __gesf2(a, b); }
H A Dapple_versioning.c273 NOT_HERE_UNTIL_AFTER_4_3(__gesf2)
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S11 // __eqsf2 __gesf2 __unordsf2
26 // __gesf2(a,b) returns -1 if a < b
34 // Note that __lesf2( ) and __gesf2( ) are identical except in their handling of
216 DEFINE_COMPILERRT_FUNCTION_ALIAS(__gesf2, __gtsf2)
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dieee754-sf.S1214 .global __gesf2
1215 .type __gesf2, @function
1216 __gesf2: label
/openbsd-current/gnu/gcc/gcc/config/
H A Dfp-bit.h287 # define _ge_f2 __gesf2
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h283 # define _ge_f2 __gesf2
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dlib1.asm299 COMPARE_SF_JUMP __gesf2
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dlib1.asm299 COMPARE_SF_JUMP __gesf2
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm3994 .globl SYM (__gesf2)
3995 SYM (__gesf2):
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm3870 .globl SYM (__gesf2)
3871 SYM (__gesf2):

Completed in 301 milliseconds