Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 3394) sorted by relevance

12345678910>>...136

/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c190 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV()
196 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV()
202 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV()
208 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV()
214 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV()
222 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV()
228 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV()
237 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV()
245 VertexAttrib1NubvNV(GLuint index, const GLubyte *v) in VertexAttrib1NubvNV()
251 VertexAttrib1ubvNV(GLuint index, const GLubyte *v) in VertexAttrib1ubvNV()
[all …]
/external/mesa3d/src/compiler/glsl/
Dir_hv_accept.cpp47 visit_list_elements(ir_hierarchical_visitor *v, exec_list *l, in visit_list_elements()
68 ir_rvalue::accept(ir_hierarchical_visitor *v) in accept()
75 ir_variable::accept(ir_hierarchical_visitor *v) in accept()
82 ir_loop::accept(ir_hierarchical_visitor *v) in accept()
98 ir_loop_jump::accept(ir_hierarchical_visitor *v) in accept()
105 ir_function_signature::accept(ir_hierarchical_visitor *v) in accept()
121 ir_function::accept(ir_hierarchical_visitor *v) in accept()
133 ir_expression::accept(ir_hierarchical_visitor *v) in accept()
159 ir_texture::accept(ir_hierarchical_visitor *v) in accept()
238 ir_swizzle::accept(ir_hierarchical_visitor *v) in accept()
[all …]
/external/libcxx/test/std/utilities/variant/variant.get/
Dget_type.pass.cpp32 constexpr V v(42); in test_const_lvalue_get() local
41 const V v(42); in test_const_lvalue_get() local
48 constexpr V v(42l); in test_const_lvalue_get() local
57 const V v(42l); in test_const_lvalue_get() local
67 const V v(x); in test_const_lvalue_get() local
74 const V v(std::move(x)); in test_const_lvalue_get() local
81 const V v(std::move(x)); in test_const_lvalue_get() local
91 V v(42); in test_lvalue_get() local
98 V v(42l); in test_lvalue_get() local
107 V v(x); in test_lvalue_get() local
[all …]
Dget_index.pass.cpp38 constexpr V v(42); in test_const_lvalue_get() local
47 const V v(42); in test_const_lvalue_get() local
54 constexpr V v(42l); in test_const_lvalue_get() local
63 const V v(42l); in test_const_lvalue_get() local
73 const V v(x); in test_const_lvalue_get() local
80 const V v(std::move(x)); in test_const_lvalue_get() local
87 const V v(std::move(x)); in test_const_lvalue_get() local
97 V v(42); in test_lvalue_get() local
104 V v(42l); in test_lvalue_get() local
113 V v(x); in test_lvalue_get() local
[all …]
Dget_if_index.pass.cpp31 constexpr const V *v = nullptr; in test_const_get_if() local
36 constexpr V v(42); in test_const_get_if() local
44 constexpr V v(42l); in test_const_get_if() local
54 const V v(x); in test_const_get_if() local
61 const V v(std::move(x)); in test_const_get_if() local
68 const V v(std::move(x)); in test_const_get_if() local
78 V *v = nullptr; in test_get_if() local
83 V v(42); in test_get_if() local
91 V v(42l); in test_get_if() local
101 V v(x); in test_get_if() local
[all …]
Dget_if_type.pass.cpp29 constexpr const V *v = nullptr; in test_const_get_if() local
34 constexpr V v(42); in test_const_get_if() local
42 constexpr V v(42l); in test_const_get_if() local
52 const V v(x); in test_const_get_if() local
59 const V v(std::move(x)); in test_const_get_if() local
66 const V v(std::move(x)); in test_const_get_if() local
76 V *v = nullptr; in test_get_if() local
81 V v(42); in test_get_if() local
89 V v(42l); in test_get_if() local
99 V v(x); in test_get_if() local
[all …]
/external/clang/test/CodeGen/
Daarch64-neon-2velem.c12 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmla_lane_s16()
21 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16()
30 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32()
39 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32()
48 int16x4_t test_vmla_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16()
57 int16x8_t test_vmlaq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlaq_laneq_s16()
66 int32x2_t test_vmla_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq_s32()
75 int32x4_t test_vmlaq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq_s32()
84 int16x4_t test_vmls_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmls_lane_s16()
93 int16x8_t test_vmlsq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlsq_lane_s16()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
DFrequency.java113 public void addValue(Object v) { in addValue()
133 public void addValue(Comparable<?> v){ in addValue()
158 public void addValue(int v) { in addValue()
169 public void addValue(Integer v) { in addValue()
178 public void addValue(long v) { in addValue()
187 public void addValue(char v) { in addValue()
234 public long getCount(Object v) { in getCount()
245 public long getCount(Comparable<?> v) { in getCount()
267 public long getCount(int v) { in getCount()
277 public long getCount(long v) { in getCount()
[all …]
/external/swiftshader/src/Renderer/
DVector.cpp32 Vector &Vector::operator+=(const Vector &v) in operator +=()
41 Vector &Vector::operator-=(const Vector &v) in operator -=()
66 bool operator==(const Vector &U, const Vector &v) in operator ==()
74 bool operator!=(const Vector &U, const Vector &v) in operator !=()
82 bool operator>(const Vector &u, const Vector &v) in operator >()
90 bool operator<(const Vector &u, const Vector &v) in operator <()
98 Vector operator+(const Vector &u, const Vector &v) in operator +()
103 Vector operator-(const Vector &u, const Vector &v) in operator -()
108 float operator*(const Vector &u, const Vector &v) in operator *()
113 Vector operator*(float s, const Vector &v) in operator *()
[all …]
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
Dput_long_double_ru_RU.pass.cpp71 long double v = 0; in main() local
79 long double v = -1; in main() local
87 long double v = 123456789; in main() local
95 long double v = -123456789; in main() local
103 long double v = 0; in main() local
112 long double v = -1; in main() local
121 long double v = 123456789; in main() local
130 long double v = -123456789; in main() local
139 long double v = -123456789; in main() local
151 long double v = -123456789; in main() local
[all …]
Dput_long_double_fr_FR.pass.cpp65 long double v = 0; in main() local
73 long double v = -1; in main() local
81 long double v = 123456789; in main() local
89 long double v = -123456789; in main() local
97 long double v = 0; in main() local
106 long double v = -1; in main() local
115 long double v = 123456789; in main() local
124 long double v = -123456789; in main() local
133 long double v = -123456789; in main() local
145 long double v = -123456789; in main() local
[all …]
Dput_long_double_zh_CN.pass.cpp66 long double v = 0; in main() local
74 long double v = -1; in main() local
82 long double v = 123456789; in main() local
90 long double v = -123456789; in main() local
98 long double v = 0; in main() local
107 long double v = -1; in main() local
116 long double v = 123456789; in main() local
125 long double v = -123456789; in main() local
134 long double v = -123456789; in main() local
146 long double v = -123456789; in main() local
[all …]
Dput_string_en_US.pass.cpp63 std::string v = "0"; in main() local
71 std::string v = "-1"; in main() local
79 std::string v = "123456789"; in main() local
87 std::string v = "-123456789"; in main() local
95 std::string v = "0"; in main() local
104 std::string v = "-1"; in main() local
113 std::string v = "123456789"; in main() local
122 std::string v = "-123456789"; in main() local
131 std::string v = "-123456789"; in main() local
143 std::string v = "-123456789"; in main() local
[all …]
Dput_long_double_en_US.pass.cpp63 long double v = 0; in main() local
71 long double v = -1; in main() local
79 long double v = 123456789; in main() local
87 long double v = -123456789; in main() local
95 long double v = 0; in main() local
104 long double v = -1; in main() local
113 long double v = 123456789; in main() local
122 long double v = -123456789; in main() local
131 long double v = -123456789; in main() local
143 long double v = -123456789; in main() local
[all …]
/external/clang/test/Sema/
Daarch64-special-register.c3 void string_literal(unsigned v) { in string_literal()
7 void wsr_1(unsigned v) { in wsr_1()
11 void wsrp_1(void *v) { in wsrp_1()
15 void wsr64_1(unsigned long v) { in wsr64_1()
31 void wsr_2(unsigned v) { in wsr_2()
35 void wsrp_2(void *v) { in wsrp_2()
39 void wsr64_2(unsigned long v) { in wsr64_2()
55 void wsr_3(unsigned v) { in wsr_3()
59 void wsrp_3(void *v) { in wsrp_3()
63 void wsr64_3(unsigned long v) { in wsr64_3()
Darm-special-register.c3 void string_literal(unsigned v) { in string_literal()
7 void wsr_1(unsigned v) { in wsr_1()
11 void wsrp_1(void *v) { in wsrp_1()
15 void wsr64_1(unsigned long v) { in wsr64_1()
31 void wsr_2(unsigned v) { in wsr_2()
35 void wsrp_2(void *v) { in wsrp_2()
39 void wsr64_2(unsigned long v) { in wsr64_2()
55 void wsr_3(unsigned v) { in wsr_3()
59 void wsrp_3(void *v) { in wsrp_3()
63 void wsr64_3(unsigned long v) { in wsr64_3()
/external/python/cpython2/Lib/distutils/tests/
Dtest_unixccompiler.py38 def gcv(v): argument
43 def gcv(v): argument
48 def gcv(v): argument
65 def gcv(v): argument
75 def gcv(v): argument
86 def gcv(v): argument
97 def gcv(v): argument
107 def gcv(v): argument
117 def gcv(v): argument
126 def gcv(v): argument
[all …]
/external/libcxx/test/std/containers/sequences/vector/vector.capacity/
Dreserve.pass.cpp23 std::vector<int> v; in main() local
29 std::vector<int> v(100); in main() local
41 std::vector<int, limited_allocator<int, 250 + 1> > v(100); in main() local
53 std::vector<int, min_allocator<int>> v; in main() local
59 std::vector<int, min_allocator<int>> v(100); in main() local
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
Dget_long_double_zh_CN.pass.cpp66 std::string v = "0.00"; in main() local
77 std::string v = "-0.01"; in main() local
88 std::string v = "1,234,567.89"; in main() local
99 std::string v = "-1,234,567.89"; in main() local
110 std::string v = "-1234567.89"; in main() local
121 std::string v = "\xEF\xBF\xA5""0.00"; in main() local
132 std::string v = "\xEF\xBF\xA5""0.00"; in main() local
145 std::string v = "\xEF\xBF\xA5""-0.01"; in main() local
156 std::string v = "\xEF\xBF\xA5""-0.01"; in main() local
169 std::string v = "\xEF\xBF\xA5""1,234,567.89"; in main() local
[all …]
Dget_string_en_US.pass.cpp63 std::string v = "0.00"; in main() local
74 std::string v = "-0.01"; in main() local
85 std::string v = "1,234,567.89"; in main() local
96 std::string v = "-1,234,567.89"; in main() local
107 std::string v = "-1234567.89"; in main() local
118 std::string v = "$0.00"; in main() local
129 std::string v = "$0.00"; in main() local
142 std::string v = "-$0.01"; in main() local
153 std::string v = "-$0.01"; in main() local
166 std::string v = "$1,234,567.89"; in main() local
[all …]
Dget_long_double_fr_FR.pass.cpp65 std::string v = "0,00"; in main() local
76 std::string v = "-0,01"; in main() local
87 std::string v = "1 234 567,89 "; in main() local
98 std::string v = "-1 234 567,89"; in main() local
109 std::string v = "-1234567,89"; in main() local
120 std::string v = "0,00 \u20ac"; // € in main() local
132 std::string v = "0,00 \u20ac"; // € in main() local
144 std::string v = "-0,01 \u20ac"; in main() local
155 std::string v = "-0,01 \u20ac"; in main() local
167 std::string v = "1 234 567,89 \u20ac"; in main() local
[all …]
Dget_long_double_en_US.pass.cpp63 std::string v = "0.00"; in main() local
74 std::string v = "-0.01"; in main() local
85 std::string v = "1,234,567.89"; in main() local
96 std::string v = "-1,234,567.89"; in main() local
107 std::string v = "-1234567.89"; in main() local
118 std::string v = "$0.00"; in main() local
129 std::string v = "$0.00"; in main() local
142 std::string v = "-$0.01"; in main() local
153 std::string v = "-$0.01"; in main() local
166 std::string v = "$1,234,567.89"; in main() local
[all …]
Dget_long_double_ru_RU.pass.cpp71 std::string v = "0,00 "; in main() local
82 std::string v = "-0,01 "; in main() local
93 std::string v = "1 234 567,89 "; in main() local
104 std::string v = "-1 234 567,89 "; in main() local
115 std::string v = "-1234567,89 "; in main() local
126 std::string v = "0,00 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local
137 std::string v = "0,00 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local
150 std::string v = "-0,01 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local
161 std::string v = "-0,01 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local
174 std::string v = "1 234 567,89 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DFieldVector.java66 FieldVector<T> add(FieldVector<T> v) in add()
75 FieldVector<T> add(T[] v) in add()
84 FieldVector<T> subtract(FieldVector<T> v) in subtract()
93 FieldVector<T> subtract(T[] v) in subtract()
175 FieldVector<T> ebeMultiply(FieldVector<T> v) throws IllegalArgumentException; in ebeMultiply()
183 FieldVector<T> ebeMultiply(T[] v) throws IllegalArgumentException; in ebeMultiply()
191 FieldVector<T> ebeDivide(FieldVector<T> v) throws IllegalArgumentException; in ebeDivide()
199 FieldVector<T> ebeDivide(T[] v) throws IllegalArgumentException; in ebeDivide()
213 T dotProduct(FieldVector<T> v) in dotProduct()
222 T dotProduct(T[] v) in dotProduct()
[all …]
/external/clang/test/CodeGenCXX/
Dmangle-neon-vectors.cpp33 void f1(int32x2_t v) { } in f1()
37 void f2(int32x4_t v) { } in f2()
41 void f3(uint64x1_t v) { } in f3()
45 void f4(uint64x2_t v) { } in f4()
49 void f5(float32x2_t v) { } in f5()
53 void f6(float32x4_t v) { } in f6()
57 void f7(float16x4_t v) {} in f7()
61 void f8(float16x8_t v) {} in f8()
65 void f9(poly8x16_t v) {} in f9()
69 void f10(poly16x8_t v) {} in f10()
[all …]

12345678910>>...136