Home
last modified time | relevance | path

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

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