Home
last modified time | relevance | path

Searched defs:Double (Results 1 - 25 of 31) sorted by relevance

12

/third_party/node/benchmark/buffers/
H A Dbuffer-read-float.js
/third_party/googletest/googletest/samples/
H A Dsample3_unittest.cc87 static int Double(int n) { return 2 * n; } in Double() function in __anon3018::QueueTestSmpl3
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldType.cs43 Double, enumerator
/third_party/node/deps/v8/src/base/numbers/
H A Ddouble.h19 class Double { class
29 Double() : d64_(0) {} in Double() function in v8::base::Double
30 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function in v8::base::Double
31 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function in v8::base::Double
32 explicit Double(DiyFp diy_fp) : d64_(DiyFpToUint64(diy_fp)) {} in Double() function in v8::base::Double
[all...]
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dieee.h42 class Double { class
54 Double() : d64_(0) {} in Double() function in double_conversion::Double
55 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function in double_conversion::Double
56 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function in double_conversion::Double
57 explicit Double(DiyFp diy_fp) in Double() function in double_conversion::Double
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-ieee.h56 class Double { class
68 Double() : d64_(0) {} in Double() function in double_conversion::Double
69 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function in double_conversion::Double
70 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function in double_conversion::Double
71 explicit Double(DiyFp diy_fp) in Double() function in double_conversion::Double
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-ieee.h56 class Double { class
68 Double() : d64_(0) {} in Double() function in double_conversion::Double
69 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function in double_conversion::Double
70 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function in double_conversion::Double
71 explicit Double(DiyFp diy_fp) in Double() function in double_conversion::Double
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-ieee.h56 class Double { class
68 Double() : d64_(0) {} in Double() function in double_conversion::Double
69 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function in double_conversion::Double
70 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function in double_conversion::Double
71 explicit Double(DiyFp diy_fp) in Double() function in double_conversion::Double
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIntrinsics.h102 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, Quad, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DIntrinsics.h100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator
/third_party/python/Lib/
H A Dtokenize.py110 Double = r'[^"\\]*(?:\\.[^"\\]*)*"' variable
/third_party/python/Lib/lib2to3/pgen2/
H A Dtokenize.py76 Double = r'[^"\\]*(?:\\.[^"\\]*)*"' variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMathExtras.h573 inline uint64_t DoubleToBits(double Double) { in DoubleToBits() argument
/third_party/googletest/googlemock/test/
H A Dgmock-actions_test.cc2053 struct Double { struct
/third_party/node/deps/v8/src/objects/
H A Dproperty-details.h117 static constexpr Representation Double() { return Representation(kDouble); } in Double() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::Representation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMathExtras.h642 inline uint64_t DoubleToBits(double Double) { in DoubleToBits() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h662 DoubleAPFloat Double; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp797 APInt llvm::APIntOps::RoundDoubleToAPInt(double Double, unsigned width) { in RoundDoubleToAPInt() argument
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h407 typedef FloatingPoint<double> Double; typedef
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h397 typedef FloatingPoint<double> Double; typedef
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-internal.h392 typedef FloatingPoint<double> Double; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h399 Double, enumerator
458 double Double; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h103 Double, member in llvm::ms_demangle::PrimitiveKind
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h700 DoubleAPFloat Double; member
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.hpp313 typedef WrappedFloatType<double> Double; typedef in deqp::gls::GLValue

Completed in 34 milliseconds

12