Home
last modified time | relevance | path

Searched refs:rL (Results 1 - 2 of 2) sorted by relevance

/third_party/decimal.js/
H A Ddecimal.js1874 var carry, e, i, k, r, rL, t, xdL, ydL,
1905 rL = xdL;
1907 ydL = rL;
1912 rL = xdL + ydL;
1913 for (i = rL; i--;) r.push(0);
1928 for (; !r[--rL];) r.pop();
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c488 struct ureg_dst rL[NINE_MAX_LOOP_DEPTH]; /* loop ctr */ member
935 if (ureg_dst_is_undef(tx->regs.rL[l])) { in tx_get_loopctr()
937 tx->regs.rL[l] = ureg_DECL_local_temporary(tx->ureg); in tx_get_loopctr()
943 return tx->regs.rL[l]; in tx_get_loopctr()
955 return ureg_scalar(ureg_src(tx->regs.rL[loop_level]), TGSI_SWIZZLE_Y); in tx_get_loopal()
3593 for (i = 0; i < ARRAY_SIZE(tx->regs.rL); ++i) { in tx_ctor()
3594 tx->regs.rL[i] = ureg_dst_undef(); in tx_ctor()

Completed in 18 milliseconds