| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/ |
| D | DoubleArr.java | 21 private double[] doubles; field in DoubleArr 26 public DoubleArr(double[] doubles) { in DoubleArr() 38 public void setDoubles(double[] doubles) { in setDoubles()
|
| D | PrimitiveArrayTest.java | 37 private final double[] doubles = new double[] { 50.0001, 2150.0002 }; field in PrimitiveArrayTest
|
| /external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/ |
| D | TensorTest.java | 46 double[] doubles = {1d, 2d, 3d, 4d}; in createWithByteBuffer() local 97 double[] doubles = {1d, 2d, 3d, 4d}; in createFromBufferWithNonNativeByteOrder() local 117 double[] doubles = {1d, 2d, 3d, 4d}; in createWithTypedBuffer() local 123 try (Tensor<Double> t = Tensor.create(shape, DoubleBuffer.wrap(doubles))) { in createWithTypedBuffer() 144 Tensor.create(new long[doubles.length + 1], DoubleBuffer.wrap(doubles))) { in createWithTypedBuffer() 171 double[] doubles = {1d, 2d, 3d}; in writeTo() local
|
| /external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
| D | unittest_repeated_packables_nano.proto | 63 repeated double doubles = 12; field 88 repeated double doubles = 12 [ packed = true ]; field
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
| D | softmax_test_util.cc | 59 double doubles[4] = {1.0, 2.0, 3.0, 100.0}; in SoftmaxBigNumberTest() local 128 double doubles[4] = {1.0, 2.0, 3.0, 100.0}; in Softmax1x1BigNumberTest() local
|
| /external/pigweed/pw_protobuf/pw_protobuf_test_protos/ |
| D | repeated.proto | 22 repeated double doubles = 4; field
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
| D | softmax_test.cc | 138 double doubles[4] = {1.0, 2.0, 3.0, 100.0}; in TEST() local 173 double doubles[4] = {1.0, 2.0, 3.0, 100.0}; in TEST() local
|
| /external/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
| D | ProtobufEqualityComparersTest.cs | 42 private static readonly double[] doubles = field in Google.Protobuf.Collections.ProtobufEqualityComparersTest
|
| /external/libffi/testsuite/libffi.call/ |
| D | float_va.c | 50 double doubles[5]; in main() local
|
| /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
| D | float_va.c | 50 double doubles[5]; in main() local
|
| /external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ |
| D | AutoAnnotationTest.java | 158 double[] doubles(); in doubles() method 189 double[] doubles, in newEverything() 238 TreeSet<Double> doubles, in newEverythingCollections() 584 double[] doubles() default {11, 12}; in doubles() method
|
| D | AutoAnnotationDefaultsTest.java | 69 double[] doubles() default { in doubles() method
|
| /external/guava/guava-tests/benchmark/com/google/common/math/ |
| D | DoubleMathBenchmark.java | 36 private static final double[] doubles = new double[ARRAY_SIZE]; field in DoubleMathBenchmark
|
| /external/guava/android/guava-tests/benchmark/com/google/common/math/ |
| D | DoubleMathBenchmark.java | 36 private static final double[] doubles = new double[ARRAY_SIZE]; field in DoubleMathBenchmark
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsonschema/ |
| D | TestReadJsonSchema.java | 27 public double[] doubles; field in TestReadJsonSchema.Schemable
|
| /external/mesa3d/src/mesa/vbo/ |
| D | vbo_private.h | 227 const GLboolean doubles = vbo_attrtype_to_double_flag(type); in _vbo_set_attrib_format() local
|
| /external/libchrome/base/containers/ |
| D | stack_container_unittest.cc | 124 StackVector<double, 1> doubles; in TEST() local
|
| /external/guava/android/guava/src/com/google/common/math/ |
| D | Quantiles.java | 493 double[] doubles = new double[len]; in longsToDoubles() local 502 double[] doubles = new double[len]; in intsToDoubles() local
|
| /external/guava/guava/src/com/google/common/math/ |
| D | Quantiles.java | 493 double[] doubles = new double[len]; in longsToDoubles() local 502 double[] doubles = new double[len]; in intsToDoubles() local
|
| /external/guava/guava-tests/test/com/google/common/primitives/ |
| D | BytesTest.java | 199 List<Double> doubles = Arrays.asList((double) 0, (double) 1, (double) 2); in testToArray_withConversion() local
|
| /external/guava/android/guava-tests/test/com/google/common/primitives/ |
| D | BytesTest.java | 199 List<Double> doubles = Arrays.asList((double) 0, (double) 1, (double) 2); in testToArray_withConversion() local
|
| /external/perfetto/src/trace_processor/rpc/ |
| D | query_result_serializer.cc | 107 protozero::PackedFixedSizeInt<double> doubles; in SerializeBatch() local
|
| /external/pigweed/pw_protobuf/ |
| D | encoder_fuzzer.cc | 143 std::vector<double> doubles; in LLVMFuzzerTestOneInput() local
|
| /external/mesa3d/src/mesa/main/ |
| D | varray.c | 462 bool normalized, bool integer, bool doubles) in vertex_format_to_pipe_format() 531 GLboolean doubles) in _mesa_set_vertex_format() 631 GLboolean integer, GLboolean doubles, in _mesa_update_array_format() 677 bool integer, bool doubles, in validate_array_format() 802 GLboolean normalized, GLboolean integer, GLboolean doubles, in validate_array() 861 GLboolean doubles, GLenum format, const GLvoid *ptr) in validate_array_and_format() 895 GLboolean normalized, GLboolean integer, GLboolean doubles, in update_array() 3333 GLboolean doubles, GLbitfield legalTypes, in vertex_attrib_format() 3426 GLboolean integer, GLboolean doubles, in vertex_array_attrib_format()
|
| /external/clang/test/CodeGen/ |
| D | x86_32-arguments-iamcu.c | 13 void doubles(double d1, double d2) {} in doubles() function
|