/ndk/tests/device/test-stlport_static-exception/jni/ |
pr29166.cpp | 18 register int v1=OFF+1,v2=OFF+2,v3=OFF+3,v4=OFF+4,v5=OFF+5,v6=OFF+6,v7=OFF+7,v8=OFF+8,v9=OFF+9,v10=OFF+10; local 49 sum +=v1+v2+v3+v4+v5+v6+v7+v8+v9+v10; 92 register int v1=OFF+1,v2=OFF+2,v3=OFF+3,v4=OFF+4,v5=OFF+5,v6=OFF+6,v7=OFF+7,v8=OFF+8,v9=OFF+9,v10=OFF+10; local 126 sum +=v1+v2+v3+v4+v5+v6+v7+v8+v9+v10; 163 sum +=v1+v2+v3+v4+v5+v6+v7+v8+v9+v10;
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_blit.c | 360 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) 362 const GLfloat temp0 = LERP(a, v00, v10);
|
s_triangle.c | 257 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11) 259 const GLint temp0 = ilerp(ia, v00, v10); [all...] |
s_texfilter.c | 56 * v00, v10, v01 and v11 are typically four texture samples in a square/box. 64 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) 66 const GLfloat temp0 = LERP(a, v00, v10); [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_blit.c | 360 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) 362 const GLfloat temp0 = LERP(a, v00, v10);
|
s_triangle.c | 257 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11) 259 const GLint temp0 = ilerp(ia, v00, v10); [all...] |
s_texfilter.c | 56 * v00, v10, v01 and v11 are typically four texture samples in a square/box. 64 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) 66 const GLfloat temp0 = LERP(a, v00, v10); [all...] |
/external/chromium/testing/gmock/test/ |
gmock-generated-actions_test.cc | [all...] |
/external/llvm/test/MC/AArch64/ |
neon-diagnostics.s | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_arit.c | 991 LLVMValueRef v10, 995 LLVMValueRef v1 = lp_build_lerp(bld, x, v10, v11); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_tex_sample.c | 78 * v00, v10, v01 and v11 are typically four texture samples in a square/box. 86 float v00, float v10, float v01, float v11) 88 const float temp0 = lerp(a, v00, v10); [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_arit.c | 991 LLVMValueRef v10, 995 LLVMValueRef v1 = lp_build_lerp(bld, x, v10, v11); [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.c | 78 * v00, v10, v01 and v11 are typically four texture samples in a square/box. 86 float v00, float v10, float v01, float v11) 88 const float temp0 = lerp(a, v00, v10); [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_dct_sse2.c | 820 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; local [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
webkitdirs.pm | [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 682 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; local 758 v10 = _mm_add_epi32(w10, k__DCT_CONST_ROUNDING); 775 u10 = _mm_srai_epi32(v10, DCT_CONST_BITS); [all...] |