Searched refs:float64_lt (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/lib/libc/softfloat/
H A Dgtdf2.c19 return float64_lt(b, a);
H A Dltdf2.c19 return -float64_lt(a, b);
H A Dsoftfloat-for-gcc.h18 #define float64_lt _softfloat_float64_lt macro
H A Dsoftfloat.h223 int float64_lt( float64, float64 ) __dso_protected;
H A Dsoftfloat.c2240 flag float64_lt( float64 a, float64 b ) function
H A Dtimesoftfloat.c1980 { "float64_lt", 2, FALSE, FALSE, FALSE, FALSE },
2262 time_ab_float64_z_flag( float64_lt );
/openbsd-current/sys/lib/libkern/
H A Dsoftfloat.h272 int float64_lt( float64, float64 );
H A Dsoftfloat.c3227 flag float64_lt( float64 a, float64 b ) function
/openbsd-current/sys/arch/m88k/m88k/
H A Dfpu.c202 else if (float64_lt(s1->dbl, s2->dbl))
/openbsd-current/sys/arch/alpha/alpha/
H A Dfp_complete.c196 return CMP_RESULT(float64_lt(a, b));
/openbsd-current/sys/arch/mips64/mips64/
H A Dfp_emulate.c949 else if (float64_lt(f64a, f64b))

Completed in 117 milliseconds