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

<<31323334353637383940>>

  /external/eigen/blas/testing/
sblat3.f 376 9991 FORMAT( ' AMEND DATA FILE OR INCREASE ARRAY SIZES IN PROGRAM',
417 * .. Array Arguments ..
698 * .. Array Arguments ..
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 576 // If we have an array index variable, load it and use it as an offset.
613 const ConstantArrayType *Array = CGF.getContext().getAsConstantArrayType(T);
614 assert(Array && "Array initialization without the array type?");
631 uint64_t NumElements = Array->getSize().getZExtValue();
647 Array->getElementType(), ArrayIndexes, Index + 1);
716 // an array of PODs or classes with trivial copy constructors, ignore the
720 const ConstantArrayType *Array
722 if (Array && Constructor->isDefaulted() &
    [all...]
CGExprAgg.cpp 317 // Emit an array containing the elements. The array is externally destructed
320 LValue Array = CGF.EmitLValue(E->getSubExpr());
321 assert(Array.isSimple() && "initializer_list array not a simple lvalue");
322 Address ArrayPtr = Array.getAddress();
326 assert(ArrayType && "std::initializer_list constructed from non-array");
378 /// \brief Determine if E is a trivial array filler, that is, one that is
401 /// \brief Emit initialization of an array from an initializer list.
409 // DestPtr is an array*. Construct an elementType* by drillin
    [all...]
  /external/tensorflow/tensorflow/lite/toco/
import_tensorflow.cc 364 Array* output_array) {
382 Array* output_array) {
400 Array* output_array) {
417 Array* output_array) {
434 Array* output_array) {
451 Array* output_array) {
469 // So far only encountered that in an array with 1 entry, let's
478 Array* output_array) {
532 // Utility function to create a const 1D array, useful for input parameters.
534 auto& array = model->GetOrCreateArray(array_name) local
574 auto& array = model->GetOrCreateArray(node.name()); local
1479 auto& array = model->GetOrCreateArray(node.name()); local
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 1333 var a = new Array();
1341 var sc_Vector = Array;
1359 /*** META ((export vector? array?)
1375 /*** META ((export make-vector make-array)) */
1383 /*** META ((export vector array)
1393 /*** META ((export vector-length array-length)
1400 /*** META ((export vector-ref array-ref)
1407 /*** META ((export vector-set! array-set!)
1414 /*** META ((export vector->list array->list)) */
    [all...]
  /external/v8/src/compiler/
typer.cc     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js 195 // create an array for all the class descriptions
196 var $classDescriptions = new Array($classLinks.length);
950 me.node.children = new Array();
963 node.children = Array();
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 35 import java.lang.reflect.Array;
328 Assert.fail("No color filter array (CFA) reported.");
560 * @return The array contains available anti-banding modes.
632 * @return The array of available thumbnail sizes
660 * @return The array of available focal lengths
666 checkTrueForKey(key, "Array should contain at least one element", focalLengths.length >= 1);
681 * @return The non-null array of available apertures
687 checkTrueForKey(key, "Array should contain at least one element", apertures.length >= 1);
738 * @return The non-null array of available face detection modes
749 checkTrueForKey(key, "Array should contain OFF mode"
2528 Object array = getValueFromKeyNonNull(key); local
    [all...]
  /external/boringssl/src/ssl/
handshake_client.cc 321 Array<uint8_t> msg;
    [all...]
ssl_asn1.cc 426 static bool SSL_SESSION_parse_octet_string(CBS *cbs, Array<uint8_t> *out,
tls13_enc.cc 78 Array<uint8_t> hkdf_label;
  /external/clang/lib/AST/
ExprCXX.cpp 86 if (Array) {
130 Array = isArray;
133 unsigned TotalSize = Array + hasInitializer + NumPlacementArgs;
714 "Expression bound to a temporary must have record or array type!");
    [all...]
  /external/mesa3d/src/mesa/main/
api_arrayelt.c 51 const struct gl_array_attributes *array; member in struct:__anon34379
59 const struct gl_array_attributes *array; member in struct:__anon34380
596 * Array [size][type] of VertexAttrib functions
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp 110 /// Array of metadata references.
189 /// Upgrade a type ref array that may have MDString references.
262 for (const auto &Array : OldTypeRefs.Arrays)
263 Array.second->replaceAllUsesWith(resolveTypeRefArray(Array.first.get()));
324 // Look through the array immediately if possible.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
core.ml 73 insist (i32_type = (Array.get (subtypes pointer_i32) 0));
76 insist (i32_type = (Array.get (subtypes ar)) 0);
77 insist (i8_type = (Array.get (subtypes ar)) 1)
214 group "array";
693 insist (0 = Array.length (basic_blocks fn));
713 insist (1 = Array.length (basic_blocks fn));
721 insist (2 = Array.length params);
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js 389 // create an array for all the class descriptions
390 var $classDescriptions = new Array($classLinks.length);
    [all...]
  /external/autotest/client/cros/nfc/
console.py 251 def _dbus_array_to_string(self, array):
253 for value in array:
270 if type(value) == dbus.Array:
  /external/cblas/testing/
c_dblat1.f 613 * .. Array Arguments ..
657 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
658 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT.
664 * .. Array Arguments ..
c_sblat1.f 613 * .. Array Arguments ..
657 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE
658 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT.
664 * .. Array Arguments ..
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 365 /// ArrayToPointer - Emulates the "decay" of an array to a pointer
366 /// type. 'Array' represents the lvalue of the array being decayed
369 /// the array). This is called by ExprEngine when evaluating
371 SVal ArrayToPointer(Loc Array, QualType ElementTy) override;
    [all...]
  /external/eigen/Eigen/src/Core/
DenseBase.h 188 /** The plain array type corresponding to this expression.
190 typedef Array<typename internal::traits<Derived>::Scalar,
198 /** \brief The plain matrix or array type corresponding to this expression.
237 * Matrix::resize() and Array::resize(). The present method only asserts that the new size equals the old size, and does
248 * Matrix::resize() and Array::resize(). The present method only asserts that the new size equals the old size, and does
421 /** swaps *this with the matrix or array \a other.
  /external/eigen/test/
half_float.cpp 237 typedef Array<half,1,Dynamic> ArrayXh;
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 249 if (decl->Declaration.Array) {
255 var->name = ralloc_asprintf(var, "arr_%d", decl->Array.ArrayID);
325 is_array = (is_array && decl->Declaration.Array &&
326 (decl->Array.ArrayID != 0));
487 * array variable.
719 * the array. Access can be direct or indirect, we
721 * that will get store_var'd back into the array var
    [all...]

Completed in 1874 milliseconds

<<31323334353637383940>>