Home
last modified time | relevance | path

Searched refs:float32_is_normal (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dfma_emu.c76 if (float32_is_normal(f32)) { in float32_getexp()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c160 } while (!float32_is_normal(r)); in update_random_ops()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h665 static inline bool float32_is_normal(float32 a) in float32_is_normal() function
677 return float32_is_normal(a) || float32_is_zero(a); in float32_is_zero_or_normal()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2549 return float32_is_zero_or_normal(a.s) && float32_is_normal(b.s); in f32_div_pre()
2874 if (likely(float32_is_normal(a))) { in float32_to_float64()