Home
last modified time | relevance | path

Searched defs:float16_is_zero (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h274 static inline bool float16_is_zero(float16 a) in float16_is_zero() function
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c7067 #define float16_is_zero(ARG) 0 macro