Home
last modified time | relevance | path

Searched refs:bx0 (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DfindAllRefsReExportLocal.ts16 const [ax0Def, ax0, ax1Def, ax1, ax2Def, ax2, ay, bx0Def, bx0, by0, bx1, by1] = test.ranges(); constant
17 const bxRanges = [bx0, bx1];
23 verify.renameLocations(ax1, [{ range: ax1, prefixText: "x as " }, bx0, bx1]);
24 verify.renameLocations(bxRanges, [{ range: bx0, prefixText: "x as " }, bx1]);
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgeometricmath.c125 gint bx0, bx1, by0, by1, b00, b10, b01, b11; in gst_gm_noise_2() local
131 bx0 = ((gint) t) & BM; in gst_gm_noise_2()
132 bx1 = (bx0 + 1) & BM; in gst_gm_noise_2()
142 i = noise->p[bx0]; in gst_gm_noise_2()