Home
last modified time | relevance | path

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

12

/third_party/node/deps/v8/src/base/numbers/
Ddouble.h29 Double() : d64_(0) {} in Double() function
30 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function
31 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function
32 explicit Double(DiyFp diy_fp) : d64_(DiyFpToUint64(diy_fp)) {} in Double() function
/third_party/skia/third_party/externals/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
/third_party/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
/third_party/icu/vendor/double-conversion/upstream/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
/third_party/node/deps/icu-small/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
/third_party/node/test/js-native-api/test_number/
Dtest_null.c46 BINDING_FOR_CREATE(Double, double) in BINDING_FOR_CREATE() argument
/third_party/skia/third_party/externals/spirv-tools/test/
Dstring_utils_test.cpp47 TEST(ToString, Double) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dstring_utils_test.cpp47 TEST(ToString, Double) { in TEST() argument
/third_party/spirv-tools/test/
Dstring_utils_test.cpp47 TEST(ToString, Double) { in TEST() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs43 Double, enumerator
/third_party/googletest/googletest/samples/
Dsample3_unittest.cc87 static int Double(int n) { return 2 * n; } in Double() function in __anon860a3d460111::QueueTestSmpl3
/third_party/node/benchmark/buffers/
Dbuffer-read-float.js15 Double: { property
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/
Dtest_bad_identifiers.proto101 message Double { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dtest_bad_identifiers.proto101 message Double { message
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dbit_cast_test.cc96 TEST(BitCast, Double) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLTraits.h128 enum class QuotingType { None, Single, Double }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.h102 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, Quad, enumerator
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto115 message Double { message
/third_party/python/Lib/lib2to3/pgen2/
Dtokenize.py76 Double = r'[^"\\]*(?:\\.[^"\\]*)*"' variable
/third_party/python/Lib/
Dtokenize.py110 Double = r'[^"\\]*(?:\\.[^"\\]*)*"' variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h399 Double, enumerator
458 double Double; member
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h407 typedef FloatingPoint<double> Double; typedef
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-internal.h392 typedef FloatingPoint<double> Double; typedef
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h397 typedef FloatingPoint<double> Double; typedef

12