Searched refs:FP_2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/lib/libc/sparc64/fpu/
H A Dfpu_emu.h93 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */ macro
H A Dfpu_add.c148 if ((r->fp_mant[0] = r0) >= FP_2) {
181 if (r0 < FP_2) {
H A Dfpu_mul.c212 if (a0 >= FP_2) {
/freebsd-11.0-release/sys/powerpc/fpu/
H A Dfpu_add.c159 if ((r->fp_mant[0] = r0) >= FP_2) {
192 if (r0 < FP_2) {
H A Dfpu_emu.h93 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */ macro
H A Dfpu_mul.c225 if (a0 >= FP_2) {

Completed in 47 milliseconds