Searched refs:CONST_INF (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
D | reg_constant.h | 22 extern FPU_REG const CONST_INF;
|
D | reg_constant.c | 51 FPU_REG const CONST_INF = MAKE_REG(POS, EXP_OVER, 0x00000000, 0x80000000); variable
|
D | fpu_trig.c | 411 FPU_copy_to_reg0(&CONST_INF, TAG_Special); in fxtract() 1147 FPU_copy_to_reg1(&CONST_INF, TAG_Special); in fyl2x() 1465 FPU_copy_to_reg1(&CONST_INF, TAG_Special); in fyl2xp1() 1503 FPU_copy_to_reg0(&CONST_INF, TAG_Special); in fscale() 1559 FPU_copy_to_reg0(&CONST_INF, TAG_Special); in fscale()
|
D | errors.c | 519 FPU_copy_to_regi(&CONST_INF, TAG_Special, deststnr); in FPU_divide_by_zero() 580 reg_copy(&CONST_INF, dest); in arith_overflow()
|