Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dextended_cpdo.c29 floatx80 floatx80_cos(floatx80 rFm);
185 fpa11->fpreg[Fd].fExtended = floatx80_cos(rFm); in ExtendedCPDO()
234 floatx80 floatx80_cos(floatx80 rFm)
256 return floatx80_div(floatx80_sin(rFm),floatx80_cos(rFm));
/openbmc/qemu/target/m68k/
H A Dsoftfloat.h39 floatx80 floatx80_cos(floatx80 a, float_status *status);
H A Dfpu_helper.c626 res->d = floatx80_cos(val->d, &env->fp_status); in HELPER()
637 res1->d = floatx80_cos(a, &env->fp_status); in HELPER()
H A Dsoftfloat.c1662 floatx80 floatx80_cos(floatx80 a, float_status *status) in floatx80_cos() function
/openbmc/linux/arch/arm/nwfpe/
H A Dextended_cpdo.c17 floatx80 floatx80_cos(floatx80 rFm);