Home
last modified time | relevance | path

Searched refs:floatx80_cosh (Results 1 – 3 of 3) sorted by relevance

/qemu/target/m68k/
H A Dsoftfloat.h47 floatx80 floatx80_cosh(floatx80 a, float_status *status);
H A Dfpu_helper.c750 res->d = floatx80_cosh(val->d, &env->fp_status); in HELPER()
H A Dsoftfloat.c2759 floatx80 floatx80_cosh(floatx80 a, float_status *status) in floatx80_cosh() function