tag | line | file | source code |
---|---|---|---|
round | 739 | drivers/FPU-emu/fpu_trig.c | static void do_fprem(int round) |
round | 794 | drivers/FPU-emu/fpu_trig.c | if ( (round == RC_RND) && (tmp.sigh & 0xc0000000) ) |
round | 191 | drivers/FPU-emu/poly_atan.c | char round = (src->sigl & 3) == 3; |
round | 197 | drivers/FPU-emu/poly_atan.c | if ( round ) significand(src)++; /* Round to even */ |