Home
last modified time | relevance | path

Searched refs:floatx80_sin (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dextended_cpdo.c28 floatx80 floatx80_sin(floatx80 rFm);
181 fpa11->fpreg[Fd].fExtended = floatx80_sin(rFm); in ExtendedCPDO()
229 floatx80 floatx80_sin(floatx80 rFm)
256 return floatx80_div(floatx80_sin(rFm),floatx80_cos(rFm));
/openbmc/qemu/target/m68k/
H A Dsoftfloat.h38 floatx80 floatx80_sin(floatx80 a, float_status *status);
H A Dfpu_helper.c693 res->d = floatx80_sin(val->d, &env->fp_status); in HELPER()
710 res0->d = floatx80_sin(a, &env->fp_status); in HELPER()
H A Dsoftfloat.c1422 floatx80 floatx80_sin(floatx80 a, float_status *status) in floatx80_sin() function
/openbmc/linux/arch/arm/nwfpe/
H A Dextended_cpdo.c16 floatx80 floatx80_sin(floatx80 rFm);