Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h916 #define float64_half make_float64(0x3fe0000000000000LL) macro
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c746 ret = float64_set_sign(float64_half, float64_is_neg(arg)); \ in FPU_FSQRT()