Home
last modified time | relevance | path

Searched defs:Double (Results 1 – 25 of 124) sorted by relevance

12345

/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/
DValue.java95 Function<? super Double, T> doubleFunction, in match()
110 Function<? super Double, T> doubleFunction, in match()
145 Function<? super Double, T> doubleFunction, in match()
183 Function<? super Double, T> doubleFunction, in match()
221 Function<? super Double, T> doubleFunction, in match()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib.hpp81 using Double = SIMD128Impl::Double; typedef
137 using Double = SIMD256Impl::Double; typedef
192 using Double = SIMD512Impl::Double; typedef
208 using Double = typename Traits::Double; typedef
227 using Double = typename SIMD_T::Double; typedef
Dsimdlib_types.hpp208 union Double union
211 SIMDINLINE Double(__m128d in) : v(in) {} in Double() function
285 union Double union
288 SIMDINLINE Double(__m256d const& in) : v(in) {} in Double() function
289 SIMDINLINE Double(SIMD128Impl::Double const& in_lo, in Double() function
418 union Double union
421 SIMDINLINE Double(__m512d in) : v(in) {} in Double() function
422 SIMDINLINE Double(SIMD256Impl::Double const& in_lo, in Double() function
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DAttributeValue.java121 Function<? super Double, T> doubleFunction, in match()
149 Function<? super Double, T> doubleFunction, in match()
182 Function<? super Double, T> doubleFunction, in match()
215 Function<? super Double, T> doubleFunction, in match()
248 Function<? super Double, T> doubleFunction, in match()
/external/golang-protobuf/internal/testprotos/required/
Drequired.pb.go440 type Double struct { struct
441 state protoimpl.MessageState
442 sizeCache protoimpl.SizeCache
443 unknownFields protoimpl.UnknownFields
445 V *float64 `protobuf:"fixed64,1,req,name=v" json:"v,omitempty"`
448 func (x *Double) Reset() {
457 func (x *Double) String() string {
461 func (*Double) ProtoMessage() {}
463 func (x *Double) ProtoReflect() protoreflect.Message {
476 func (*Double) Descriptor() ([]byte, []int) {
[all …]
/external/cronet/base/third_party/double_conversion/double-conversion/
Dieee.h54 Double() : d64_(0) {} in Double() function
55 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function
56 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function
57 explicit Double(DiyFp diy_fp) in Double() function
/external/icu/libicu/cts_headers/
Ddouble-conversion-ieee.h68 Double() : d64_(0) {} in Double() function
69 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function
70 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function
71 explicit Double(DiyFp diy_fp) in Double() function
/external/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h68 Double() : d64_(0) {} in Double() function
69 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function
70 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function
71 explicit Double(DiyFp diy_fp) in Double() function
/external/cronet/third_party/icu/source/i18n/
Ddouble-conversion-ieee.h68 Double() : d64_(0) {} in Double() function
69 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function
70 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function
71 explicit Double(DiyFp diy_fp) in Double() function
/external/double-conversion/double-conversion/
Dieee.h54 Double() : d64_(0) {} in Double() function
55 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function
56 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function
57 explicit Double(DiyFp diy_fp) in Double() function
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/math/
DNumberUtilsTest.java1422 assertTrue(NumberUtils.createNumber("003.40282354e+38") instanceof Double); in testStringCreateNumberEnsureNoPrecisionLoss() local
1423 assertTrue(NumberUtils.createNumber("-003.40282354e+38") instanceof Double); in testStringCreateNumberEnsureNoPrecisionLoss() local
1424 assertTrue(NumberUtils.createNumber("+003.40282354e+38") instanceof Double); in testStringCreateNumberEnsureNoPrecisionLoss() local
1438 assertTrue(NumberUtils.createNumber("4.9e-324D") instanceof Double); in testStringCreateNumberEnsureNoPrecisionLoss() local
1439 assertTrue(NumberUtils.createNumber("4.9e-324F") instanceof Double); in testStringCreateNumberEnsureNoPrecisionLoss() local
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dcommon.h39 Double, enumerator
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dstring_utils_test.cpp47 TEST(ToString, Double) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/
Dstring_utils_test.cpp47 TEST(ToString, Double) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/test/
Dstring_utils_test.cpp47 TEST(ToString, Double) { in TEST() argument
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.h94 static ArgValue Double(double value) { in Double() function
158 double Double() const { in Double() function
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs43 Double, enumerator
/external/flatbuffers/python/flatbuffers/reflection/
DBaseType.py18 Double = 12 variable in BaseType
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs43 Double, enumerator
/external/cronet/third_party/boringssl/src/third_party/googletest/samples/
Dsample3_unittest.cc88 static int Double(int n) { in Double() function in __anon624762530111::QueueTestSmpl3
/external/googletest/googletest/samples/
Dsample3_unittest.cc88 static int Double(int n) { in Double() function in __anonc111507a0111::QueueTestSmpl3
/external/cronet/third_party/googletest/src/googletest/samples/
Dsample3_unittest.cc87 static int Double(int n) { return 2 * n; } in Double() function in __anon68281ca40111::QueueTestSmpl3
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/samples/
Dsample3_unittest.cc88 static int Double(int n) { in Double() function in __anonba7c0fb70111::QueueTestSmpl3
/external/clang/test/SemaCXX/
Dpseudo-destructors.cpp8 typedef double Double; typedef
/external/cronet/net/quic/
Dset_quic_flag_test.cc24 TEST(SetQuicFlagTest, Double) { in TEST() argument

12345