HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 476 - 500 of 1038) sorted by null

<<11121314151617181920>>

  /external/eigen/lapack/
clarfg.f 27 * .. Array Arguments ..
76 *> X is COMPLEX array, dimension
118 * .. Array Arguments ..
dlarf.f 28 * .. Array Arguments ..
72 *> V is DOUBLE PRECISION array, dimension
93 *> C is DOUBLE PRECISION array, dimension (LDC,N)
102 *> The leading dimension of the array C. LDC >= max(1,M).
107 *> WORK is DOUBLE PRECISION array, dimension
137 * .. Array Arguments ..
dlarfg.f 27 * .. Array Arguments ..
76 *> X is DOUBLE PRECISION array, dimension
118 * .. Array Arguments ..
slarf.f 28 * .. Array Arguments ..
72 *> V is REAL array, dimension
93 *> C is REAL array, dimension (LDC,N)
102 *> The leading dimension of the array C. LDC >= max(1,M).
107 *> WORK is REAL array, dimension
137 * .. Array Arguments ..
zlarf.f 28 * .. Array Arguments ..
76 *> V is COMPLEX*16 array, dimension
97 *> C is COMPLEX*16 array, dimension (LDC,N)
106 *> The leading dimension of the array C. LDC >= max(1,M).
111 *> WORK is COMPLEX*16 array, dimension
141 * .. Array Arguments ..
zlarfg.f 27 * .. Array Arguments ..
76 *> X is COMPLEX*16 array, dimension
118 * .. Array Arguments ..
  /external/eigen/test/
geo_eulerangles.cpp 63 typedef Array<Scalar,3,1> Array3;
  /external/libchrome/mojo/public/cpp/bindings/tests/
equals_unittest.cc 55 TEST_F(EqualsTest, Array) {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 42 Ast.Call (id, Array.of_list (List.rev args))
140 Ast.Prototype (id, Array.of_list (List.rev args))
  /external/mesa3d/src/mesa/main/
get.c 50 * value and the offset into struct gl_context in an array of structs. Then
57 * struct gl_context but in the drawbuffer, the array object, current texture
63 * struct, it's sort of like an array of opcodes that describe extra
259 * versions, listing multiple ones in an array means an error will be thrown
635 struct gl_array_attributes *array; local
712 array = &ctx->Array.VAO->VertexAttrib[VERT_ATTRIB_TEX(ctx->Array.ActiveTexture)];
713 v->value_int = *(GLuint *) ((char *) array + d->offset);
720 v->value_int = GL_TEXTURE0_ARB + ctx->Array.ActiveTexture
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/util/collections/
HashCodeAndEqualsSafeSet.java 15 import static java.lang.reflect.Array.*;
99 private <T> T[] unwrapTo(T[] array) {
101 for (int i = 0, objectsLength = array.length; i < objectsLength; i++) {
103 array[i] = (T) iterator.next();
106 return array;
111 T[] array = typedArray.length >= size() ? typedArray : (T[]) newInstance(typedArray.getClass().getComponentType(), size()); local
112 return unwrapTo(array);
  /external/one-true-awk/
run.c 214 Cell **args; /* pointer to array of arguments after execute */
257 i, NN(y->nval), y->fval, isarr(y) ? "(array)" : NN(y->sval), y->tval) );
466 Cell *array(Node **a, int n) /* a[0] is symtab, a[1] is list of subscripts */ function
476 FATAL("out of memory in array");
484 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "array"))
492 dprintf( ("making %s into an array\n", NN(x->nval)) );
499 z = setsymtab(buf, "", 0.0, STR|NUM, (Array *) x->sval);
555 ap = execute(a[1]); /* array name */
557 dprintf( ("making %s into an array\n", ap->nval) );
579 k = lookup(buf, (Array *) ap->sval)
    [all...]
  /external/python/cpython2/Lib/multiprocessing/dummy/
__init__.py 48 import array
128 def Array(typecode, sequence, lock=True):
129 return array.array(typecode, sequence)
  /external/python/cpython3/Lib/multiprocessing/dummy/
