Searched refs:ROUND1 (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A D__rem_pio2l.c30 #define ROUND1 22 macro
54 #define ROUND1 51 macro
92 if (ex - ey > ROUND1) { /* 2nd iteration needed, good to 141/248 (ld80/ld128) */
/fuchsia/zircon/system/dev/display/hikey-display/
H A Ddsi.h158 #define ROUND1(x, y) ((x) / (y) + ((x) % (y) ? 1 : 0)) macro
H A Ddsi.c310 hline_time = ROUND1((hpw + hbp + hfp + hdisplay) * LANE_BYTE_CLOCK, pixel_clk);

Completed in 96 milliseconds