Home
last modified time | relevance | path

Searched refs:float16_is_normal (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h284 static inline bool float16_is_normal(float16 a) in float16_is_normal() function
/openbmc/qemu/target/riscv/
H A Dvector_helper.c3810 (float16_is_normal(f) && sign) || in frsqrt7_h()