/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_from16/d/ |
T_move_wide_from16_2.d | 29 const-wide v100, 5678233453 30 move-wide/from16 v101, v100
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic3DLUT.cpp | 116 uint4 v100 = convert_uint4(pt_00[1]); local 124 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (int4)7; 147 ALOGE("v100 %08x %08x %08x %08x", v100.x, v100.y, v100.z, v100.w);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
intrinsic_3dlut.rs | 39 float4 v100 = convert_float4(rsGetElementAt_uchar4(gCube, coord2.x, coord1.y, coord1.z)); 47 float4 yz00 = mix(v000, v100, f.x);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
colorcube.rs | 46 uint4 v100 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord1.y, coord1.z)); 54 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
colorcube.rs | 46 uint4 v100 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord1.y, coord1.z)); 54 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
colorcube.rs | 46 uint4 v100 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord1.y, coord1.z)); 54 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
pr29166.cpp | 27 register int v91=OFF+91,v92=OFF+92,v93=OFF+93,v94=OFF+94,v95=OFF+95,v96=OFF+96,v97=OFF+97,v98=OFF+98,v99=OFF+99,v100=OFF+100; local 58 sum +=v91+v92+v93+v94+v95+v96+v97+v98+v99+v100; 101 register int v91=OFF+91,v92=OFF+92,v93=OFF+93,v94=OFF+94,v95=OFF+95,v96=OFF+96,v97=OFF+97,v98=OFF+98,v99=OFF+99,v100=OFF+100; local 135 sum +=v91+v92+v93+v94+v95+v96+v97+v98+v99+v100; 172 sum +=v91+v92+v93+v94+v95+v96+v97+v98+v99+v100;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
pr29166.cpp | 27 register int v91=OFF+91,v92=OFF+92,v93=OFF+93,v94=OFF+94,v95=OFF+95,v96=OFF+96,v97=OFF+97,v98=OFF+98,v99=OFF+99,v100=OFF+100; local 58 sum +=v91+v92+v93+v94+v95+v96+v97+v98+v99+v100; 101 register int v91=OFF+91,v92=OFF+92,v93=OFF+93,v94=OFF+94,v95=OFF+95,v96=OFF+96,v97=OFF+97,v98=OFF+98,v99=OFF+99,v100=OFF+100; local 135 sum +=v91+v92+v93+v94+v95+v96+v97+v98+v99+v100; 172 sum +=v91+v92+v93+v94+v95+v96+v97+v98+v99+v100;
|
/external/llvm/tools/msbuild/ |
install.bat | 52 REM Routine for installing v100 toolchain.
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.c | 99 float v000, float v100, float v010, float v110, 102 const float temp0 = lerp_2d(a, b, v000, v100, v010, v110); [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 78 GLfloat v000, GLfloat v100, GLfloat v010, GLfloat v110, 81 const GLfloat temp00 = LERP(a, v000, v100); [all...] |