real_2op_NaN      341 arch/x86/math-emu/fpu_entry.c 							real_2op_NaN
real_2op_NaN      348 arch/x86/math-emu/fpu_entry.c 							real_2op_NaN
real_2op_NaN       10 arch/x86/math-emu/fpu_proto.h extern int real_2op_NaN(FPU_REG const *b, u_char tagb, int deststnr,
real_2op_NaN     1016 arch/x86/math-emu/fpu_trig.c 	real_2op_NaN(st1_ptr, st1_tag, 0, st1_ptr);
real_2op_NaN     1131 arch/x86/math-emu/fpu_trig.c 		if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0)
real_2op_NaN     1225 arch/x86/math-emu/fpu_trig.c 		if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) >= 0)
real_2op_NaN     1369 arch/x86/math-emu/fpu_trig.c 			if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0)
real_2op_NaN     1425 arch/x86/math-emu/fpu_trig.c 			if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0)
real_2op_NaN     1430 arch/x86/math-emu/fpu_trig.c 		if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0)
real_2op_NaN     1434 arch/x86/math-emu/fpu_trig.c 			if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0)
real_2op_NaN     1566 arch/x86/math-emu/fpu_trig.c 			real_2op_NaN(st1_ptr, st1_tag, 0, st0_ptr);
real_2op_NaN     1585 arch/x86/math-emu/fpu_trig.c 			real_2op_NaN(st1_ptr, st1_tag, 0, st0_ptr);
real_2op_NaN     1604 arch/x86/math-emu/fpu_trig.c 			real_2op_NaN(st1_ptr, st1_tag, 0, st0_ptr);
real_2op_NaN     1609 arch/x86/math-emu/fpu_trig.c 			real_2op_NaN(st1_ptr, st1_tag, 0, st0_ptr);
real_2op_NaN      119 arch/x86/math-emu/reg_add_sub.c 			return real_2op_NaN(b, tagb, deststnr, a);
real_2op_NaN      121 arch/x86/math-emu/reg_add_sub.c 			return real_2op_NaN(a, taga, deststnr, a);
real_2op_NaN      259 arch/x86/math-emu/reg_add_sub.c 			return real_2op_NaN(b, tagb, deststnr, d1);
real_2op_NaN      261 arch/x86/math-emu/reg_add_sub.c 			return real_2op_NaN(a, taga, deststnr, d2);
real_2op_NaN      263 arch/x86/math-emu/reg_add_sub.c 			return real_2op_NaN(b, tagb, deststnr, d2);
real_2op_NaN      133 arch/x86/math-emu/reg_divide.c 			return real_2op_NaN((FPU_REG *) rm, flags & 0x0f, 0,
real_2op_NaN      141 arch/x86/math-emu/reg_divide.c 			return real_2op_NaN(st0_ptr, tag, rm,
real_2op_NaN      148 arch/x86/math-emu/reg_divide.c 			return real_2op_NaN(&st(rm), tag, 0,
real_2op_NaN       92 arch/x86/math-emu/reg_mul.c 		return real_2op_NaN(b, tagb, deststnr, &st(0));