Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A DARM-gcc.h105 #define float64_eq ___float64_eq macro
H A Dsoftfloat.c2392 flag float64_eq( float64 a, float64 b ) in float64_eq() function
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h874 static inline bool float64_eq(float64 a, float64 b, float_status *s) in float64_eq() function