Home
last modified time | relevance | path

Searched refs:float32_exp2 (Results 1 – 3 of 3) sorted by relevance

/qemu/include/fpu/
H A Dsoftfloat.h601 float32 float32_exp2(float32, float_status *status);
/qemu/target/ppc/
H A Dint_helper.c1597 r->f32[i] = float32_exp2(b->f32[i], &env->vec_status); in helper_vexptefp()
/qemu/fpu/
H A Dsoftfloat.c5203 float32 float32_exp2(float32 a, float_status *status) in float32_exp2() function