Home
last modified time | relevance | path

Searched refs:doubles (Results 1 – 25 of 180) sorted by relevance

12345678

/third_party/libffi/testsuite/libffi.call/
Dfloat_va.c50 double doubles[5]; in main() local
70 doubles[0] = 2.0; in main()
72 values[1] = &doubles[0]; in main()
94 doubles[0] = 2.0; in main()
95 doubles[1] = 3.0; in main()
96 doubles[2] = 4.0; in main()
98 values[1] = &doubles[0]; in main()
99 values[2] = &doubles[1]; in main()
100 values[3] = &doubles[2]; in main()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DProtobufEqualityComparersTest.cs42 private static readonly double[] doubles = field in Google.Protobuf.Collections.ProtobufEqualityComparersTest
79 ValidateEqualityComparer(BitwiseDoubleEqualityComparer, doubles); in DoubleComparisons()
85 …ValidateEqualityComparer(BitwiseNullableDoubleEqualityComparer, doubles.Select(d => (double?) d).C… in NullableDoubleComparisons()
91 ValidateEqualityComparer(BitwiseSingleEqualityComparer, doubles.Select(d => (float) d)); in SingleComparisons()
97 …ValidateEqualityComparer(BitwiseNullableSingleEqualityComparer, doubles.Select(d => (float?) d).Co… in NullableSingleComparisons()
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc668 std::vector<double> doubles = {0.0, in TEST_F() local
684 doubles.push_back(0.99999999999999989); in TEST_F()
687 doubles.push_back(std::numeric_limits<double>::denorm_min()); in TEST_F()
688 doubles.push_back(-std::numeric_limits<double>::denorm_min()); in TEST_F()
696 doubles.push_back(sign * std::ldexp(base, exp)); in TEST_F()
714 doubles.push_back(std::ldexp(all_ones_mantissa, exp)); in TEST_F()
719 for (auto &d : doubles) { in TEST_F()
729 std::sort(doubles.begin(), doubles.end()); in TEST_F()
730 doubles.erase(std::unique(doubles.begin(), doubles.end()), doubles.end()); in TEST_F()
734 doubles.push_back(std::nan("")); in TEST_F()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc683 std::vector<double> doubles = {0.0, in TEST_F() local
700 doubles.push_back(0.99999999999999989); in TEST_F()
703 doubles.push_back(std::numeric_limits<double>::denorm_min()); in TEST_F()
704 doubles.push_back(-std::numeric_limits<double>::denorm_min()); in TEST_F()
712 doubles.push_back(sign * std::ldexp(base, exp)); in TEST_F()
729 doubles.push_back(std::ldexp(all_ones_mantissa, exp)); in TEST_F()
731 skip_verify.insert(doubles.back()); in TEST_F()
746 std::sort(doubles.begin(), doubles.end()); in TEST_F()
747 doubles.erase(std::unique(doubles.begin(), doubles.end()), doubles.end()); in TEST_F()
749 TestWithMultipleFormatsHelper(doubles, skip_verify); in TEST_F()
[all …]
/third_party/node/test/parallel/
Dtest-tls-parse-cert-string.js37 const doubles = 'OU=Domain Control Validated\nOU=PositiveSSL Wildcard\n' + constant
39 const doublesOut = internalTLS.parseCertString(doubles);
/third_party/mesa3d/src/mesa/vbo/
Dvbo_private.h252 const GLboolean doubles = vbo_attrtype_to_double_flag(type); in _vbo_set_attrib_format() local
254 if (doubles) in _vbo_set_attrib_format()
257 GL_FALSE, integer, doubles, offset); in _vbo_set_attrib_format()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DStackContainerTests.cpp122 StackVector<double, 1> doubles; in TEST() local
123 doubles->push_back(0.0); in TEST()
124 EXPECT_ALIGNED(&doubles[0], alignof(double)); in TEST()
/third_party/glslang/Test/
D400.vert3 in double d; // ERROR, no doubles
4 in dvec3 d3; // ERROR, no doubles
5 in dmat4 dm4; // ERROR, no doubles
/third_party/flutter/flutter/packages/flutter_driver/lib/src/driver/
Dtimeline_summary.dart183 …final List<double> doubles = durations.map<double>((Duration duration) => duration.inMicroseconds.…
184 doubles.sort();
185 return doubles[((doubles.length - 1) * (percentile / 100)).round()];
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersTest.kt172 val doubles = DoubleArray(10) { it * 0.35 } in <lambda>() constant
184 builder.putTypedVector { doubles.forEach { put(it) } } in <lambda>()
202 assertArrayEquals(doubles, ref[1].toDoubleArray()) in <lambda>()
/third_party/flutter/flutter/packages/flutter/test/foundation/
Dserialization_test.dart69 final Float64List doubles = Float64List.fromList(<double>[3.14, double.nan]);
72 write.putFloat64List(doubles);
Ddouble_precision_test.dart9 test('debugFormatDouble formats doubles', () {
/third_party/ltp/tools/sparse/sparse-src/validation/
Dcompound-sizes.c59 static double doubles[84]; variable
/third_party/glib/glib/tests/
Dkeyfile.c854 static gdouble doubles[] = { 3.14, 2.71 }; in test_lists_set_get() local
860 g_key_file_set_double_list (keyfile, "group0", "key3", doubles, G_N_ELEMENTS (doubles)); in test_lists_set_get()
865 check_double_list_value (keyfile, "group0", "key3", doubles[0], doubles[1], -100.0); in test_lists_set_get()
874 g_key_file_set_double_list (keyfile, "group0", "key3", doubles, G_N_ELEMENTS (doubles)); in test_lists_set_get()
879 check_double_list_value (keyfile, "group0", "key3", doubles[0], doubles[1], -100.0); in test_lists_set_get()
/third_party/boost/libs/iterator/doc/
Dzip_iterator_eg.rst14 are two vectors of equal length containing doubles and ints, respectively,
68 Suppose, for example, that you have two vectors of doubles, say
/third_party/mesa3d/src/mesa/main/
Dvarray.c465 bool normalized, bool integer, bool doubles) in vertex_format_to_pipe_format() argument
471 if (doubles) in vertex_format_to_pipe_format()
534 GLboolean doubles) in _mesa_set_vertex_format() argument
542 vertex_format->Doubles = doubles; in _mesa_set_vertex_format()
547 doubles); in _mesa_set_vertex_format()
636 GLboolean integer, GLboolean doubles, in _mesa_update_array_format() argument
646 normalized, integer, doubles); in _mesa_update_array_format()
683 bool integer, bool doubles, in validate_array_format() argument
689 assert((int) normalized + (int) integer + (int) doubles <= 1); in validate_array_format()
808 GLboolean normalized, GLboolean integer, GLboolean doubles, in validate_array() argument
[all …]
/third_party/boost/libs/spirit/doc/qi/
Dnum_list3.qbk22 read as: a list of doubles separated by `','`.
/third_party/flutter/flutter/packages/flutter/lib/src/physics/
Dutils.dart5 /// Whether two doubles are within a given distance of each other.
/third_party/icu/tools/colprobe/
Dcolprobe.cpp1025 Line *doubles = new Line[size*10]; in detectExpansions() local
1061 doubles[newSize].suffix = current->expansionAfter[i]-1; in detectExpansions()
1062doubles[newSize++].setToConcat(*(gLines+current->expansionPrefixes[i]), *(gLines+current->expansio… in detectExpansions()
1063 doubles[newSize].suffix = current->expansionAfter[i]; in detectExpansions()
1064doubles[newSize++].setToConcat(*(gLines+current->expansionPrefixes[i]), *(gLines+current->expansio… in detectExpansions()
1067 doubles[newSize++] = *current; in detectExpansions()
1068 setArray(sorter, doubles, newSize); in detectExpansions()
1120 delete[] doubles; in detectExpansions()
/third_party/boost/libs/spirit/doc/x3/tutorial/
Dnum_list3.qbk22 read as: a list of doubles separated by `','`.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_gpu_shader_fp64.txt63 data types, including vectors and matrices of doubles. Doubles may be
82 * packing and unpacking doubles into a pair of 32-bit unsigned integers;
93 floating-point values to doubles, and this extension uses the relaxed
104 supporting doubles; similar constants are treated as double-precision
108 doubles used as fragment shader inputs must be qualified as "flat".
397 (modify two paragraphs of the section, adding support for doubles)
510 (modify third paragraph, p. 32, allowing doubles as inputs and disallowing
515 unsigned integers, integer vectors, doubles, double-precision vectors, or
900 floats typically take four bytes; doubles take eight bytes. The larger
901 storage requirement for doubles means a larger alignment requirement;
[all …]
/third_party/openGLES/extensions/ARB/
DARB_gpu_shader_fp64.txt73 data types, including vectors and matrices of doubles. Doubles may be
92 * packing and unpacking doubles into a pair of 32-bit unsigned integers;
103 floating-point values to doubles, and this extension uses the relaxed
114 supporting doubles; similar constants are treated as double-precision
118 doubles used as fragment shader inputs must be qualified as "flat".
407 (modify two paragraphs of the section, adding support for doubles)
520 (modify third paragraph, p. 32, allowing doubles as inputs and disallowing
525 unsigned integers, integer vectors, doubles, double-precision vectors, or
910 floats typically take four bytes; doubles take eight bytes. The larger
911 storage requirement for doubles means a larger alignment requirement;
[all …]
/third_party/icu/vendor/double-conversion/upstream/
DREADME.md4 routines for IEEE doubles.
/third_party/boost/libs/math/doc/background/
Dlanczos.qbk157 good approximations for 80 or 128-bit long doubles. Further it was observed
174 for 128-bit long doubles, and those found for 64 and 80-bit reals required an
191 to rational form doubles the number of stored coefficients, it should be
198 values for 106-bit significand machines (Darwin long doubles & NTL quad_float),
/third_party/mindspore/mindspore/core/proto/
Dmind_ir.proto38 repeated double doubles = 9; field

12345678