HomeSort by relevance Sort by last modified time
    Searched refs:xs0 (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_resize.rs 56 uint32_t xs0 = (uint32_t) max(0, startx + 0);
66 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys0));
72 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys1));
78 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys2));
84 float4 p30 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys3));
106 uint32_t xs0 = (uint32_t) max(0, startx + 0);
116 float3 p00 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys0));
122 float3 p10 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys1));
128 float3 p20 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys2));
134 float3 p30 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys3))
    [all...]
  /external/pdfium/core/fxcodec/jbig2/
JBig2_Image.cpp 260 int32_t xs0 = x < 0 ? -x : 0;
278 if (ys0 >= ys1 || xs0 >= xs1)
283 int32_t w = xs1 - xs0;
289 uint32_t s1 = xs0 & 31;
293 uint8_t* lineSrc = data() + ys0 * m_nStride + ((xs0 >> 5) << 2);
294 int32_t lineLeft = m_nStride - ((xs0 >> 5) << 2);
297 if ((xs0 & ~31) == ((xs1 - 1) & ~31)) {
699 int32_t xs0 = x < 0 ? -x : 0; local
701 if ((ys0 >= ys1) || (xs0 >= xs1)) {
704 int32_t w = xs1 - xs0;
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 516 constexpr int xs0 = p[-3]; // ok
    [all...]

Completed in 554 milliseconds