Home
last modified time | relevance | path

Searched refs:floatx80_sqrt (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Dextended_cpdo.c74 [SQT_CODE >> 20] = floatx80_sqrt,
H A Dsoftfloat.h220 floatx80 floatx80_sqrt( struct roundingData *, floatx80 );
H A Dsoftfloat.c3169 floatx80 floatx80_sqrt( struct roundingData *roundData, floatx80 a ) in floatx80_sqrt() function
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c265 res->d = floatx80_sqrt(val->d, &env->fp_status); in HELPER()
271 res->d = floatx80_sqrt(val->d, &env->fp_status); in HELPER()
278 res->d = floatx80_sqrt(val->d, &env->fp_status); in HELPER()
H A Dsoftfloat.c2147 fp1 = floatx80_sqrt(fp1, status); /* SQRT((1+X)*(1-X)) */ in floatx80_asin()
2217 fp0 = floatx80_sqrt(fp0, status); /* SQRT((1-X)/(1+X)) */ in floatx80_acos()
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dextended_cpdo.c164 fpa11->fpreg[Fd].fExtended = floatx80_sqrt(rFm, &fpa11->fp_status); in ExtendedCPDO()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc501 WRAP1_80(qemu_extF80M_sqrt, floatx80_sqrt)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h970 floatx80 floatx80_sqrt(floatx80, float_status *status);
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2280 ST0 = floatx80_sqrt(ST0, &env->fp_status); in helper_fsqrt()
/openbmc/qemu/fpu/
H A Dsoftfloat.c4699 floatx80 floatx80_sqrt(floatx80 a, float_status *s) in floatx80_sqrt() function