tag | line | file | source code |
real_2op_NaN | 5 | kernel/FPU-emu/fpu_proto.h | extern void real_2op_NaN(struct fpu_reg *a, struct fpu_reg *b, struct fpu_reg *dest); |
real_2op_NaN | 532 | kernel/FPU-emu/fpu_trig.c | { real_2op_NaN(FPU_st0_ptr, st1_ptr, FPU_st0_ptr); return; } |
real_2op_NaN | 576 | kernel/FPU-emu/fpu_trig.c | real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr); |
real_2op_NaN | 696 | kernel/FPU-emu/fpu_trig.c | real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr); |
real_2op_NaN | 815 | kernel/FPU-emu/fpu_trig.c | real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr); |
real_2op_NaN | 822 | kernel/FPU-emu/fpu_trig.c | real_2op_NaN(FPU_st0_ptr, st1_ptr, st1_ptr); |
real_2op_NaN | 890 | kernel/FPU-emu/fpu_trig.c | { real_2op_NaN(FPU_st0_ptr, st1_ptr, FPU_st0_ptr); return; } |
real_2op_NaN | 903 | kernel/FPU-emu/fpu_trig.c | { real_2op_NaN(FPU_st0_ptr, st1_ptr, FPU_st0_ptr); return; } |
real_2op_NaN | 913 | kernel/FPU-emu/fpu_trig.c | { real_2op_NaN(FPU_st0_ptr, st1_ptr, FPU_st0_ptr); return; } |
real_2op_NaN | 918 | kernel/FPU-emu/fpu_trig.c | { real_2op_NaN(FPU_st0_ptr, st1_ptr, FPU_st0_ptr); return; } |
real_2op_NaN | 63 | kernel/FPU-emu/reg_add_sub.c | { real_2op_NaN(a, b, dest); return; } |
real_2op_NaN | 131 | kernel/FPU-emu/reg_add_sub.c | { real_2op_NaN(a, b, dest); return; } |
real_2op_NaN | 73 | kernel/FPU-emu/reg_div.S | call _real_2op_NaN |
real_2op_NaN | 55 | kernel/FPU-emu/reg_mul.c | { real_2op_NaN(a, b, dest); return; } |