| tag | line | file | source code |
|---|---|---|---|
| round | 459 | kernel/FPU-emu/fpu_trig.c | static void fprem_kernel(int round) |
| round | 471 | kernel/FPU-emu/fpu_trig.c | control_word |= round; |
| round | 193 | kernel/FPU-emu/poly_atan.c | char round = (src->sigl & 3) == 3; |
| round | 199 | kernel/FPU-emu/poly_atan.c | if ( round ) (*(long long *)&src->sigl)++; /* Round to even */ |