tag | line | file | source code |
CONST_INF | 50 | kernel/FPU-emu/Reg_constant.c | FPU_REG CONST_INF = { SIGN_POS, TW_Infinity, EXP_OVER, 0x00000000, 0x80000000 }; |
CONST_INF | 26 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_INF; |
CONST_INF | 351 | kernel/FPU-emu/errors.c | reg_move(&CONST_INF, dest); |
CONST_INF | 370 | kernel/FPU-emu/errors.c | reg_move(&CONST_INF, dest); |
CONST_INF | 228 | kernel/FPU-emu/fpu_trig.c | reg_move(&CONST_INF, FPU_st0_ptr); |
CONST_INF | 619 | kernel/FPU-emu/fpu_trig.c | reg_move(&CONST_INF, FPU_st0_ptr); |
CONST_INF | 853 | kernel/FPU-emu/fpu_trig.c | reg_move(&CONST_INF, FPU_st0_ptr); |
CONST_INF | 885 | kernel/FPU-emu/fpu_trig.c | { reg_move(&CONST_INF, FPU_st0_ptr); } |
CONST_INF | 50 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_INF = { SIGN_POS, TW_Infinity, EXP_OVER, 0x00000000, 0x80000000 }; |
CONST_INF | 26 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_INF; |