Home
last modified time | relevance | path

Searched refs:floatx80_atan (Results 1 – 25 of 30) sorted by relevance

12

/dports/emulators/qemu5/qemu-5.2.0/target/m68k/
H A Dsoftfloat.h40 floatx80 floatx80_atan(floatx80 a, float_status *status);
H A Dfpu_helper.c626 res->d = floatx80_atan(val->d, &env->fp_status); in HELPER()
H A Dsoftfloat.c1890 floatx80 floatx80_atan(floatx80 a, float_status *status) in floatx80_atan() function
2141 a = floatx80_atan(fp0, status); /* ATAN(X/SQRT((1+X)*(1-X))) */ in floatx80_asin()
2205 fp0 = floatx80_atan(fp0, status); /* ATAN(SQRT((1-X)/(1+X))) */ in floatx80_acos()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/m68k/
H A Dsoftfloat.h40 floatx80 floatx80_atan(floatx80 a, float_status *status);
H A Dfpu_helper.c630 res->d = floatx80_atan(val->d, &env->fp_status); in HELPER()
/dports/emulators/qemu/qemu-6.2.0/target/m68k/
H A Dsoftfloat.h40 floatx80 floatx80_atan(floatx80 a, float_status *status);
H A Dfpu_helper.c630 res->d = floatx80_atan(val->d, &env->fp_status); in HELPER()
/dports/emulators/qemu60/qemu-6.0.0/target/m68k/
H A Dsoftfloat.h40 floatx80 floatx80_atan(floatx80 a, float_status *status);
H A Dfpu_helper.c630 res->d = floatx80_atan(val->d, &env->fp_status); in HELPER()
/dports/emulators/qemu-utils/qemu-4.2.1/target/m68k/
H A Dsoftfloat.h41 floatx80 floatx80_atan(floatx80 a, float_status *status);
H A Dfpu_helper.c626 res->d = floatx80_atan(val->d, &env->fp_status); in HELPER()
H A Dsoftfloat.c1973 floatx80 floatx80_atan(floatx80 a, float_status *status) in floatx80_atan() function
2224 a = floatx80_atan(fp0, status); /* ATAN(X/SQRT((1+X)*(1-X))) */ in floatx80_asin()
2288 fp0 = floatx80_atan(fp0, status); /* ATAN(SQRT((1-X)/(1+X))) */ in floatx80_acos()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/m68k/
H A Dsoftfloat.h41 floatx80 floatx80_atan(floatx80 a, float_status *status);
H A Dfpu_helper.c626 res->d = floatx80_atan(val->d, &env->fp_status); in HELPER()
H A Dsoftfloat.c1973 floatx80 floatx80_atan(floatx80 a, float_status *status) in floatx80_atan() function
2224 a = floatx80_atan(fp0, status); /* ATAN(X/SQRT((1+X)*(1-X))) */ in floatx80_asin()
2288 fp0 = floatx80_atan(fp0, status); /* ATAN(SQRT((1-X)/(1+X))) */ in floatx80_acos()
/dports/emulators/qemu42/qemu-4.2.1/target/m68k/
H A Dsoftfloat.h41 floatx80 floatx80_atan(floatx80 a, float_status *status);
H A Dfpu_helper.c626 res->d = floatx80_atan(val->d, &env->fp_status); in HELPER()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/m68k/
H A Dsoftfloat.h40 floatx80 floatx80_atan(floatx80 a, float_status *status);
H A Dfpu_helper.c624 res->d = floatx80_atan(val->d, &env->fp_status); in HELPER()
H A Dsoftfloat.c1967 floatx80 floatx80_atan(floatx80 a, float_status *status) in floatx80_atan() function
2218 a = floatx80_atan(fp0, status); /* ATAN(X/SQRT((1+X)*(1-X))) */ in floatx80_asin()
2282 fp0 = floatx80_atan(fp0, status); /* ATAN(SQRT((1-X)/(1+X))) */ in floatx80_acos()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/m68k/
H A Dsoftfloat.h41 floatx80 floatx80_atan(floatx80 a, float_status *status);
H A Dfpu_helper.c626 res->d = floatx80_atan(val->d, &env->fp_status); in HELPER()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/softfloat/
H A Dsoftfloat.h451 floatx80 floatx80_atan(floatx80 a, float_status *status);
H A Dsoftfloat_fpsp.c108 fp0 = floatx80_atan(fp0, status); // ATAN(SQRT((1-X)/(1+X))) in floatx80_acos()
171 a = floatx80_atan(fp0, status); // ATAN(X/SQRT((1+X)*(1-X))) in floatx80_asin()
182 floatx80 floatx80_atan(floatx80 a, float_status *status) in floatx80_atan() function
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Dfpp_softfloat.c473 a->fpx = floatx80_atan(b->fpx, &fs); in fp_atan()

12