__init__.py 23 import array
97 def Array(typecode, sequence, lock=True):
98 return array.array(typecode, sequence)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 42 Ast.Call (id, Array.of_list (List.rev args))
140 Ast.Prototype (id, Array.of_list (List.rev args))
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 42 Ast.Call (id, Array.of_list (List.rev args))
140 Ast.Prototype (id, Array.of_list (List.rev args))
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitstreamReader.h 664 uint8_t Array[sizeof(word_t)] = {0};
666 uint64_t BytesRead = fillBuffer(Array, sizeof(Array), NextChar);
676 Array);
850 // if Op is an array (and sets Value to the number of elements in the
851 // array).
856 // assuming Op appears after an array abbreviation.
859 // Reads the array abbreviation Op, NumArrayElements times, putting
  /external/tensorflow/tensorflow/compiler/xla/
literal_util.h 107 // the indices array must equal the rank of the shape (i.e. size of the
108 // dimensions array). The major dimension of the indices array must equal the
109 // number of elements in the values array. The maximum number of elements in
110 // the array is taken from the max_indices() value of the index array.
131 // This creates an array with shape F64[12,12,12]sparse{10}, that has the
160 // Creates a new literal from an Array type. The variants not ending with
164 static Literal CreateFromArray(const Array<NativeT>& values);
166 static Literal CreateFromArrayWithLayout(const Array<NativeT>& values
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
tridiagonal_solve_op.cc 112 Eigen::Array<Scalar, Eigen::Dynamic, 3> u(n, 3);
  /external/tensorflow/tensorflow/lite/toco/graph_transformations/
resolve_multiply_by_zero.cc 40 void FillArrayWithZeros(Array* array) {
41 CHECK(array->data_type == Type);
42 std::vector<DataType<Type>>& data = array->GetMutableBuffer<Type>().data;
43 data.resize(RequiredBufferSizeForShape(array->shape()));
51 // Removes a multiplication by array of constant zeros by making the output
52 // array to an array of constant zeros and removing the input arrays if they
resolve_strided_slice_attributes.cc 22 int PadAttributeArray(Array* attribute_array, std::vector<int> pad_values,
  /external/v8/src/inspector/
v8-console-message.h 79 std::unique_ptr<protocol::Array<protocol::Runtime::RemoteObject>>
  /external/v8/src/js/
array.js 14 var GlobalArray = global.Array;
33 function ArraySpeciesCreate(array, length) {
35 var constructor = %ArraySpeciesConstructor(array);
44 function GetSortedArrayKeys(array, indices) {
50 var e = array[i];
51 if (!IS_UNDEFINED(e) || i in array) {
62 array, keys, length, use_locale, separator, locales, options) {
69 use_locale, array[key], locales, options);
76 function SparseJoin(array, keys, use_locale, locales, options) {
80 elements[i] = ConvertToString(use_locale, array[keys[i]], locales, options)
    [all...]
  /art/compiler/optimizing/
instruction_simplifier_shared.cc 19 #include "mirror/array-inl.h"
233 HInstruction* array,
244 // The access may require a runtime call or the original array pointer.
252 // the original array pointer.
261 HIntermediateAddress* address = new (allocator) HIntermediateAddress(array, offset, kNoDexPc);
263 // address->SetReferenceTypeInfo(array->GetReferenceTypeInfo());
294 uint32_t data_offset = mirror::Array::DataOffset(
305 uint32_t another_data_offset = mirror::Array::DataOffset(
  /art/test/201-built-in-except-detail-messages/src/
Main.java 17 import java.lang.reflect.Array;
105 Object[] array = new String[10]; local
107 array[0] = o;
110 assertEquals("java.lang.Exception cannot be stored in an array of type java.lang.String[]",
115 Object[] array = new C[10][]; local
117 array[0] = o;
120 assertEquals("java.lang.Integer cannot be stored in an array of type Main$C[][]",
125 Object[] array = new Float[10][]; local
127 array[0] = o;
130 assertEquals("Main$C[] cannot be stored in an array of type java.lang.Float[][]"
    [all...]

Completed in 992 milliseconds

<<11121314151617181920>>