Searched refs:float16_sqrt (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 615 return nanbox_h(env, float16_sqrt(frs1, &env->fp_status)); in helper_fsqrt_h()
|
| H A D | vector_helper.c | 3785 RVVCALL(OPFVV1, vfsqrt_v_h, OP_UU_H, H2, H2, float16_sqrt)
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vfp_helper.c | 301 return float16_sqrt(a, fpst); in VFP_BINOP()
|
| H A D | sve_helper.c | 4997 DO_ZPZ_FP(sve_fsqrt_h, uint16_t, H1_2, float16_sqrt) in DO_ZPZ_FP()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 255 float16 float16_sqrt(float16, float_status *status);
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 4675 float16 QEMU_FLATTEN float16_sqrt(float16 a, float_status *status) in float16_sqrt() function
|