| /external/eigen/Eigen/src/Core/ |
| PlainObjectBase.h | 78 struct dense_xpr_base_dispatcher<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > 90 * \tparam Derived is the derived type, e.g., a Matrix or Array 254 /** \returns a const pointer to the data array of this matrix */ 258 /** \returns a pointer to the data array of this matrix */ 285 && rows>=0 && cols>=0 && "Invalid sizes when resizing a matrix or array."); [all...] |
| /external/eigen/Eigen/src/SparseCore/ |
| SparseMatrix.h | 145 /** \returns a const pointer to the array of values. 149 /** \returns a non-const pointer to the array of values. 154 /** \returns a const pointer to the array of inner indices. 158 /** \returns a non-const pointer to the array of inner indices. 163 /** \returns a const pointer to the array of the starting positions of the inner vectors. 167 /** \returns a non-const pointer to the array of the starting positions of the inner vectors. 172 /** \returns a const pointer to the array of the number of non zeros of the inner vectors. 176 /** \returns a non-const pointer to the array of the number of non zeros of the inner vectors. [all...] |
| /external/eigen/test/ |
| packetmath.cpp | 494 Array<Scalar,Dynamic,1>::Map(data1, PacketTraits::size*4).setRandom();
|
| /external/llvm/bindings/ocaml/llvm/ |
| llvm.ml | 34 | Array 304 external parse_command_line_options : ?overview:string -> string array -> unit 378 external function_type : lltype -> lltype array -> lltype = "llvm_function_type" 379 external var_arg_function_type : lltype -> lltype array -> lltype 383 external param_types : lltype -> lltype array = "llvm_param_types" 386 external struct_type : llcontext -> lltype array -> lltype = "llvm_struct_type" 387 external packed_struct_type : llcontext -> lltype array -> lltype 392 external struct_set_body : lltype -> lltype array -> bool -> unit = 394 external struct_element_types : lltype -> lltype array 399 (*--... Operations on pointer, vector, and array types .....................--* [all...] |
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
| asm_test.go | 27 // Each asmTest consists of a function to compile, an array of 29 // an array of negative regexps that must not match generated assembly. 61 // where <N> is the test index in the test array, and <arch> is the 65 // array; the named functions will retain their original names. 990 // Check that array compare uses 2/4/8 byte compares [all...] |
| /prebuilts/go/darwin-x86/src/encoding/gob/ |
| decode.go | 386 // decString decodes byte array and stores in value a string header 419 // The encoder engine is an array of instructions indexed by field number of the incoming 524 errorf("decoding array or slice: length exceeds input size (%d elements)", length) 534 // decodeArray decodes an array and stores it in value. 586 errorf("decoding array or slice: length exceeds input size (%d elements)", length) 592 // ignoreArray discards the data for an array value with no destination. 812 case reflect.Array: 1008 case reflect.Array: 1012 array := wire.ArrayT 1013 return t.Len() == array.Len && dec.compatibleType(t.Elem(), array.Elem, inProgress [all...] |
| /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
| asm_test.go | 27 // Each asmTest consists of a function to compile, an array of 29 // an array of negative regexps that must not match generated assembly. 61 // where <N> is the test index in the test array, and <arch> is the 65 // array; the named functions will retain their original names. 990 // Check that array compare uses 2/4/8 byte compares [all...] |
| /prebuilts/go/linux-x86/src/encoding/gob/ |
| decode.go | 386 // decString decodes byte array and stores in value a string header 419 // The encoder engine is an array of instructions indexed by field number of the incoming 524 errorf("decoding array or slice: length exceeds input size (%d elements)", length) 534 // decodeArray decodes an array and stores it in value. 586 errorf("decoding array or slice: length exceeds input size (%d elements)", length) 592 // ignoreArray discards the data for an array value with no destination. 812 case reflect.Array: 1008 case reflect.Array: 1012 array := wire.ArrayT 1013 return t.Len() == array.Len && dec.compatibleType(t.Elem(), array.Elem, inProgress [all...] |
| /art/compiler/optimizing/ |
| code_generator_mips.cc | 33 #include "mirror/array-inl.h" 492 CheckEntrypointTypes<kQuickAputObject, void, mirror::Array*, int32_t, mirror::Object*>(); [all...] |
| /external/clang/include/clang/AST/ |
| Expr.h | 54 /// \brief A simple array of base specifiers. 142 /// array bound of "Chars" in the following example is 285 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 312 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /libcore/ojluni/src/main/java/java/util/ |
| Collections.java | 33 import java.lang.reflect.Array; 454 * implementation dumps the specified list into an array before shuffling 455 * it, and dumps the shuffled array back into the list. This avoids the 485 * implementation dumps the specified list into an array before shuffling 486 * it, and dumps the shuffled array back into the list. This avoids the 504 // Shuffle array 508 // Dump array back into list 543 * Swaps the two specified elements in the specified array. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
| Expr.h | 54 /// \brief A simple array of base specifiers. 143 /// array bound of "Chars" in the following example is 286 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 313 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
| Expr.h | 54 /// \brief A simple array of base specifiers. 143 /// array bound of "Chars" in the following example is 286 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 313 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
| Expr.h | 54 /// \brief A simple array of base specifiers. 143 /// array bound of "Chars" in the following example is 286 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 313 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
| Expr.h | 55 /// \brief A simple array of base specifiers. 144 /// array bound of "Chars" in the following example is 288 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 315 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
| Expr.h | 55 /// \brief A simple array of base specifiers. 144 /// array bound of "Chars" in the following example is 288 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 315 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
| Expr.h | 55 /// \brief A simple array of base specifiers. 144 /// array bound of "Chars" in the following example is 288 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 315 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
| Expr.h | 55 /// \brief A simple array of base specifiers. 144 /// array bound of "Chars" in the following example is 288 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 315 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
| Expr.h | 54 /// \brief A simple array of base specifiers. 143 /// array bound of "Chars" in the following example is 286 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 313 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/ |
| Expr.h | 54 /// \brief A simple array of base specifiers. 143 /// array bound of "Chars" in the following example is 286 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 313 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/ |
| Expr.h | 54 /// \brief A simple array of base specifiers. 143 /// array bound of "Chars" in the following example is 286 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 313 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
| Expr.h | 55 /// \brief A simple array of base specifiers. 144 /// array bound of "Chars" in the following example is 288 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 315 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/ |
| Expr.h | 55 /// \brief A simple array of base specifiers. 144 /// array bound of "Chars" in the following example is 288 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 315 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
| Expr.h | 55 /// \brief A simple array of base specifiers. 144 /// array bound of "Chars" in the following example is 288 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 315 CL_ArrayTemporary, // A temporary of array type. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
| Expr.h | 55 /// \brief A simple array of base specifiers. 144 /// array bound of "Chars" in the following example is 288 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type, 315 CL_ArrayTemporary, // A temporary of array type. [all...] |