Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 5727) sorted by relevance

12345678910>>...230

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dindex.s13 index z0.b, #0, #0 label
19 index z31.b, #-1, #-1 label
25 index z0.h, #0, #0 label
31 index z31.h, #-1, #-1 label
37 index z0.s, #0, #0 label
43 index z31.s, #-1, #-1 label
49 index z0.d, #0, #0 label
55 index z31.d, #-1, #-1 label
64 index z31.b, #-1, wzr label
70 index z23.b, #13, w8 label
[all …]
Dindex-diagnostics.s6 index z27.b, #-17, #-16 label
11 index z11.h, #-16, #-17 label
16 index z2.s, #16, #-16 label
21 index z2.d, #-16, #16 label
26 index z4.b, #-17, w28 label
31 index z9.h, #16, w23 label
36 index z3.s, w10, #-17 label
41 index z17.d, x9, #16 label
50 index z17.s, x9, w7 label
55 index z17.d, w9, w7 label
[all …]
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c62 GLuint index; member
198 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV()
204 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV()
210 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV()
216 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV()
222 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV()
230 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV()
236 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV()
245 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV()
253 VertexAttrib1NubvNV(GLuint index, const GLubyte *v) in VertexAttrib1NubvNV()
[all …]
/external/clang/test/Analysis/
Drange_casts.c8 unsigned index = -1; in f1() local
18 int index = -1; in f2() local
28 unsigned index = -1; in f3() local
38 int index = -1; in f4() local
48 unsigned index = -1; in f5() local
58 unsigned index = -1; in f6() local
68 unsigned index = -1; in f7() local
78 unsigned index = -1; in f8() local
88 unsigned index = -1; in f9() local
98 unsigned index = -1; in f10() local
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorMap.h126 const Index index = m_dimensions.IndexOfRowMajor(indices); in operator() local
129 const Index index = m_dimensions.IndexOfColMajor(indices); in operator() local
154 …const Index index = m_dimensions.IndexOfRowMajor(array<Index, NumIndices>{{firstIndex, secondIndex… in operator() local
157 …const Index index = m_dimensions.IndexOfColMajor(array<Index, NumIndices>{{firstIndex, secondIndex… in operator() local
166 const Index index = i1 + i0 * m_dimensions[1]; in operator() local
169 const Index index = i0 + i1 * m_dimensions[0]; in operator() local
177 const Index index = i2 + m_dimensions[2] * (i1 + m_dimensions[1] * i0); in operator() local
180 const Index index = i0 + m_dimensions[0] * (i1 + m_dimensions[1] * i2); in operator() local
188 … const Index index = i3 + m_dimensions[3] * (i2 + m_dimensions[2] * (i1 + m_dimensions[1] * i0)); in operator() local
191 … const Index index = i0 + m_dimensions[0] * (i1 + m_dimensions[1] * (i2 + m_dimensions[2] * i3)); in operator() local
[all …]
DTensorFixedSize.h86 EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const in coeff()
118 EIGEN_STRONG_INLINE Scalar& coeffRef(Index index) in coeffRef()
144 const Index index = i1 + i0 * m_storage.dimensions()[1]; in operator() local
147 const Index index = i0 + i1 * m_storage.dimensions()[0]; in operator() local
155 const Index index = i2 + m_storage.dimensions()[2] * (i1 + m_storage.dimensions()[1] * i0); in operator() local
158 const Index index = i0 + m_storage.dimensions()[0] * (i1 + m_storage.dimensions()[1] * i2); in operator() local
166 …const Index index = i3 + m_storage.dimensions()[3] * (i2 + m_storage.dimensions()[2] * (i1 + m_sto… in operator() local
169 …const Index index = i0 + m_storage.dimensions()[0] * (i1 + m_storage.dimensions()[1] * (i2 + m_sto… in operator() local
177 …const Index index = i4 + m_storage.dimensions()[4] * (i3 + m_storage.dimensions()[3] * (i2 + m_sto… in operator() local
180 …const Index index = i0 + m_storage.dimensions()[0] * (i1 + m_storage.dimensions()[1] * (i2 + m_sto… in operator() local
[all …]
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py16 def read_operator(self, b0, data, index): argument
29 def read_byte(self, b0, data, index): argument
32 def read_smallInt1(self, b0, data, index): argument
36 def read_smallInt2(self, b0, data, index): argument
40 def read_shortInt(self, b0, data, index): argument
44 def read_longInt(self, b0, data, index): argument
48 def read_fixed1616(self, b0, data, index): argument
52 def read_reserved(self, b0, data, index): argument
56 def read_realNumber(self, b0, data, index): argument
324 def op_return(self, index): argument
[all …]
/external/clang/test/CodeGen/
Davx512pf-builtins.c8 void test_mm512_mask_prefetch_i32gather_pd(__m256i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i32gather_pd()
14 void test_mm512_prefetch_i32gather_pd(__m256i index, void const *addr, int hint) { in test_mm512_prefetch_i32gather_pd()
20 void test_mm512_mask_prefetch_i32gather_ps(__m512i index, __mmask16 mask, void const *addr, int hin… in test_mm512_mask_prefetch_i32gather_ps()
26 void test_mm512_prefetch_i32gather_ps(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i32gather_ps()
32 void test_mm512_mask_prefetch_i64gather_pd(__m512i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i64gather_pd()
38 void test_mm512_prefetch_i64gather_pd(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i64gather_pd()
44 void test_mm512_mask_prefetch_i64gather_ps(__m512i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i64gather_ps()
50 void test_mm512_prefetch_i64gather_ps(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i64gather_ps()
56 void test_mm512_prefetch_i32scatter_pd(void *addr, __m256i index) { in test_mm512_prefetch_i32scatter_pd()
62 void test_mm512_mask_prefetch_i32scatter_pd(void *addr, __mmask8 mask, __m256i index) { in test_mm512_mask_prefetch_i32scatter_pd()
[all …]
/external/v8/src/compiler/
Dcode-generator-impl.h30 Register InputRegister(size_t index) { in InputRegister()
34 FloatRegister InputFloatRegister(size_t index) { in InputFloatRegister()
38 DoubleRegister InputDoubleRegister(size_t index) { in InputDoubleRegister()
42 Simd128Register InputSimd128Register(size_t index) { in InputSimd128Register()
46 double InputDouble(size_t index) { return ToDouble(instr_->InputAt(index)); } in InputDouble()
48 float InputFloat32(size_t index) { return ToFloat32(instr_->InputAt(index)); } in InputFloat32()
50 int32_t InputInt32(size_t index) { in InputInt32()
54 uint32_t InputUint32(size_t index) { in InputUint32()
58 int64_t InputInt64(size_t index) { in InputInt64()
62 int8_t InputInt8(size_t index) { in InputInt8()
[all …]
/external/v8/src/objects/
Dfixed-array-inl.h59 Object* FixedArray::get(int index) const { in get()
64 Handle<Object> FixedArray::get(FixedArray* array, int index, Isolate* isolate) { in get()
69 MaybeHandle<T> FixedArray::GetValue(Isolate* isolate, int index) const { in GetValue()
76 Handle<T> FixedArray::GetValueChecked(Isolate* isolate, int index) const { in GetValueChecked()
82 bool FixedArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole()
86 void FixedArray::set(int index, Smi* value) { in set()
94 void FixedArray::set(int index, Object* value) { in set()
104 void FixedArray::set(int index, Object* value, WriteBarrierMode mode) { in set()
113 void FixedArray::NoWriteBarrierSet(FixedArray* array, int index, in NoWriteBarrierSet()
122 void FixedArray::set_undefined(int index) { in set_undefined()
[all …]
/external/v8/src/runtime/
Druntime-utils.h18 #define CONVERT_ARG_CHECKED(Type, name, index) \ argument
22 #define CONVERT_ARG_HANDLE_CHECKED(Type, name, index) \ argument
26 #define CONVERT_NUMBER_ARG_HANDLE_CHECKED(name, index) \ argument
32 #define CONVERT_BOOLEAN_ARG_CHECKED(name, index) \ argument
38 #define CONVERT_SMI_ARG_CHECKED(name, index) \ argument
45 #define CONVERT_DOUBLE_ARG_CHECKED(name, index) \ argument
51 #define CONVERT_SIZE_ARG_CHECKED(name, index) \ argument
66 #define CONVERT_PROPERTY_DETAILS_CHECKED(name, index) \ argument
72 #define CONVERT_LANGUAGE_MODE_ARG_CHECKED(name, index) \ argument
81 #define CONVERT_INT32_ARG_CHECKED(name, index) \ argument
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DLazyStringArrayList.java114 public String get(int index) { in get()
141 public String set(int index, String s) { in set()
148 public void add(int index, String element) { in add()
154 private void add(int index, ByteString element) { in add()
160 private void add(int index, byte[] element) { in add()
176 public boolean addAll(int index, Collection<? extends String> c) { in addAll()
204 public String remove(int index) { in remove()
233 public Object getRaw(int index) { in getRaw()
238 public ByteString getByteString(int index) { in getByteString()
248 public byte[] getByteArray(int index) { in getByteArray()
[all …]
DBooleanArrayList.java123 public Boolean get(int index) { in get()
128 public boolean getBoolean(int index) { in getBoolean()
139 public Boolean set(int index, Boolean element) { in set()
144 public boolean setBoolean(int index, boolean element) { in setBoolean()
153 public void add(int index, Boolean element) { in add()
168 private void addBoolean(int index, boolean element) { in addBoolean()
245 public Boolean remove(int index) { in remove()
261 private void ensureIndexInRange(int index) { in ensureIndexInRange()
267 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage()
DFloatArrayList.java122 public Float get(int index) { in get()
127 public float getFloat(int index) { in getFloat()
138 public Float set(int index, Float element) { in set()
143 public float setFloat(int index, float element) { in setFloat()
152 public void add(int index, Float element) { in add()
167 private void addFloat(int index, float element) { in addFloat()
244 public Float remove(int index) { in remove()
260 private void ensureIndexInRange(int index) { in ensureIndexInRange()
266 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage()
/external/sfntly/cpp/src/sfntly/data/
Dwritable_font_data.cc57 int32_t WritableFontData::WriteByte(int32_t index, byte_t b) { in WriteByte()
62 int32_t WritableFontData::WriteBytes(int32_t index, in WriteBytes()
72 int32_t WritableFontData::WriteBytes(int32_t index, ByteVector* b) { in WriteBytes()
77 int32_t WritableFontData::WriteBytesPad(int32_t index, in WriteBytesPad()
92 int32_t WritableFontData::WritePadding(int32_t index, int32_t count) { in WritePadding()
96 int32_t WritableFontData::WritePadding(int32_t index, int32_t count, in WritePadding()
104 int32_t WritableFontData::WriteChar(int32_t index, byte_t c) { in WriteChar()
108 int32_t WritableFontData::WriteUShort(int32_t index, int32_t us) { in WriteUShort()
114 int32_t WritableFontData::WriteUShortLE(int32_t index, int32_t us) { in WriteUShortLE()
120 int32_t WritableFontData::WriteShort(int32_t index, int32_t s) { in WriteShort()
[all …]
/external/clang/lib/Headers/
Davx512pfintrin.h34 #define _mm512_mask_prefetch_i32gather_pd(index, mask, addr, scale, hint) __extension__ ({\ argument
39 #define _mm512_prefetch_i32gather_pd(index, addr, scale, hint) __extension__ ({\ argument
44 #define _mm512_mask_prefetch_i32gather_ps(index, mask, addr, scale, hint) ({\ argument
49 #define _mm512_prefetch_i32gather_ps(index, addr, scale, hint) ({\ argument
54 #define _mm512_mask_prefetch_i64gather_pd(index, mask, addr, scale, hint) __extension__ ({\ argument
59 #define _mm512_prefetch_i64gather_pd(index, addr, scale, hint) __extension__ ({\ argument
64 #define _mm512_mask_prefetch_i64gather_ps(index, mask, addr, scale, hint) ({\ argument
68 #define _mm512_prefetch_i64gather_ps(index, addr, scale, hint) ({\ argument
72 #define _mm512_prefetch_i32scatter_pd(addr, index, scale, hint) __extension__ ({\ argument
77 #define _mm512_mask_prefetch_i32scatter_pd(addr, mask, index, scale, hint) __extension__ ({\ argument
[all …]
/external/brotli/research/
Dbrotlidump.py187 def __getitem__(self, index): argument
191 def bitPattern(self, index): argument
194 def length(self, index): argument
224 def revBits(index): argument
231 def __getitem__(self, index): argument
237 def bitPattern(self, index): argument
241 def length(self, index): argument
371 def __getitem__(self, index): return self.mode.__getitem__(self, index) argument
372 def bitPattern(self, index): return self.mode.bitPattern(self, index) argument
373 def length(self, index): return self.mode.length(self, index) argument
[all …]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DAttributesImpl.java113 public String getURI (int index) in getURI()
131 public String getLocalName (int index) in getLocalName()
149 public String getQName (int index) in getQName()
167 public String getType (int index) in getType()
184 public String getValue (int index) in getValue()
421 public void setAttribute (int index, String uri, String localName, in setAttribute()
444 public void removeAttribute (int index) in removeAttribute()
474 public void setURI (int index, String uri) in setURI()
494 public void setLocalName (int index, String localName) in setLocalName()
514 public void setQName (int index, String qName) in setQName()
[all …]
/external/u-boot/drivers/ddr/marvell/a38x/
Dddr3_training_db.c362 u32 speed_bin_table(u8 index, enum speed_bin_table_elements element) in speed_bin_table()
456 static inline u32 pattern_table_get_killer_word(u8 dqs, u8 index) in pattern_table_get_killer_word()
471 static inline u32 pattern_table_get_killer_word16(u8 dqs, u8 index) in pattern_table_get_killer_word16()
487 static inline u32 pattern_table_get_sso_word(u8 sso, u8 index) in pattern_table_get_sso_word()
497 static inline u32 pattern_table_get_sso_full_xtalk_word(u8 bit, u8 index) in pattern_table_get_sso_full_xtalk_word()
508 static inline u32 pattern_table_get_sso_xtalk_free_word(u8 bit, u8 index) in pattern_table_get_sso_xtalk_free_word()
518 static inline u32 pattern_table_get_isi_word(u8 index) in pattern_table_get_isi_word()
534 static inline u32 pattern_table_get_sso_full_xtalk_word16(u8 bit, u8 index) in pattern_table_get_sso_full_xtalk_word16()
544 static inline u32 pattern_table_get_sso_xtalk_free_word16(u8 bit, u8 index) in pattern_table_get_sso_xtalk_free_word16()
554 static inline u32 pattern_table_get_isi_word16(u8 index) in pattern_table_get_isi_word16()
[all …]
/external/mesa3d/src/glx/
Dindirect_vertex_program.c38 do_vertex_attrib_enable(GLuint index, GLboolean val) in do_vertex_attrib_enable()
51 __indirect_glEnableVertexAttribArray(GLuint index) in __indirect_glEnableVertexAttribArray()
58 __indirect_glDisableVertexAttribArray(GLuint index) in __indirect_glDisableVertexAttribArray()
65 get_parameter(unsigned opcode, unsigned size, GLenum target, GLuint index, in get_parameter()
90 __indirect_glGetProgramEnvParameterfvARB(GLenum target, GLuint index, in __indirect_glGetProgramEnvParameterfvARB()
98 __indirect_glGetProgramEnvParameterdvARB(GLenum target, GLuint index, in __indirect_glGetProgramEnvParameterdvARB()
106 __indirect_glGetProgramLocalParameterfvARB(GLenum target, GLuint index, in __indirect_glGetProgramLocalParameterfvARB()
114 __indirect_glGetProgramLocalParameterdvARB(GLenum target, GLuint index, in __indirect_glGetProgramLocalParameterdvARB()
122 __indirect_glGetVertexAttribPointerv(GLuint index, GLenum pname, in __indirect_glGetVertexAttribPointerv()
146 get_attrib_array_data(__GLXattribute * state, GLuint index, GLenum cap, in get_attrib_array_data()
[all …]
/external/skia/src/core/
DSkVertState.cpp11 int index = state->fCurrIndex; in Triangles() local
24 int index = state->fCurrIndex; in TrianglesX() local
36 int index = state->fCurrIndex; in TriangleStrip() local
54 int index = state->fCurrIndex; in TriangleStripX() local
71 int index = state->fCurrIndex; in TriangleFan() local
84 int index = state->fCurrIndex; in TriangleFanX() local
/external/skqp/src/core/
DSkVertState.cpp11 int index = state->fCurrIndex; in Triangles() local
24 int index = state->fCurrIndex; in TrianglesX() local
36 int index = state->fCurrIndex; in TriangleStrip() local
54 int index = state->fCurrIndex; in TriangleStripX() local
71 int index = state->fCurrIndex; in TriangleFan() local
84 int index = state->fCurrIndex; in TriangleFanX() local
/external/skia/src/gpu/ops/
DGrAAConvexTessellator.h55 const SkPoint& point(int index) const { return fPts[index]; } in point()
56 int index(int index) const { return fIndices[index]; } in index()
57 SkScalar coverage(int index) const { return fCoverages[index]; } in coverage()
78 const SkPoint& point(int index) const { return fPts[index].fPt; } in point()
80 int originatingIdx(int index) const { return fPts[index].fOriginatingIdx; } in originatingIdx()
81 int origEdge(int index) const { return fPts[index].fOrigEdgeId; } in origEdge()
82 bool needsToBeNew(int index) const { return fPts[index].fNeedsToBeNew; } in needsToBeNew()
136 void addIdx(int index, int origEdgeId) { in addIdx()
153 const SkPoint& norm(int index) const { return fPts[index].fNorm; } in norm()
154 const SkPoint& bisector(int index) const { return fPts[index].fBisector; } in bisector()
[all …]
/external/skqp/src/gpu/ops/
DGrAAConvexTessellator.h55 const SkPoint& point(int index) const { return fPts[index]; } in point()
56 int index(int index) const { return fIndices[index]; } in index()
57 SkScalar coverage(int index) const { return fCoverages[index]; } in coverage()
78 const SkPoint& point(int index) const { return fPts[index].fPt; } in point()
80 int originatingIdx(int index) const { return fPts[index].fOriginatingIdx; } in originatingIdx()
81 int origEdge(int index) const { return fPts[index].fOrigEdgeId; } in origEdge()
82 bool needsToBeNew(int index) const { return fPts[index].fNeedsToBeNew; } in needsToBeNew()
136 void addIdx(int index, int origEdgeId) { in addIdx()
153 const SkPoint& norm(int index) const { return fPts[index].fNorm; } in norm()
154 const SkPoint& bisector(int index) const { return fPts[index].fBisector; } in bisector()
[all …]
/external/proguard/src/proguard/evaluation/
DVariables.java171 public Value getValue(int index) in getValue()
186 public void store(int index, Value value) in store()
208 public Value load(int index) in load()
225 public IntegerValue iload(int index) in iload()
234 public LongValue lload(int index) in lload()
243 public FloatValue fload(int index) in fload()
252 public DoubleValue dload(int index) in dload()
261 public ReferenceValue aload(int index) in aload()
270 public InstructionOffsetValue oload(int index) in oload()

12345678910>>...230