Searched refs:CONST_QNaN (Results 1 – 5 of 5) sorted by relevance
/arch/x86/math-emu/ |
D | errors.c | 388 reg_copy(&CONST_QNaN, a); in real_1op_NaN() 400 reg_copy(&CONST_QNaN, a); in real_1op_NaN() 436 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in real_2op_NaN() 470 x = &CONST_QNaN; in real_2op_NaN() 479 x = &CONST_QNaN; in real_2op_NaN() 504 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in arith_invalid() 636 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in FPU_stack_overflow() 650 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in FPU_stack_underflow() 664 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_i() 678 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_pop()
|
D | reg_constant.h | 24 extern FPU_REG const CONST_QNaN;
|
D | reg_constant.c | 48 FPU_REG const CONST_QNaN = MAKE_REG(NEG, EXP_OVER, 0x00000000, 0xC0000000); variable
|
D | poly_sin.c | 213 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in poly_cos()
|
D | fpu_trig.c | 218 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in single_arg_2_error() 220 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in single_arg_2_error()
|