Searched refs:__gtsf2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/lib/libc/softfloat/
H A Dgtsf2.c11 flag __gtsf2(float32, float32);
14 __gtsf2(float32 a, float32 b) function
H A Dsoftfloat-for-gcc.h133 #define float32_gt __gtsf2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparesf2.c12 // __lesf2 __gtsf2
56 COMPILER_RT_ALIAS(__gesf2, __gtsf2)
76 int __gtsf2(fp_t a, fp_t b) { return __gesf2(a, b); } function
H A Dapple_versioning.c277 NOT_HERE_UNTIL_AFTER_4_3(__gtsf2)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S12 // __lesf2 __gtsf2
198 @ int __gtsf2(float a, float b)
201 DEFINE_COMPILERRT_FUNCTION(__gtsf2)
214 END_COMPILERRT_FUNCTION(__gtsf2)
216 DEFINE_COMPILERRT_FUNCTION_ALIAS(__gesf2, __gtsf2)

Completed in 108 milliseconds