Home
last modified time | relevance | path

Searched refs:CONST_QNaN (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/math-emu/
Derrors.c386 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()
Dreg_constant.h23 extern FPU_REG const CONST_QNaN;
Dreg_constant.c47 FPU_REG const CONST_QNaN = MAKE_REG(NEG, EXP_OVER, 0x00000000, 0xC0000000); variable
Dpoly_sin.c212 FPU_copy_to_reg0(&CONST_QNaN, TAG_Special); in poly_cos()
Dfpu_trig.c217 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()