Home
last modified time | relevance | path

Searched refs:float32_le (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/lib/libc/softfloat/
H A Dlesf2.c19 return 1 - float32_le(a, b); in __lesf2()
H A Dgesf2.c19 return float32_le(b, a) - 1; in __gesf2()
H A Dsoftfloat-for-gcc.h14 #define float32_le _softfloat_float32_le macro
H A Dsoftfloat.h178 int float32_le( float32, float32 ) __dso_protected;
H A Dsoftfloat.c1274 flag float32_le( float32 a, float32 b ) in float32_le() function
H A Dtimesoftfloat.c2195 time_ab_float32_z_flag( float32_le ); in timeFunctionVariety()
/openbsd-src/sys/lib/libkern/
H A Dsoftfloat.h213 int float32_le( float32, float32 );
H A Dsoftfloat.c2210 flag float32_le( float32 a, float32 b ) in float32_le() function