| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | SMTAPI.h | 183 /// Creates a bitvector addition operation 186 /// Creates a bitvector subtraction operation 189 /// Creates a bitvector multiplication operation 192 /// Creates a bitvector signed modulus operation 195 /// Creates a bitvector unsigned modulus operation 198 /// Creates a bitvector signed division operation 201 /// Creates a bitvector unsigned division operation 204 /// Creates a bitvector logical shift left operation 207 /// Creates a bitvector arithmetic shift right operation 210 /// Creates a bitvector logical shift right operation [all …]
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
| D | passes.h | 29 // Creates a pass that breaks up an island with multiple ops into multiple 33 // Creates a pass that converts mlir functions consisting of mlir ops into a 38 // Creates a pass that lifts inner ops of tf_executor.island ops in 44 // Creates a pass that drops `shape_invariant` attribute from While/WhileRegion 49 // Creates a pass that drops `shape_invariant` attribute from While/WhileRegion 54 // Creates a pass that moves writes to replicate invariant resource variables 104 // Creates pass to rewrite RecvTPUEmbeddingActivationsOp and 111 // Creates a pass that decomposes to be compiled ReduceDataset ops into a while 165 // Creates a pass that promotes resource reads/writes in `functions` to inputs 174 // Creates a pass that promotes tf.VarHandleOp to resource arguments for all [all …]
|
| D | collection_ops_util.h | 35 // Creates an i32 scalar tf.Const. 38 // Creates an integer vector tf.Const. 50 // Creates ops that represent the indices of the slice for an element in the 55 // Creates ops that slice the element out of a buffer at the given index. 60 // Creates ops that copy the buffer and update an element at the given index. 65 // Creates the buffer for the data structure with given element shape, type and 85 // Creates a ReadVariableOp on a local variable. 88 // Creates an AssignVariableOp on a local variable. 92 // Adds two values, or creates a logical-or if they are boolean type.
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
| D | passes.h | 54 // Creates an instance of the TensorFlow Lite dialect LegalizeTF pass. 63 // Creates an instance of the TensorFlow Lite dialect Optimize pass. 68 // Creates an instance of the TensorFlow Lite dialect PrepareTF pass. 74 // Creates an instance of the TensorFlow Lite dialect LowerStaticTensorList 82 // Creates an instance of the TensorFlow Lite dialect Quantize pass. 98 // Creates an instance of the TensorFlow Lite dialect PrepareQuantize pass. 104 // Creates an instance of the TensorFlow Lite dialect 113 // Creates an instance of the TensorFlow Lite dialect PostQuantize pass. 118 // Creates an instance of the TensorFlow Lite pass that decomposes hybrid 124 // Creates an instance of the TensorFlow Lite optimize op order pass. [all …]
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
| D | graph_test_utils.h | 26 // Creates a test NodeDef for BatchDatasetV2. 32 // Creates a test NodeDef for ParallelBatchDataset. 39 // Creates a test NodeDef for ShuffleDatasetV2. 44 // Creates a test NodeDef for FilterDataset. 48 // Creates a test NodeDef for MapDataset. 52 // Creates a test NodeDef for MapAndBatchDataset. 59 // Creates a test NodeDef for ParallelInterleaveDatasetV2. 67 // Creates a test NodeDef for ParallelInterleaveDatasetV4. 76 // Creates a test NodeDef for ParallelMapDataset. 81 // Creates a test NodeDef for ParallelMapDatasetV2. [all …]
|
| /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
| D | Tensors.java | 25 * Creates a scalar String tensor using the default, UTF-8 encoding. 34 * Creates a scalar String tensor using a specified encoding. 44 * Creates a scalar tensor containing a single {@code float} element. 53 * Creates a rank-1 tensor of {@code float} elements. 63 * Creates a rank-2 tensor of {@code float} elements. 73 * Creates a rank-3 tensor of {@code float} elements. 83 * Creates a rank-4 tensor of {@code float} elements. 93 * Creates a rank-5 tensor of {@code float} elements. 103 * Creates a rank-6 tensor of {@code float} elements. 113 * Creates a scalar tensor containing a single {@code double} element. [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | hlo_creation_utils.h | 33 // Creates a unary HLO instruction and adds it to the computation containing 39 // Creates a binary HLO instruction and adds it to the computation containing 45 // Creates a kCopy HLO. 48 // Creates a compare HLO instruction and adds it to the computation containing 55 // Creates a pad HLO instruction and adds it to the computation containing 63 // Creates a slice HLO instruction and adds it to the computation containing 71 // Creates a convolution HLO instruction and adds it to the computation 83 // Creates a transpose HLO instruction and adds it to the computation containing 88 // Creates a reshape HLO instruction and adds it to the computation containing 96 // Creates a dynamic-slice HLO instruction and adds it to the computation [all …]
|
| /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/ |
| D | HTMLElement.java | 32 * Creates a <code>html</code> root element of a XHTML document. 62 * Creates a 'head' element. 73 * Creates a 'body' element. 84 * Creates a 'meta' element. 103 * Creates a 'link' element. 125 * Creates a 'title' element. 136 * Creates a 'h1' element. 147 * Creates a 'p' element. 158 * Creates a 'span' element. 169 * Creates a 'span' element. [all …]
|
| /external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | euler_angles.hpp | 28 /// Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle X. 34 /// Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle Y. 40 /// Creates a 3D 4 * 4 homogeneous rotation matrix from an euler angle Z. 46 /// Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Y). 53 /// Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * X). 60 /// Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Z). 67 /// Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Z * X). 74 /// Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Y * Z). 81 /// Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (Z * Y). 88 /// Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Y * Z). [all …]
|
| /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/ |
| D | Constant.java | 41 * Creates a constant containing a single {@code int} element. 52 * Creates a rank-1 constant of {@code int} elements. 63 * Creates a rank-2 constant of {@code int} elements. 74 * Creates a rank-3 constant of {@code int} elements. 85 * Creates a rank-4 constant of {@code int} elements. 96 * Creates a rank-5 constant of {@code int} elements. 107 * Creates a rank-6 constant of {@code int} elements. 120 * <p>Creates a constant with the given shape by copying elements from the buffer (starting from 138 * Creates a constant containing a single {@code float} element. 149 * Creates a rank-1 constant of {@code float} elements. [all …]
|
| /external/deqp/doc/testspecs/VK/ |
| D | sparse_resources.txt | 22 The test creates buffer object with VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag bit. The size of the b… 27 The test creates two queues - one supporting sparse binding operations, the second one supporting c… 32 The second queue is used to perform transfer operations. The test creates two non-sparse buffer obj… 42 The test checks all supported types of images. It creates image with VK_IMAGE_CREATE_SPARSE_BINDING… 46 The test creates two queues - one supporting sparse binding operations, the second one supporting c… 51 The second queue is used to perform transfer operations. The test creates two non-sparse buffer obj… 61 The test creates buffer object with VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT flag bit. The size of the… 66 The test creates two queues - one supporting sparse binding operations, the second one supporting c… 81 The test creates image with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag bit. The sparse memory requir… 85 The test creates two queues - one supporting sparse binding operations, the second one supporting c… [all …]
|
| /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/ |
| D | Matchers.java | 6 …* Creates a matcher that matches if the examined object matches <b>ALL</b> of the specified matche… 15 …* Creates a matcher that matches if the examined object matches <b>ALL</b> of the specified matche… 24 …* Creates a matcher that matches if the examined object matches <b>ALL</b> of the specified matche… 33 …* Creates a matcher that matches if the examined object matches <b>ALL</b> of the specified matche… 42 …* Creates a matcher that matches if the examined object matches <b>ALL</b> of the specified matche… 51 …* Creates a matcher that matches if the examined object matches <b>ALL</b> of the specified matche… 60 …* Creates a matcher that matches if the examined object matches <b>ALL</b> of the specified matche… 69 …* Creates a matcher that matches if the examined object matches <b>ANY</b> of the specified matche… 78 …* Creates a matcher that matches if the examined object matches <b>ANY</b> of the specified matche… 87 …* Creates a matcher that matches if the examined object matches <b>ANY</b> of the specified matche… [all …]
|
| /external/proguard/src/proguard/classfile/editor/ |
| D | ConstantPoolEditor.java | 39 * Creates a new ConstantPoolEditor that will edit constants in the given 49 * Finds or creates a IntegerConstant constant pool entry with the given 79 * Finds or creates a LongConstant constant pool entry with the given value. 108 * Finds or creates a FloatConstant constant pool entry with the given 138 * Finds or creates a DoubleConstant constant pool entry with the given 168 * Finds or creates a StringConstant constant pool entry with the given 202 * Finds or creates a InvokeDynamicConstant constant pool entry with the 219 * Finds or creates a InvokeDynamicConstant constant pool entry with the given 255 * Finds or creates a MethodHandleConstant constant pool entry of the 289 * Finds or creates a FieldrefConstant constant pool entry for the given [all …]
|
| /external/proguard/src/proguard/evaluation/value/ |
| D | ValueFactory.java | 45 * Creates a new Value of the given type. 71 * Creates a new IntegerValue with an undefined value. 79 * Creates a new IntegerValue with a given particular value. 88 * Creates a new LongValue with an undefined value. 96 * Creates a new LongValue with a given particular value. 105 * Creates a new FloatValue with an undefined value. 113 * Creates a new FloatValue with a given particular value. 122 * Creates a new DoubleValue with an undefined value. 130 * Creates a new DoubleValue with a given particular value. 139 * Creates a new ReferenceValue that represents <code>null</code>. [all …]
|
| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| D | HeaderFactoryImpl.java | 79 * Creates a new AcceptEncodingHeader based on the newly supplied encoding 97 * Creates a new AcceptHeader based on the newly supplied contentType and 120 * Creates a new AcceptLanguageHeader based on the newly supplied 136 * Creates a new AlertInfoHeader based on the newly supplied alertInfo value. 151 * Creates a new AllowEventsHeader based on the newly supplied event type 170 * Creates a new AllowHeader based on the newly supplied method value. 187 * Creates a new AuthenticationInfoHeader based on the newly supplied 207 * Creates a new AuthorizationHeader based on the newly supplied 226 * Creates a new CSeqHeader based on the newly supplied sequence number and 260 * Creates a new CallIdHeader based on the newly supplied callId value. [all …]
|
| /external/proguard/src/proguard/classfile/attribute/preverification/ |
| D | VerificationTypeFactory.java | 41 * Creates a new IntegerType. 49 * Creates a new LongType. 57 * Creates a new FloatType. 65 * Creates a new DoubleType. 73 * Creates a new TopType. 81 * Creates a new NullType. 89 * Creates a new UninitializedThisType. 97 * Creates a new UninitializedType for an instance that was created at 106 * Creates a new ObjectType of the given type.
|
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo-c/ |
| D | Attributes.h | 24 // Creates a new ScatterDimensionNumbers attribute with the given parameters. 58 // Creates a new GatherDimensionNumbers attribute with the given parameters. The 87 // Creates a new DotDimensionNumbers attribute with the given parameters. The 126 // Creates a new ConvDimensionNumbers attribute with the given parameters. The 174 // Creates a new ComparisonDirection attribute with the given 190 // Creates a new ComparisonType attribute with the given 'type' string 206 // Creates a new DomainKind attribute with the given 'kind' string 221 // Creates a new Precision attribute with the given 'type' string 236 // Creates a new FftType attribute with the given 'type' string parameter. 250 // Creates a new DequantizeMode attribute with the given 'mode' string [all …]
|
| /external/icing/icing/scoring/ |
| D | scoring-processor_test.cc | 54 // Creates file directories in SetUp() 74 // Creates a simple email schema in SetUp() 213 // Creates an empty DocHitInfoIterator in TEST_P() 221 // Creates a ScoringProcessor in TEST_P() 240 // Creates a dummy DocHitInfoIterator in TEST_P() 248 // Creates a ScoringProcessor in TEST_P() 272 // Creates a dummy DocHitInfoIterator with 3 results in TEST_P() 279 // Creates a ScoringProcessor in TEST_P() 297 // Creates input doc_hit_infos and expected output scored_document_hits in TEST_P() 305 // Creates a dummy DocHitInfoIterator with 3 results in TEST_P() [all …]
|
| /external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
| D | FileFactory.java | 37 /** Creates a new file factory using the given disk for regular files. */ 46 /** Creates a new directory. */ 51 /** Creates a new root directory with the given name. */ 56 /** Creates a new regular file. */ 62 /** Creates a new symbolic link referencing the given target path. */ 68 /** Creates and returns a copy of the given file. */ 79 /** Returns a supplier that creates directories. */ 84 /** Returns a supplier that creates regular files. */ 89 /** Returns a supplier that creates a symbolic links to the given path. */
|
| /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
| D | CoreMatchers.java | 7 …* Creates a matcher that matches if the examined object matches <b>ALL</b> of the specified matche… 16 …* Creates a matcher that matches if the examined object matches <b>ALL</b> of the specified matche… 27 …* Creates a matcher that matches if the examined object matches <b>ANY</b> of the specified matche… 36 …* Creates a matcher that matches if the examined object matches <b>ANY</b> of the specified matche… 46 * Creates a matcher that matches when both of the specified matchers match the examined object. 55 * Creates a matcher that matches when either of the specified matchers match the examined object. 81 * Creates a matcher for {@link Iterable}s that only matches when a single pass over the 145 * Creates a matcher that always matches, regardless of the examined object. 152 * Creates a matcher that always matches, regardless of the examined object, but describes 163 * Creates a matcher for {@link Iterable}s that only matches when a single pass over the [all …]
|
| /external/autotest/client/cros/chameleon/ |
| D | screen_utility_factory.py | 14 This factory creates the utilities, according to the properties of 40 """Creates a resolution comparer object.""" 50 """Creates a Chameleon screen capturer.""" 60 """Creates an ChromeOS screen capturer. 73 """Creates a calibration image capturer.""" 78 """Creates a screen comparer. 98 """Creates a comparer for mirrored mode. 107 """Creates a comparer to check between Chameleon and calibration image.
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
| D | Value.java | 37 * Creates new boolean value. 44 * Creates new byte value. 51 * Creates new char value. 58 * Creates new short value. 65 * Creates new int value. 72 * Creates new long value. 79 * Creates new float value. 86 * Creates new double value. 93 * Creates void value. 100 * Creates object value. [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/client/lib/ |
| D | arithmetic.h | 29 // Creates a scalar computation based on a lambda and returns it. 34 // Creates a scalar add computation and returns it. 38 // Creates a scalar multiply computation and returns it. 42 // Creates a scalar ge computation and returns it. 46 // Creates a scalar max computation and returns it. 50 // Creates a scalar min computation and returns it. 54 // Creates a scalar logical AND computation and returns it. 58 // Creates a scalar logical OR computation and returns it.
|
| /external/rust/crates/glam/src/f64/ |
| D | daffine3.rs | 38 /// Creates an affine transform from three column vectors. 47 /// Creates an affine transform from a `[f64; 12]` array stored in column major order. 56 /// Creates a `[f64; 12]` array storing data in column major order. 66 /// Creates an affine transform from a `[[f64; 3]; 4]` 78 /// Creates a `[[f64; 3]; 4]` 3D array storing data in 91 /// Creates an affine transform from the first 12 values in `slice`. 115 /// Creates an affine transform that changes scale. 124 /// Creates an affine transform from the given `rotation` quaternion. 133 /// Creates an affine transform containing a 3D rotation around a normalized 143 /// Creates an affine transform containing a 3D rotation around the x axis of [all …]
|
| /external/rust/crates/glam/src/f32/ |
| D | affine3a.rs | 38 /// Creates an affine transform from three column vectors. 47 /// Creates an affine transform from a `[f32; 12]` array stored in column major order. 56 /// Creates a `[f32; 12]` array storing data in column major order. 66 /// Creates an affine transform from a `[[f32; 3]; 4]` 78 /// Creates a `[[f32; 3]; 4]` 3D array storing data in 91 /// Creates an affine transform from the first 12 values in `slice`. 115 /// Creates an affine transform that changes scale. 124 /// Creates an affine transform from the given `rotation` quaternion. 133 /// Creates an affine transform containing a 3D rotation around a normalized 143 /// Creates an affine transform containing a 3D rotation around the x axis of [all …]
|