Searched refs:CONST_QNaN (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/i386/math-emu/ |
D | errors.c | 390 reg_copy(&CONST_QNaN, a); in real_1op_NaN() 403 reg_copy(&CONST_QNaN, a); in real_1op_NaN() 442 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in real_2op_NaN() 482 x = &CONST_QNaN; in real_2op_NaN() 492 x = &CONST_QNaN; in real_2op_NaN() 519 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in arith_invalid() 680 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in FPU_stack_overflow() 696 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in FPU_stack_underflow() 712 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_i() 728 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_pop()
|
D | reg_constant.h | 29 extern FPU_REG const CONST_QNaN;
|
D | reg_constant.c | 46 FPU_REG const CONST_QNaN = MAKE_REG(NEG, EXP_OVER, 0x00000000, 0xC0000000); variable
|
D | poly_sin.c | 224 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in poly_cos()
|
D | fpu_trig.c | 226 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in single_arg_2_error() 228 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in single_arg_2_error()
|