Home
last modified time | relevance | path

Searched defs:float32_eq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A DARM-gcc.h90 #define float32_eq ___float32_eq macro
H A Dsoftfloat.c1505 flag float32_eq( float32 a, float32 b ) in float32_eq() function
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h679 static inline bool float32_eq(float32 a, float32 b, float_status *s) in float32_eq() function