HomeSort by: relevance | last modified time | path
    Searched refs:FP_2 (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/m68k/fpe/
fpu_add.c 143 if ((r->fp_mant[0] = r0) >= FP_2) {
175 if (r0 < FP_2) {
fpu_mul.c 199 if (a0 >= FP_2) {
fpu_emulate.h 92 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */
  /src/sys/arch/powerpc/fpu/
fpu_add.c 165 if ((r->fp_mant[0] = r0) >= FP_2) {
198 if (r0 < FP_2) {
fpu_emu.h 92 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */
fpu_mul.c 229 if (a0 >= FP_2) {
  /src/sys/arch/sparc/fpu/
fpu_add.c 148 if ((r->fp_mant[0] = r0) >= FP_2) {
181 if (r0 < FP_2) {
fpu_emu.h 96 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */
fpu_mul.c 212 if (a0 >= FP_2) {

Completed in 45 milliseconds