Home
last modified time | relevance | path

Searched defs:doubles (Results 1 – 25 of 57) sorted by relevance

123

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
DDoubleArr.java21 private double[] doubles; field in DoubleArr
26 public DoubleArr(double[] doubles) { in DoubleArr()
38 public void setDoubles(double[] doubles) { in setDoubles()
DPrimitiveArrayTest.java37 private final double[] doubles = new double[] { 50.0001, 2150.0002 }; field in PrimitiveArrayTest
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DTensorTest.java46 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/
Dunittest_repeated_packables_nano.proto63 repeated double doubles = 12; field
88 repeated double doubles = 12 [ packed = true ]; field
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dsoftmax_test_util.cc59 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/
Drepeated.proto22 repeated double doubles = 4; field
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dsoftmax_test.cc138 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/
DProtobufEqualityComparersTest.cs42 private static readonly double[] doubles = field in Google.Protobuf.Collections.ProtobufEqualityComparersTest
/external/libffi/testsuite/libffi.call/
Dfloat_va.c50 double doubles[5]; in main() local
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dfloat_va.c50 double doubles[5]; in main() local
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoAnnotationTest.java158 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
DAutoAnnotationDefaultsTest.java69 double[] doubles() default { in doubles() method
/external/guava/guava-tests/benchmark/com/google/common/math/
DDoubleMathBenchmark.java36 private static final double[] doubles = new double[ARRAY_SIZE]; field in DoubleMathBenchmark
/external/guava/android/guava-tests/benchmark/com/google/common/math/
DDoubleMathBenchmark.java36 private static final double[] doubles = new double[ARRAY_SIZE]; field in DoubleMathBenchmark
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsonschema/
DTestReadJsonSchema.java27 public double[] doubles; field in TestReadJsonSchema.Schemable
/external/mesa3d/src/mesa/vbo/
Dvbo_private.h227 const GLboolean doubles = vbo_attrtype_to_double_flag(type); in _vbo_set_attrib_format() local
/external/libchrome/base/containers/
Dstack_container_unittest.cc124 StackVector<double, 1> doubles; in TEST() local
/external/guava/android/guava/src/com/google/common/math/
DQuantiles.java493 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/
DQuantiles.java493 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/
DBytesTest.java199 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/
DBytesTest.java199 List<Double> doubles = Arrays.asList((double) 0, (double) 1, (double) 2); in testToArray_withConversion() local
/external/perfetto/src/trace_processor/rpc/
Dquery_result_serializer.cc107 protozero::PackedFixedSizeInt<double> doubles; in SerializeBatch() local
/external/pigweed/pw_protobuf/
Dencoder_fuzzer.cc143 std::vector<double> doubles; in LLVMFuzzerTestOneInput() local
/external/mesa3d/src/mesa/main/
Dvarray.c462 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/
Dx86_32-arguments-iamcu.c13 void doubles(double d1, double d2) {} in doubles() function

123