Home
last modified time | relevance | path

Searched +defs:v3 +defs:h (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/CodeGen/
Darm-aapcs-vfp.c111 int32x2_t v3; member
127 …1(double a, double b, double c, double d, double e, double f, double g, double h, double i, int j,… in test_vfp_stack_gpr_split_1()
130 …2(double a, double b, double c, double d, double e, double f, double g, double h, double i, int j,… in test_vfp_stack_gpr_split_2()
133 …3(double a, double b, double c, double d, double e, double f, double g, double h, double i, struct… in test_vfp_stack_gpr_split_3()
137 …d(double a, double b, double c, double d, double e, double f, double g, double h, double i, int j,… in test_test_vfp_stack_gpr_split_bitfield()
142 …4(double a, double b, double c, double d, double e, double f, double g, double h, double i, int j,… in test_vfp_stack_gpr_split_4()
148 …een_ints a, double b, double c, double d, double e, double f, double g, double h, double i, double… in test_vfp_stack_gpr_split_5()
152 …6(double a, double b, double c, double d, double e, double f, double g, double h, double i, int j,… in test_vfp_stack_gpr_split_6()
/external/webp/src/dsp/
Dalpha_processing_sse2.c173 int w, int h, int stride) { in ApplyAlphaMultiply()
268 const __m128i v3 = _mm_mullo_epi16(v1, alpha1); in MultRow() local
Ddec_sse2.c331 const __m128i h = _mm_set1_epi8(hev_thresh); in GetNotHEV() local
358 __m128i v3 = _mm_adds_epi8(*fl, k3); in DoSimpleFilter() local
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c57 static void fe_frombytes(fe h, const uint8_t *s) { in fe_frombytes()
126 static void fe_tobytes(uint8_t *s, const fe h) { in fe_tobytes()
217 static void fe_copy(fe h, const fe f) { in fe_copy()
222 static void fe_0(fe h) { memset(h, 0, sizeof(int32_t) * 10); } in fe_0()
225 static void fe_1(fe h) { in fe_1()
239 static void fe_add(fe h, const fe f, const fe g) { in fe_add()
255 static void fe_sub(fe h, const fe f, const fe g) { in fe_sub()
289 static void fe_mul(fe h, const fe f, const fe g) { in fe_mul()
515 static void fe_sq(fe h, const fe f) { in fe_sq()
717 static void fe_neg(fe h, const fe f) { in fe_neg()
[all …]
/external/clang/test/CXX/drs/
Ddr5xx.cpp227 X<+N>::type v3; // expected-error {{missing 'typename'}} member
340 template<> template<typename U> template<typename V> void A<int>::B<U>::h() {} in h() function in dr531::nested::A::B
344 template<> template<> template<typename V> void A<int>::B<int>::h() {} in h() function in dr531::nested::A::B
345 template<> template<> template<> void A<int>::B<int>::h<int>() {} in h() function in dr531::nested::A::B
348 … template<> template<typename V> void A<int>::B<char>::h() {} // expected-error {{should be empty}} in h() function in dr531::nested::A::B
602 wchar_t h = L'\xE000'; variable
616 void h(S s) { in h() function
805 void (*h)(CV); // expected-error {{qualifiers}} variable
840 template<C::I> void h() {} // expected-error {{private}} in h() function
/external/deqp/framework/common/
DtcuAstcUtil.cpp414 const bool h = zeroDH ? 0 : isBitSet(blockModeData, 9); in getASTCBlockMode() local
799 …d decodeHDREndpointMode7 (UVec4& e0, UVec4& e1, deUint32 v0, deUint32 v1, deUint32 v2, deUint32 v3) in decodeHDREndpointMode7()
878 …ntMode11 (UVec4& e0, UVec4& e1, deUint32 v0, deUint32 v1, deUint32 v2, deUint32 v3, deUint32 v4, d… in decodeHDREndpointMode11()
964 …intMode15(UVec4& e0, UVec4& e1, deUint32 v0, deUint32 v1, deUint32 v2, deUint32 v3, deUint32 v4, d… in decodeHDREndpointMode15()
1057 deInt32 v3 = (deInt32)v[3]; in decodeColorEndpoints() local
1093 deInt32 v3 = (deInt32)v[3]; in decodeColorEndpoints() local
1140 deInt32 v3 = (deInt32)v[3]; in decodeColorEndpoints() local
1878 deUint32 h; in writeBlockMode() local
DtcuTexCompareVerifier.cpp347 const float v3 = bilinearInterpolate(refVal, x1, y1); in isBilinearPCFCompareValid() local
594 const int h = level.getHeight(); in isLinearCompareResultValid() local
1254 const int h = texture.getHeight(); in isGatherOffsetsCompareResultValid() local
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jar ... antlr/grammar/ org/antlr/grammar/v3/ org/antlr/misc/ org/antlr ...
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_sse.hpp557 __m128 v3 = _mm_mul_ps(_mm_shuffle_ps(v.val, v.val, _MM_SHUFFLE(3, 3, 3, 3)), m3.val); in v_matmul() local
687 __m128 h = _mm_mul_ps(t, _0_5); in v_invsqrt() local
1249 __m128i v3 = _mm_unpackhi_epi8(u1, u3); // a6 a14 b4 b14 ... in v_load_deinterleave() local
1296 __m128i v3 = _mm_unpackhi_epi16(u1, u3); // a3 a7 b3 b7 ... in v_load_deinterleave() local
1395 __m128i v3 = _mm_unpackhi_epi8(u1, u3); // a12 b12 c12 d12 ... in v_store_interleave() local
1455 __m128i v3 = _mm_unpackhi_epi16(u1, u3); // a6 b6 c6 d6 ... in v_store_interleave() local
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c537 #define RENDER_QUAD( v0, v1, v2, v3 ) \ argument
755 GLuint h; in r200PointsBitmap() local
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl3294 …ogramUniform4d (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3)
3314 …glProgramUniform4f (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
3334 …PIENTRY glProgramUniform4i (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
3354 …RY glProgramUniform4ui (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
4443 …CALL void GLW_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
4461 GLW_APICALL void GLW_APIENTRY glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
4479 …APICALL void GLW_APIENTRY glUniform4ui (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
5446 …ALL void GLW_APIENTRY glViewportIndexedf (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl3089 …ogram, glw::GLint location, glw::GLdouble v0, glw::GLdouble v1, glw::GLdouble v2, glw::GLdouble v3)
3103 …t program, glw::GLint location, glw::GLfloat v0, glw::GLfloat v1, glw::GLfloat v2, glw::GLfloat v3)
3117 …w::GLuint program, glw::GLint location, glw::GLint v0, glw::GLint v1, glw::GLint v2, glw::GLint v3)
3131 …Luint program, glw::GLint location, glw::GLuint v0, glw::GLuint v1, glw::GLuint v2, glw::GLuint v3)
3971 …Uniform4f (glw::GLint location, glw::GLfloat v0, glw::GLfloat v1, glw::GLfloat v2, glw::GLfloat v3)
3985 …pper::glUniform4i (glw::GLint location, glw::GLint v0, glw::GLint v1, glw::GLint v2, glw::GLint v3)
3999 …:glUniform4ui (glw::GLint location, glw::GLuint v0, glw::GLuint v1, glw::GLuint v2, glw::GLuint v3)
4838 …iewportIndexedf (glw::GLuint index, glw::GLfloat x, glw::GLfloat y, glw::GLfloat w, glw::GLfloat h)
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp79 static void* h = 0; in SunGetProcAddress() local
1645 …id CODEGEN_FUNCPTR Switch_Uniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) in Switch_Uniform4f()
1669 …tatic void CODEGEN_FUNCPTR Switch_Uniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3) in Switch_Uniform4i()
2219 … void CODEGEN_FUNCPTR Switch_Uniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) in Switch_Uniform4ui()
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl3271 …ogramUniform4d (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3)
3287 …lwProgramUniform4f (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
3303 void glwProgramUniform4i (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
3319 …d glwProgramUniform4ui (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
4279 void glwUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
4295 void glwUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
4311 void glwUniform4ui (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
5263 void glwViewportIndexedf (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
/external/opencv3/modules/imgproc/src/
Dcolor.cpp4159 int h, s, v = b; in operator ()() local
4204 float h, s, v; in operator ()() local
4253 float h = src[i], s = src[i+1], v = src[i+2]; in operator ()() local
4520 float h = 0.f, s = 0.f, l; in operator ()() local
4762 float h = src[i], l = src[i+1], s = src[i+2]; in operator ()() local
6442 const int h = src_.rows; in operator ()() local
6641 _Tp v3 = *src++; in operator ()() local
6665 _Tp v3 = *src++; in operator ()() local
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc299 int v3 = MulWithoutOverflow(r, upper_, other->lower(), &may_overflow); in MulAndCheckOverflow() local
2980 Handle<Object> h = const_cast<HConstant*>(this)->handle(isolate()); in PrintDataTo() local
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/dagger2/lib/
Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...