HomeSort by relevance Sort by last modified time
    Searched defs:vector (Results 151 - 175 of 291) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/tensorflow/tensorflow/compiler/xla/
literal_util_test.cc 18 #include <vector>
197 std::vector<int64> dimensions = {8, 8, 8};
204 std::vector<int64> values = {7, 8, 9, 10};
214 std::vector<int64> expected_values = {8, 9, 7, 10};
291 std::vector<std::tuple<int64, int64, string>> seen;
298 std::vector<Elem> expected = {Elem(0, 0, "3.1"), Elem(0, 1, "4.2"),
379 auto vector = Literal::CreateR1<complex64>({{1.0, 2.0}, {3.0, 4.0}}); local
384 EXPECT_EQ(*vector, *vector_clone);
387 EXPECT_NE(*vector, *vector_reversed);
668 std::vector<int> expected_dim0minor{1, 7, 4, 10, 2, 8, 5, 11, 3, 9, 6, 12}
995 auto vector = Literal::CreateR1<float>({5.0, 7.0}); local
    [all...]
  /external/v8/src/
code-stubs.cc 454 Node* vector = assembler.Parameter(Descriptor::kVector); local
480 context, receiver, key, value, map, slot, vector);
1509 Node* vector = assembler.Parameter(Descriptor::kVector); local
1596 Node* vector = assembler.Parameter(Descriptor::kVector); local
1622 Node* vector = assembler.Parameter(Descriptor::kVector); local
1679 Node* vector = assembler.Parameter(Descriptor::kVector); local
1694 Node* vector = assembler.Parameter(Descriptor::kVector); local
1722 Node* vector = assembler.Parameter(Descriptor::kVector); local
1898 Node* vector = assembler.LoadFeedbackVectorForStub(); local
2027 Node* vector = assembler.Parameter(Descriptor::kVector); local
2048 Node* vector = assembler.Parameter(Descriptor::kVector); local
    [all...]
compiler.cc 236 std::vector<Handle<Map>> maps;
237 std::vector<Handle<HeapObject>> objects;
313 // vectors for a different configuration, hence we also recreate a new vector
325 // feedback vector. Verify that the structure fits the function literal.
1513 Handle<Cell> vector; local
1671 Handle<Cell> vector; local
    [all...]
  /external/v8/src/compiler/
js-generic-lowering.cc 171 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()); local
173 node->InsertInput(zone(), 3, vector); local
182 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()); local
185 node->InsertInput(zone(), 3, vector); local
195 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()); local
198 node->InsertInput(zone(), 2, vector); local
211 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()) local
231 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()); local
249 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()); local
270 Node* vector = jsgraph()->HeapConstant(p.feedback().vector()); local
    [all...]
  /external/v8/src/wasm/
