Searched refs:CONST_QNaN (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/math-emu/ |
D | errors.c | 386 reg_copy(&CONST_QNaN, a); in real_1op_NaN() 398 reg_copy(&CONST_QNaN, a); in real_1op_NaN() 434 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in real_2op_NaN() 468 x = &CONST_QNaN; in real_2op_NaN() 477 x = &CONST_QNaN; in real_2op_NaN() 502 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in arith_invalid() 634 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in FPU_stack_overflow() 648 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in FPU_stack_underflow() 662 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_i() 676 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_pop()
|
D | reg_constant.h | 23 extern FPU_REG const CONST_QNaN;
|
D | reg_constant.c | 47 FPU_REG const CONST_QNaN = MAKE_REG(NEG, EXP_OVER, 0x00000000, 0xC0000000); variable
|
D | poly_sin.c | 212 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in poly_cos()
|
D | fpu_trig.c | 217 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in single_arg_2_error() 219 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in single_arg_2_error()
|