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

  /external/clang/test/Analysis/
dead-stores.c 253 int y11 = 4; local
275 ++y11;
344 (void)y11;
  /external/clang/test/SemaCXX/
explicit.cpp 89 const Y& y11{z}; // expected-error {{excess elements}} expected-note {{in initialization of temporary of type 'const Y'}}
  /external/libxcam/modules/ocl/
cl_utils.cpp 194 uint8_t y00, y01, y10, y11;
211 y11 = stitch_mem[y1 * stitch_info.strides[0] + x1];
223 y = y00 * rate00 + y01 * rate01 + y10 * rate10 + y11 * rate11;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 1027 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; local
    [all...]
  /external/aac/libFDK/src/
fft.cpp 319 FIXP_DBL y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; local
428 y11 = (s3 + r4);
443 x[s * 8 + 1] = (y09 + y11);
445 x[s * 18 + 1] = (y09 - y11);
    [all...]

Completed in 138 milliseconds