module-decoder.cc 349 std::vector<int32_t>(), true,
418 module->function_tables.push_back({0, 0, false, std::vector<int32_t>(),
524 std::vector<WasmExport> sorted_exports(module->export_table);
539 DCHECK(!cmp_less(*it, *last)); // Vector must be sorted.
584 std::vector<uint32_t> vector; local
585 module->table_inits.push_back({table_index, offset, vector});
    [all...]
  /external/valgrind/include/vki/
vki-xen-x86.h 114 vki_uint8_t vector; /* exception vector */ member in struct:vki_xen_trap_info
  /frameworks/av/drm/libmediadrm/
DrmHal.cpp 105 static const Vector<uint8_t> toVector(const hidl_vec<uint8_t> &vec) {
106 Vector<uint8_t> vector; local
107 vector.appendArray(vec.data(), vec.size());
108 return *const_cast<const Vector<uint8_t> *>(&vector);
111 static hidl_vec<uint8_t> toHidlVec(const Vector<uint8_t> &vector) {
113 vec.setToExternal(const_cast<uint8_t *>(vector.array()), vector.size())
    [all...]
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 1300 Vector<uint8_t> vector; local
    [all...]
android_media_MediaPlayer2.cpp 1304 Vector<uint8_t> vector; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest1.java 24 import java.util.Vector;
1102 Vector<String> vector = new Vector<String>(1); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_id.cpp 23 #include <vector>
41 using std::vector;
53 const ValidationState_t& module, const vector<uint32_t>& entry_points,
83 vector<uint32_t> entry_points_;
311 << "' is not a vector.";
328 bool aboveZero(const vector<uint32_t>& constWords,
329 const vector<uint32_t>& typeWords) {
580 << resultType->id() << "'s vector component count.";
602 << "'s vector element type.";
637 auto vector = module_.FindDef(constituent->type_id()) local
967 auto vector = module_.FindDef(constituent->type_id()); local
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 65 * also the supplied vector and string classes, see following sections for
92 * std::vector<cl::Platform> platforms;
103 * std::vector<cl::Device> devices = context.getInfo<CL_CONTEXT_DEVICES>();
171 #include <vector>
418 #include <vector>
419 #define VECTOR_CLASS std::vector
421 #define VECTOR_CLASS cl::vector
428 /*! \class vector
429 * \brief Fixed sized vector implementation that mirroring
430 * std::vector functionality
433 class vector class in namespace:cl
440 vector() : function in class:cl::vector
478 vector(const vector<T, N>& vec) : function in class:cl::vector
487 vector(unsigned int size, const T& val = T()) : function in class:cl::vector
    [all...]
  /art/compiler/optimizing/
loop_optimization.cc 265 // Compute relative vector length based on type difference.
364 // Translates vector operation to reduction kind.
377 // Test vector restrictions.
723 // Reset vector bookkeeping.
745 // (1) find desired alignment (SIMD vector size in bytes).
845 // Pick a loop unrolling factor for the vector loop.
856 // Adjust vector bookkeeping.
1556 HInstruction* vector = nullptr; local
1597 HInstruction* vector = nullptr; local
1647 HInstruction* vector = nullptr; local
1751 HInstruction* vector = nullptr; local
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 94 __u8 vector; member in struct:kvm_ioapic_state::__anon353::__anon354
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
IteratorsTest.java 42 import java.util.Vector;
938 Vector<Integer> vector = new Vector<Integer>(); local
939 vector.addAll(asList(ints));
940 return vector.elements();
    [all...]
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 93 __u8 vector; member in struct:kvm_ioapic_state::__anon22557::__anon22558
  /external/llvm/include/llvm/Support/
CommandLine.h 34 #include <vector>
568 // Use a vector instead of a map, because the lists should be short,
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.cpp 12 #include <vector>
37 std::vector<WideString> SeparateStringW(const wchar_t* pStr,
40 std::vector<WideString> ret;
173 const std::vector<float>& rgSpecifiedColumnWidths,
656 std::vector<CXFA_ContentLayoutItem*> (&rgCurLineLayoutItems)[3],
2587 std::vector<CXFA_ContentLayoutItem*> (&rgCurLineLayoutItems)[3], member in class:CXFA_ItemLayoutProcessor
    [all...]
  /external/ppp/pppd/plugins/radius/
radiusclient.h 65 u_char vector[AUTH_VECTOR_LEN]; member in struct:pw_auth_hdr
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1382 class vector(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp 71 static inline void fast_normalize(SkPoint3* vector) {
73 SkScalar magSq = vector->dot(*vector) + SK_ScalarNearlyZero;
75 vector->fX *= scale;
76 vector->fY *= scale;
77 vector->fZ *= scale;
202 SkPoint3 vector = SkPoint3::Make(-x * surfaceScale, -y * surfaceScale, 1); local
203 fast_normalize(&vector);
204 return vector;
736 * emitSurfaceToLight places an expression in param out that is the vector from the surface t
    [all...]
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.cpp 377 std::vector<SpvId> types;
566 std::vector<SpvId> parameterTypes;
685 std::vector<SpvId> arguments;
742 SpvId vector = this->nextId(); local
    [all...]
  /external/skqp/src/effects/
SkLightingImageFilter.cpp 71 static inline void fast_normalize(SkPoint3* vector) {
73 SkScalar magSq = vector->dot(*vector) + SK_ScalarNearlyZero;
75 vector->fX *= scale;
76 vector->fY *= scale;
77 vector->fZ *= scale;
202 SkPoint3 vector = SkPoint3::Make(-x * surfaceScale, -y * surfaceScale, 1); local
203 fast_normalize(&vector);
204 return vector;
736 * emitSurfaceToLight places an expression in param out that is the vector from the surface t
    [all...]
  /external/skqp/src/sksl/
SkSLSPIRVCodeGenerator.cpp 377 std::vector<SpvId> types;
566 std::vector<SpvId> parameterTypes;
685 std::vector<SpvId> arguments;
742 SpvId vector = this->nextId(); local
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Program.cpp 104 UniformBlock::UniformBlock(const std::string &name, unsigned int elementIndex, unsigned int dataSize, std::vector<unsigned int> memberUniformIndexes) :
2109 int vector[MAX_UNIFORM_VECTORS][4]; local
2126 int vector[MAX_UNIFORM_VECTORS][4]; local
2143 int vector[MAX_UNIFORM_VECTORS][4]; local
2160 int vector[MAX_UNIFORM_VECTORS][4]; local
2177 float vector[MAX_UNIFORM_VECTORS][4]; local
2194 float vector[MAX_UNIFORM_VECTORS][4]; local
2211 float vector[MAX_UNIFORM_VECTORS][4]; local
2365 GLint vector[MAX_UNIFORM_VECTORS][4]; local
2416 GLint vector[MAX_UNIFORM_VECTORS][4]; local
2433 GLint vector[MAX_UNIFORM_VECTORS][4]; local
2450 GLint vector[MAX_UNIFORM_VECTORS][4]; local
2467 GLuint vector[MAX_UNIFORM_VECTORS][4]; local
2518 GLuint vector[MAX_UNIFORM_VECTORS][4]; local
2535 GLuint vector[MAX_UNIFORM_VECTORS][4]; local
2552 GLuint vector[MAX_UNIFORM_VECTORS][4]; local
    [all...]

Completed in 1030 milliseconds

1 2 3 4 5 67 8 91011>>