Home
last modified time | relevance | path

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

12345678910>>...277

/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c96 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV()
102 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV()
108 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV()
114 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV()
120 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV()
128 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV()
134 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV()
143 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV()
151 VertexAttrib1NubvNV(GLuint index, const GLubyte *v) in VertexAttrib1NubvNV()
157 VertexAttrib1ubvNV(GLuint index, const GLubyte *v) in VertexAttrib1ubvNV()
[all …]
/external/webrtc/rtc_base/
Dbyte_order.h25 #define htobe16(v) OSSwapHostToBigInt16(v) argument
26 #define htobe32(v) OSSwapHostToBigInt32(v) argument
27 #define htobe64(v) OSSwapHostToBigInt64(v) argument
28 #define be16toh(v) OSSwapBigToHostInt16(v) argument
29 #define be32toh(v) OSSwapBigToHostInt32(v) argument
30 #define be64toh(v) OSSwapBigToHostInt64(v) argument
32 #define htole16(v) OSSwapHostToLittleInt16(v) argument
33 #define htole32(v) OSSwapHostToLittleInt32(v) argument
34 #define htole64(v) OSSwapHostToLittleInt64(v) argument
35 #define le16toh(v) OSSwapLittleToHostInt16(v) argument
[all …]
/external/rust/crates/tinyvec/benches/
Dsmallvec.rs55 let v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable
75 let v = outer.clone(); localVariable
92 let mut v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable
111 let mut v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable
135 let v: TinyVec<[$type; $len]> = localVariable
155 let v: TinyVec<[$type; $len]> = TinyVec::from(black_box(data)); localVariable
172 let mut v: TinyVec<[$type; $len]> = black_box(TinyVec::default()); localVariable
194 let mut v: TinyVec<[$type; $len]> = black_box(TinyVec::default()); localVariable
215 let mut v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable
241 let mut v = outer.clone(); localVariable
[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/ComputeLibrary/arm_compute/core/
DPixelValue.h111 PixelValue(int8_t v) in PixelValue()
120 PixelValue(uint8_t v) in PixelValue()
129 PixelValue(uint16_t v) in PixelValue()
138 PixelValue(int16_t v) in PixelValue()
147 PixelValue(uint32_t v) in PixelValue()
156 PixelValue(int32_t v) in PixelValue()
166 PixelValue(uint64_t v) in PixelValue()
175 PixelValue(int64_t v) in PixelValue()
184 PixelValue(bfloat16 v) in PixelValue()
193 PixelValue(half v) in PixelValue()
[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()
239 ir_swizzle::accept(ir_hierarchical_visitor *v) in accept()
[all …]
/external/golang-protobuf/internal/testprotos/required/
Drequired.proto12 required int32 v = 1; field
16 required int64 v = 1; field
20 required uint32 v = 1; field
24 required uint64 v = 1; field
28 required sint32 v = 1; field
32 required sint64 v = 1; field
36 required fixed32 v = 1; field
40 required fixed64 v = 1; field
44 required float v = 1; field
48 required double v = 1; field
[all …]
/external/libcxx/test/std/utilities/variant/variant.get/
Dget_index.pass.cpp46 constexpr V v(42); in test_const_lvalue_get() local
55 const V v(42); in test_const_lvalue_get() local
62 constexpr V v(42l); in test_const_lvalue_get() local
71 const V v(42l); in test_const_lvalue_get() local
81 const V v(x); in test_const_lvalue_get() local
88 const V v(std::move(x)); in test_const_lvalue_get() local
95 const V v(std::move(x)); in test_const_lvalue_get() local
105 V v(42); in test_lvalue_get() local
112 V v(42l); in test_lvalue_get() local
121 V v(x); in test_lvalue_get() local
[all …]
Dget_type.pass.cpp40 constexpr V v(42); in test_const_lvalue_get() local
49 const V v(42); in test_const_lvalue_get() local
56 constexpr V v(42l); in test_const_lvalue_get() local
65 const V v(42l); in test_const_lvalue_get() local
75 const V v(x); in test_const_lvalue_get() local
82 const V v(std::move(x)); in test_const_lvalue_get() local
89 const V v(std::move(x)); in test_const_lvalue_get() local
99 V v(42); in test_lvalue_get() local
106 V v(42l); in test_lvalue_get() local
115 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/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/mesa3d/prebuilt-intermediates/spirv/
Dspirv_info.c28 spirv_addressingmodel_to_string(SpvAddressingModel v) in spirv_addressingmodel_to_string()
42 spirv_builtin_to_string(SpvBuiltIn v) in spirv_builtin_to_string()
150 spirv_capability_to_string(SpvCapability v) in spirv_capability_to_string()
316 spirv_decoration_to_string(SpvDecoration v) in spirv_decoration_to_string()
403 spirv_dim_to_string(SpvDim v) in spirv_dim_to_string()
420 spirv_executionmode_to_string(SpvExecutionMode v) in spirv_executionmode_to_string()
490 spirv_executionmodel_to_string(SpvExecutionModel v) in spirv_executionmodel_to_string()
515 spirv_imageformat_to_string(SpvImageFormat v) in spirv_imageformat_to_string()
567 spirv_memorymodel_to_string(SpvMemoryModel v) in spirv_memorymodel_to_string()
581 spirv_storageclass_to_string(SpvStorageClass v) in spirv_storageclass_to_string()
[all …]
/external/rust/crates/rayon/tests/
Dproducer_split_at.rs119 let v = vec![42]; in empty() localVariable
125 let v = vec![42]; in once() localVariable
131 let v = vec![42]; in option() localVariable
137 let v: Vec<_> = (0..10).collect(); in range() localVariable
143 let v: Vec<_> = (0u16..=10).collect(); in range_inclusive() localVariable
149 let v: Vec<_> = std::iter::repeat(1).take(5).collect(); in repeatn() localVariable
156 let v: Vec<_> = s.iter().collect(); in slice_iter() localVariable
163 let mut v: Vec<_> = s.clone(); in slice_iter_mut() localVariable
176 let v: Vec<_> = s.chunks(len).collect(); in slice_chunks() localVariable
185 let v: Vec<_> = s.chunks_exact(len).collect(); in slice_chunks_exact() localVariable
[all …]
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
Dput_long_double_zh_CN.pass.cpp69 long double v = 0; in main() local
77 long double v = -1; in main() local
85 long double v = 123456789; in main() local
93 long double v = -123456789; in main() local
101 long double v = 0; in main() local
110 long double v = -1; in main() local
119 long double v = 123456789; in main() local
128 long double v = -123456789; in main() local
137 long double v = -123456789; in main() local
149 long double v = -123456789; in main() local
[all …]
Dput_long_double_fr_FR.pass.cpp98 long double v = 0; in main() local
106 long double v = -1; in main() local
114 long double v = 123456789; in main() local
122 long double v = -123456789; in main() local
130 long double v = 0; in main() local
139 long double v = -1; in main() local
148 long double v = 123456789; in main() local
157 long double v = -123456789; in main() local
166 long double v = -123456789; in main() local
178 long double v = -123456789; in main() local
[all …]
Dput_long_double_ru_RU.pass.cpp75 long double v = 0; in main() local
83 long double v = -1; in main() local
91 long double v = 123456789; in main() local
99 long double v = -123456789; in main() local
107 long double v = 0; in main() local
116 long double v = -1; in main() local
125 long double v = 123456789; in main() local
134 long double v = -123456789; in main() local
143 long double v = -123456789; in main() local
155 long double 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 …]
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 …]
/external/google-breakpad/src/common/mac/
Dbyteswap.h42 static inline uint16_t ByteSwap(uint16_t v) { return OSSwapInt16(v); } in ByteSwap()
43 static inline uint32_t ByteSwap(uint32_t v) { return OSSwapInt32(v); } in ByteSwap()
44 static inline uint64_t ByteSwap(uint64_t v) { return OSSwapInt64(v); } in ByteSwap()
45 static inline int16_t ByteSwap(int16_t v) { return OSSwapInt16(v); } in ByteSwap()
46 static inline int32_t ByteSwap(int32_t v) { return OSSwapInt32(v); } in ByteSwap()
47 static inline int64_t ByteSwap(int64_t v) { return OSSwapInt64(v); } in ByteSwap()
56 static inline uint16_t ByteSwap(uint16_t v) { return bswap_16(v); } in ByteSwap()
57 static inline uint32_t ByteSwap(uint32_t v) { return bswap_32(v); } in ByteSwap()
58 static inline uint64_t ByteSwap(uint64_t v) { return bswap_64(v); } in ByteSwap()
59 static inline int16_t ByteSwap(int16_t v) { return bswap_16(v); } in ByteSwap()
[all …]
/external/ltp/include/
Dtst_atomic.h55 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return()
60 static inline int tst_atomic_load(int *v) in tst_atomic_load()
65 static inline void tst_atomic_store(int i, int *v) in tst_atomic_store()
71 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return()
76 static inline int tst_atomic_load(int *v) in tst_atomic_load()
86 static inline void tst_atomic_store(int i, int *v) in tst_atomic_store()
96 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return()
110 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return()
129 static inline int tst_atomic_load(int *v) in tst_atomic_load()
140 static inline void tst_atomic_store(int i, int *v) in tst_atomic_store()
[all …]
/external/rust/crates/num-integer/benches/
Daverage.rs233 let v = small(); localVariable
239 let v = small(); localVariable
245 let v = small(); localVariable
251 let v = small(); localVariable
262 let v = overflowing(); localVariable
268 let v = overflowing(); localVariable
274 let v = overflowing(); localVariable
280 let v = overflowing(); localVariable
291 let v = rand(); localVariable
297 let v = rand(); localVariable
[all …]
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
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_ru_RU.pass.cpp75 std::string v = "0,00 "; in main() local
86 std::string v = "-0,01 "; in main() local
97 std::string v = "1 234 567,89 "; in main() local
108 std::string v = "-1 234 567,89 "; in main() local
119 std::string v = "-1234567,89 "; in main() local
130 std::string v = "0,00 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local
141 std::string v = "0,00 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local
154 std::string v = "-0,01 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local
165 std::string v = "-0,01 \xD1\x80\xD1\x83\xD0\xB1""."; in main() local
178 std::string v = "1 234 567,89 \xD1\x80\xD1\x83\xD0\xB1""."; 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 …]

12345678910>>...277