Home
last modified time | relevance | path

Searched defs:vector (Results 1 – 25 of 232) sorted by relevance

12345678910

/external/clang/test/SemaObjCXX/
Dinstantiate-stmt.mm34 struct vector {}; struct
41 // expected-error{{the type 'vector' is not a pointer to a fast-enumerable object}} argument
60 template void fast_enumeration_test<NSString *>(vector); // expected-note{{in instantiation of}} argument
65 void try_catch_finally_test(U value) {
76 template void try_catch_finally_test<NSString *>(int);
77 template void try_catch_finally_test<NSString *>(int*); // expected-note{{in instantiation of}}
78 …iation of function template specialization 'try_catch_finally_test<NSString, int>' requested here}}
/external/webrtc/webrtc/common_audio/signal_processing/
Dmin_max_operations.c37 int16_t WebRtcSpl_MaxAbsValueW16C(const int16_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW16C()
60 int32_t WebRtcSpl_MaxAbsValueW32C(const int32_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW32C()
82 int16_t WebRtcSpl_MaxValueW16C(const int16_t* vector, size_t length) { in WebRtcSpl_MaxValueW16C()
96 int32_t WebRtcSpl_MaxValueW32C(const int32_t* vector, size_t length) { in WebRtcSpl_MaxValueW32C()
110 int16_t WebRtcSpl_MinValueW16C(const int16_t* vector, size_t length) { in WebRtcSpl_MinValueW16C()
124 int32_t WebRtcSpl_MinValueW32C(const int32_t* vector, size_t length) { in WebRtcSpl_MinValueW32C()
138 size_t WebRtcSpl_MaxAbsIndexW16(const int16_t* vector, size_t length) { in WebRtcSpl_MaxAbsIndexW16()
159 size_t WebRtcSpl_MaxIndexW16(const int16_t* vector, size_t length) { in WebRtcSpl_MaxIndexW16()
176 size_t WebRtcSpl_MaxIndexW32(const int32_t* vector, size_t length) { in WebRtcSpl_MaxIndexW32()
193 size_t WebRtcSpl_MinIndexW16(const int16_t* vector, size_t length) { in WebRtcSpl_MinIndexW16()
[all …]
Dmin_max_operations_mips.c24 int16_t WebRtcSpl_MaxAbsValueW16_mips(const int16_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW16_mips()
226 int32_t WebRtcSpl_MaxAbsValueW32_mips(const int32_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW32_mips()
262 int16_t WebRtcSpl_MaxValueW16_mips(const int16_t* vector, size_t length) { in WebRtcSpl_MaxValueW16_mips()
291 int32_t WebRtcSpl_MaxValueW32_mips(const int32_t* vector, size_t length) { in WebRtcSpl_MaxValueW32_mips()
320 int16_t WebRtcSpl_MinValueW16_mips(const int16_t* vector, size_t length) { in WebRtcSpl_MinValueW16_mips()
350 int32_t WebRtcSpl_MinValueW32_mips(const int32_t* vector, size_t length) { in WebRtcSpl_MinValueW32_mips()
Dmin_max_operations_neon.c18 int16_t WebRtcSpl_MaxAbsValueW16Neon(const int16_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW16Neon()
71 int32_t WebRtcSpl_MaxAbsValueW32Neon(const int32_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW32Neon()
126 int16_t WebRtcSpl_MaxValueW16Neon(const int16_t* vector, size_t length) { in WebRtcSpl_MaxValueW16Neon()
164 int32_t WebRtcSpl_MaxValueW32Neon(const int32_t* vector, size_t length) { in WebRtcSpl_MaxValueW32Neon()
206 int16_t WebRtcSpl_MinValueW16Neon(const int16_t* vector, size_t length) { in WebRtcSpl_MinValueW16Neon()
244 int32_t WebRtcSpl_MinValueW32Neon(const int32_t* vector, size_t length) { in WebRtcSpl_MinValueW32Neon()
/external/clang/test/Modules/Inputs/PR25501/
DVector.h2 struct vector { struct
3 vector() {} in vector() function
/external/clang/test/CodeGenObjCXX/
Dencode.mm7 template <typename T1, typename T2, typename T3> struct vector { struct
8 vector(); argument
9 vector(T1,T2,T3); field
12 typedef vector< float, float, float > vector3f; argument
16 vector3f position; argument
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Dneon_tensor_utils.h28 int m_cols, const float* vector, in MatrixBatchVectorMultiplyAccumulate()
47 void VectorBatchVectorCwiseProductAccumulate(const float* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate()
67 void VectorBatchVectorAssign(const float* vector, int v_size, int n_batch, in VectorBatchVectorAssign()
72 void ApplySigmoidToVector(const float* vector, int v_size, float* result) { in ApplySigmoidToVector()
76 void ApplyActivationToVector(const float* vector, int v_size, in ApplyActivationToVector()
81 void CopyVector(const float* vector, int v_size, float* result) { in CopyVector()
85 void Sub1Vector(const float* vector, int v_size, float* result) { in Sub1Vector()
89 void ZeroVector(float* vector, int v_size) { in ZeroVector()
95 void ClipVector(const float* vector, int v_size, float abs_limit, in ClipVector()
100 void VectorShiftLeft(float* vector, int v_size, float shift_value) { in VectorShiftLeft()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
Dportable_tensor_utils.h107 int m_cols, const float* vector, in MatrixBatchVectorMultiplyAccumulate()
125 void VectorBatchVectorCwiseProductAccumulate(const float* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate()
145 void VectorBatchVectorAssign(const float* vector, int v_size, int n_batch, in VectorBatchVectorAssign()
150 void ApplySigmoidToVector(const float* vector, int v_size, float* result) { in ApplySigmoidToVector()
154 void ApplyActivationToVector(const float* vector, int v_size, in ApplyActivationToVector()
159 void CopyVector(const float* vector, int v_size, float* result) { in CopyVector()
163 void Sub1Vector(const float* vector, int v_size, float* result) { in Sub1Vector()
167 void ZeroVector(float* vector, int v_size) { in ZeroVector()
171 void ClipVector(const float* vector, int v_size, float abs_limit, in ClipVector()
176 void VectorShiftLeft(float* vector, int v_size, float shift_value) { in VectorShiftLeft()
Dportable_tensor_utils.cc32 const float* vector, in PortableMatrixBatchVectorMultiplyAccumulate()
89 void PortableVectorBatchVectorCwiseProductAccumulate(const float* vector, in PortableVectorBatchVectorCwiseProductAccumulate()
101 void PortableVectorBatchVectorAssign(const float* vector, int v_size, in PortableVectorBatchVectorAssign()
108 void PortableApplySigmoidToVector(const float* vector, int v_size, in PortableApplySigmoidToVector()
116 void PortableApplyActivationToVector(const float* vector, int v_size, in PortableApplyActivationToVector()
125 void PortableCopyVector(const float* vector, int v_size, float* result) { in PortableCopyVector()
129 void PortableSub1Vector(const float* vector, int v_size, float* result) { in PortableSub1Vector()
135 void PortableZeroVector(float* vector, int v_size) { in PortableZeroVector()
139 void PortableClipVector(const float* vector, int v_size, float abs_limit, in PortableClipVector()
146 void PortableVectorShiftLeft(float* vector, int v_size, float shift_value) { in PortableVectorShiftLeft()
/external/v8/src/
Dfeedback-vector.h427 FeedbackNexus(Handle<FeedbackVector> vector, FeedbackSlot slot) in FeedbackNexus()
429 FeedbackNexus(FeedbackVector* vector, FeedbackSlot slot) in FeedbackNexus()
437 FeedbackVector* vector() const { in vector() function
500 CallICNexus(Handle<FeedbackVector> vector, FeedbackSlot slot) in CallICNexus()
504 CallICNexus(FeedbackVector* vector, FeedbackSlot slot) in CallICNexus()
538 LoadICNexus(Handle<FeedbackVector> vector, FeedbackSlot slot) in LoadICNexus()
542 LoadICNexus(FeedbackVector* vector, FeedbackSlot slot) in LoadICNexus()
559 LoadGlobalICNexus(Handle<FeedbackVector> vector, FeedbackSlot slot) in LoadGlobalICNexus()
563 LoadGlobalICNexus(FeedbackVector* vector, FeedbackSlot slot) in LoadGlobalICNexus()
591 KeyedLoadICNexus(Handle<FeedbackVector> vector, FeedbackSlot slot) in KeyedLoadICNexus()
[all …]
/external/tpm2/
Dbits.h10 #define CLEAR_BIT(bit, vector) BitClear((bit), (BYTE *)&(vector), sizeof(vector)) argument
11 #define SET_BIT(bit, vector) BitSet((bit), (BYTE *)&(vector), sizeof(vector)) argument
12 #define TEST_BIT(bit, vector) BitIsSet((bit), (BYTE *)&(vector), sizeof(vector)) argument
/external/mesa3d/src/util/
Du_vector.c26 u_vector_init(struct u_vector *vector, uint32_t element_size, uint32_t size) in u_vector_init()
41 u_vector_add(struct u_vector *vector) in u_vector_add()
85 u_vector_remove(struct u_vector *vector) in u_vector_remove()
/external/clang/test/Index/
Dindex-templates.cpp9 class vector { class
14 class vector<T*> { }; class
18 template class vector<Z1>; variable
23 class vector<Z2> { class
47 template class vector<int*>; variable
/external/tensorflow/tensorflow/contrib/kfac/python/ops/
Dloss_functions.py106 def multiply_hessian(self, vector): argument
123 def multiply_hessian_factor(self, vector): argument
145 def multiply_hessian_factor_transpose(self, vector): argument
222 def multiply_fisher(self, vector): argument
236 def multiply_fisher_factor(self, vector): argument
260 def multiply_fisher_factor_transpose(self, vector): argument
356 def multiply_hessian(self, vector): argument
359 def multiply_hessian_factor(self, vector): argument
362 def multiply_hessian_factor_transpose(self, vector): argument
427 def multiply_fisher(self, vector): argument
[all …]
Dfisher_blocks.py148 def multiply_inverse(self, vector): argument
160 def multiply(self, vector): argument
215 def multiply_inverse(self, vector): argument
221 def multiply(self, vector): argument
278 def multiply_inverse(self, vector): argument
286 def multiply(self, vector): argument
362 def multiply_inverse(self, vector): argument
380 def multiply(self, vector): argument
487 def multiply_inverse(self, vector): argument
493 def multiply(self, vector): argument
[all …]
/external/aac/libFDK/src/
Dscale.cpp130 void scaleValues(FIXP_SGL *vector, /*!< Vector */ in scaleValues()
175 void scaleValues(FIXP_DBL *vector, /*!< Vector */ in scaleValues()
222 void scaleValuesSaturate(FIXP_DBL *vector, /*!< Vector */ in scaleValuesSaturate()
316 void scaleValuesSaturate(FIXP_SGL *vector, /*!< Vector */ in scaleValuesSaturate()
539 void scaleValuesWithFactor(FIXP_DBL *vector, FIXP_DBL factor, INT len, in scaleValuesWithFactor()
603 INT getScalefactorShort(const SHORT *vector, /*!< Pointer to input vector */ in getScalefactorShort()
629 INT getScalefactorPCM(const INT_PCM *vector, /*!< Pointer to input vector */ in getScalefactorPCM()
655 INT getScalefactorShort(const SHORT *vector, /*!< Pointer to input vector */ in getScalefactorShort()
689 INT getScalefactor(const FIXP_DBL *vector, /*!< Pointer to input vector */ in getScalefactor()
707 INT getScalefactor(const FIXP_SGL *vector, /*!< Pointer to input vector */ in getScalefactor()
/external/v8/src/runtime/
Druntime-literals.cc32 Isolate* isolate, Handle<FeedbackVector> vector, in CreateObjectLiteralBoilerplate()
108 Isolate* isolate, Handle<FeedbackVector> vector, in CreateArrayLiteralBoilerplate()
180 Isolate* isolate, Handle<FeedbackVector> vector, in CreateLiteralBoilerplate()
235 Handle<FeedbackVector> vector(closure->feedback_vector(), isolate); in RUNTIME_FUNCTION() local
277 Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot literals_slot, in GetLiteralAllocationSite()
306 Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot literals_slot, in CreateArrayLiteralImpl()
338 Handle<FeedbackVector> vector(closure->feedback_vector(), isolate); in RUNTIME_FUNCTION() local
352 Handle<FeedbackVector> vector(closure->feedback_vector(), isolate); in RUNTIME_FUNCTION() local
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dbiosint.c26 struct segoff vector = { in hook_bios_interrupt() local
71 struct segoff vector; in unhook_bios_interrupt() local
/external/clang/test/Sema/
Dimplicit-decl.c9 int32_t *vector[16]; in func() local
21 Boolean _CFCalendarDecomposeAbsoluteTimeV(const char *componentDesc, int32_t **vector, int32_t coun… in _CFCalendarDecomposeAbsoluteTimeV()
/external/v8/src/builtins/
Dbuiltins-handler.cc22 Node* vector = Parameter(Descriptor::kVector); in TF_BUILTIN() local
46 Node* vector = Parameter(Descriptor::kVector); in TF_BUILTIN() local
80 Node* vector = Parameter(Descriptor::kVector); in TF_BUILTIN() local
94 Node* vector = Parameter(Descriptor::kVector); in TF_BUILTIN() local
108 Node* vector = Parameter(Descriptor::kVector); in TF_BUILTIN() local
119 Node* vector = Parameter(Descriptor::kVector); in TF_BUILTIN() local
135 Node* vector = Parameter(Descriptor::kVector); in TF_BUILTIN() local
164 Node* vector = Parameter(Descriptor::kVector); in TF_BUILTIN() local
217 Node* vector = Parameter(Descriptor::kVector); in TF_BUILTIN() local
231 Node* vector = Parameter(Descriptor::kVector); in TF_BUILTIN() local
/external/clang/test/SemaCXX/
Dlibstdcxx_explicit_init_list_hack.cpp10 class vector { class
12 explicit vector() {} // expected-warning 2 {{should not be explicit}} in vector() function in std::__debug::vector
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c1056 pANTLR3_VECTOR vector; in antlr3VectorNew() local
1078 antlr3SetVectorApi (pANTLR3_VECTOR vector, ANTLR3_UINT32 sizeHint) in antlr3SetVectorApi()
1136 antlr3VectorClear (pANTLR3_VECTOR vector) in antlr3VectorClear()
1161 void ANTLR3_CDECL antlr3VectorFree (pANTLR3_VECTOR vector) in antlr3VectorFree()
1195 static void antlr3VectorDel (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry) in antlr3VectorDel()
1231 static void * antlr3VectorGet (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry) in antlr3VectorGet()
1250 static void * antrl3VectorRemove (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry) in antrl3VectorRemove()
1289 antlr3VectorResize (pANTLR3_VECTOR vector, ANTLR3_UINT32 hint) in antlr3VectorResize()
1332 static ANTLR3_UINT32 antlr3VectorAdd (pANTLR3_VECTOR vector, void * element, void (ANTLR3_CD… in antlr3VectorAdd()
1356 antlr3VectorSet (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry, void * element, void (ANTLR3_CDECL… in antlr3VectorSet()
[all …]
/external/clang/test/Modules/
Dpr27401.cpp15 class vector : __vector_base<_Tp, _Allocator> { class
24 vector<_Tp, _Allocator>::vector(const vector &__x) : __vector_base<_Tp, _Allocator>(__x.__alloc()) … in vector() function in vector
/external/ppp/pppd/plugins/radius/
Dsendserver.c40 unsigned char *buf, *vector, *lenptr; in rc_pack_list() local
210 unsigned char vector[AUTH_VECTOR_LEN]; in rc_send_server() local
396 unsigned char *vector, unsigned char seq_nbr) in rc_check_reply()
483 static void rc_random_vector (unsigned char *vector) in rc_random_vector()
/external/libbrillo/brillo/streams/
Dmemory_containers.h156 explicit VectorPtr(std::vector<T>* vector) : vector_ptr_(vector) {} in VectorPtr()
186 explicit ReadOnlyVectorRef(const std::vector<T>& vector) in ReadOnlyVectorRef()
210 explicit ReadOnlyVectorCopy(std::vector<T> vector) in ReadOnlyVectorCopy()

12345678910