Home
last modified time | relevance | path

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

12

/external/v8/src/
Ddouble.h51 Double() : d64_(0) {} in Double() function
52 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function
53 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function
54 explicit Double(DiyFp diy_fp) in Double() function
Dtype-info.h71 static TypeInfo Double() { return TypeInfo(kDouble); } in Double() function
Dhydrogen-instructions.h307 static Representation Double() { return Representation(kDouble); } in Double() function
/external/chromium/testing/gtest/samples/
Dsample3_unittest.cc91 static int Double(int n) { in Double() function in QueueTest
/external/gtest/samples/
Dsample3_unittest.cc91 static int Double(int n) { in Double() function in QueueTest
/external/libvpx/libvpx/third_party/googletest/src/samples/
Dsample3_unittest.cc91 static int Double(int n) { in Double() function in QueueTest
/external/protobuf/gtest/samples/
Dsample3_unittest.cc91 static int Double(int n) { in Double() function in QueueTest
/external/webkit/Source/WebKit2/Shared/Plugins/
DNPVariantData.h49 Double, enumerator
/external/clang/test/SemaCXX/
Dpseudo-destructors.cpp8 typedef double Double; typedef
Dmissing-namespace-qualifier-typo-corrections.cpp10 int Double(int x) { return x + x; } in Double() function
/external/clang/test/Sema/
Doverloadable.c53 typedef double Double; typedef
Dcast.c23 typedef double Double; typedef
/external/llvm/include/llvm/IR/
DIntrinsics.h82 Void, MMX, Metadata, Half, Float, Double, enumerator
/external/valgrind/main/VEX/pub/
Dlibvex_basictypes.h80 typedef double Double; /* IEEE754 double-precision (64-bit) value */ typedef
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
Dgtest-internal.h465 typedef FloatingPoint<double> Double; typedef
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h466 typedef FloatingPoint<double> Double; typedef
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-internal.h460 typedef FloatingPoint<double> Double; typedef
/external/gtest/include/gtest/internal/
Dgtest-internal.h466 typedef FloatingPoint<double> Double; typedef
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h494 typedef FloatingPoint<double> Double; typedef
/external/llvm/include/llvm/Support/
DMathExtras.h395 inline uint64_t DoubleToBits(double Double) { in DoubleToBits()
/external/protobuf/gtest/include/gtest/internal/
Dgtest-internal.h482 typedef FloatingPoint<double> Double; typedef
/external/open-vcdiff/gtest/include/gtest/internal/
Dgtest-internal.h484 typedef FloatingPoint<double> Double; typedef
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DVertexBuffer.java253 Double(8), enumConstant
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml25 | Double Constructor
/external/clang/include/clang/Basic/
DTargetInfo.h126 Double, enumerator

12