HomeSort by relevance Sort by last modified time
    Searched defs:y4 (Results 1 - 25 of 28) sorted by null

1 2

  /external/valgrind/main/memcheck/tests/
badrw.c 10 int y4; local
19 y4 = *x4;
20 *x4 = y4;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.h 37 float x4, y4; member in struct:bezier
54 float x4, float y4);
image.c 532 VGfloat x4, y4; local
547 y4 = img->height;
558 x1, y1, x2, y2, x3, y3, x4, y4);
  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 12 int y4 = 1.23E1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 12.3 to 12}} local
default-constructor-initializers.cpp 38 struct Y4 {
42 Y4 y4; variable
explicit.cpp 57 Y y4 = Y(z); local
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.h 37 float x4, y4; member in struct:bezier
54 float x4, float y4);
image.c 532 VGfloat x4, y4; local
547 y4 = img->height;
558 x1, y1, x2, y2, x3, y3, x4, y4);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.cpp 73 int u, v, y1, y2, y3, y4; local
78 y4 = pInY[width + 1];
86 pOutColor[width + 1] = convertYuvToRgba(y4, u, v);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 346 const void *y2, const void *y3, const void *y4,
364 uint32_t y4 = rsMin((int32_t)p->y+2, (int32_t)(p->dimY-1)); local
370 const uchar4 *py4 = (const uchar4 *)(pin + stride * y4);
413 uint32_t y4 = rsMin((int32_t)p->y+2, (int32_t)(p->dimY-1)); local
419 const uchar2 *py4 = (const uchar2 *)(pin + stride * y4);
462 uint32_t y4 = rsMin((int32_t)p->y+2, (int32_t)(p->dimY-1)); local
468 const uchar *py4 = (const uchar *)(pin + stride * y4);
511 uint32_t y4 = rsMin((int32_t)p->y+2, (int32_t)(p->dimY-1)); local
517 const float4 *py4 = (const float4 *)(pin + stride * y4);
560 uint32_t y4 = rsMin((int32_t)p->y+2, (int32_t)(p->dimY-1)) local
609 uint32_t y4 = rsMin((int32_t)p->y+2, (int32_t)(p->dimY-1)); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ColorSpaceMatrix.java 69 int y4 = y * 4; local
71 temp[y4 + x] = mMatrix[y4 + 0] * a[x]
72 + mMatrix[y4 + 1] * a[4 + x]
73 + mMatrix[y4 + 2] * a[8 + x]
74 + mMatrix[y4 + 3] * a[12 + x];
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
DynamicsCompressorKernel.cpp 261 float y4 = releaseFrames * releaseZone4; local
264 // match the evenly spaced x values as follows: (y1 : x == 0, y2 : x == 1, y3 : x == 2, y4 : x == 3)
265 float kA = 0.9999999999999998f*y1 + 1.8432219684323923e-16f*y2 - 1.9373394351676423e-16f*y3 + 8.824516011816245e-18f*y4;
266 float kB = -1.5788320352845888f*y1 + 2.3305837032074286f*y2 - 0.9141194204840429f*y3 + 0.1623677525612032f*y4;
267 float kC = 0.5334142869106424f*y1 - 1.272736789213631f*y2 + 0.9258856042207512f*y3 - 0.18656310191776226f*y4;
268 float kD = 0.08783463138207234f*y1 - 0.1694162967925622f*y2 + 0.08588057951595272f*y3 - 0.00429891410546283f*y4;
269 float kE = -0.042416883008123074f*y1 + 0.1115693827987602f*y2 - 0.09764676325265872f*y3 + 0.028494263462021576f*y4;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
571 y4 = y0 - 1.0f + 4.0f * G4;
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
633 y4, z4, w4);
  /external/chromium_org/v8/test/cctest/
test-assembler-mips.cc 986 int32_t y4; member in struct:__anon17101
995 __ lw(t3, MemOperand(a0, OFFSET_OF(T, y4)) );
1057 t.y4 = 0xDEDA;
    [all...]
  /external/clang/test/Analysis/
dead-stores.c 246 int y4 = 4; local
268 ++y4;
314 0 ? : ((void)y4, ({ return; }));
  /external/mesa3d/src/mesa/program/
prog_noise.c 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
571 y4 = y0 - 1.0f + 4.0f * G4;
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
633 y4, z4, w4);
  /external/v8/test/cctest/
test-assembler-mips.cc 990 int32_t y4; member in struct:__anon28803
999 __ lw(t3, MemOperand(a0, OFFSET_OF(T, y4)) );
1061 t.y4 = 0xDEDA;
    [all...]
  /external/clang/test/Sema/
array-init.c 69 int y4[4][3] = { local
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 2412 U4 y4 = 0; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 711 final float y4 = otherEnd.y; local
713 final float denom = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1);
715 final float uA = ((x4 - x3) * (y1 - y3) - (y4 - y3) * (x1 - x3)) / denom;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 331 float y4 = m[1] * x2 + m[5] * y2 + m[13]; local
334 r[3] = y4 / w4;
    [all...]
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 1655 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
    [all...]
  /external/freetype/src/raster/
ftraster.c 1679 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java 2808 int y4 = y3 + dy2; local
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 2305 milliseconds

1 2