Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dfma_emu.h27 static inline uint32_t float32_getexp_raw(float32 f32) in float32_getexp_raw() function
H A Darch.c302 n_exp = float32_getexp_raw(RsV); in arch_sf_recip_common()
303 d_exp = float32_getexp_raw(RtV); in arch_sf_recip_common()