Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dsoftfloat.h30 floatx80 floatx80_lognp1(floatx80 a, float_status *status);
H A Dfpu_helper.c581 res->d = floatx80_lognp1(val->d, &env->fp_status); in HELPER()
H A Dsoftfloat.c224 floatx80 floatx80_lognp1(floatx80 a, float_status *status) in floatx80_lognp1() function
2283 fp0 = floatx80_lognp1(fp0, status); /* LOG1P(Z) */ in floatx80_atanh()