/external/v8/src/ |
D | double.h | 51 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
|
D | type-info.h | 71 static TypeInfo Double() { return TypeInfo(kDouble); } in Double() function
|
D | hydrogen-instructions.h | 307 static Representation Double() { return Representation(kDouble); } in Double() function
|
/external/chromium/testing/gtest/samples/ |
D | sample3_unittest.cc | 91 static int Double(int n) { in Double() function in QueueTest
|
/external/gtest/samples/ |
D | sample3_unittest.cc | 91 static int Double(int n) { in Double() function in QueueTest
|
/external/libvpx/libvpx/third_party/googletest/src/samples/ |
D | sample3_unittest.cc | 91 static int Double(int n) { in Double() function in QueueTest
|
/external/protobuf/gtest/samples/ |
D | sample3_unittest.cc | 91 static int Double(int n) { in Double() function in QueueTest
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
D | NPVariantData.h | 49 Double, enumerator
|
/external/clang/test/SemaCXX/ |
D | pseudo-destructors.cpp | 8 typedef double Double; typedef
|
D | missing-namespace-qualifier-typo-corrections.cpp | 10 int Double(int x) { return x + x; } in Double() function
|
/external/clang/test/Sema/ |
D | overloadable.c | 53 typedef double Double; typedef
|
D | cast.c | 23 typedef double Double; typedef
|
/external/llvm/include/llvm/IR/ |
D | Intrinsics.h | 82 Void, MMX, Metadata, Half, Float, Double, enumerator
|
/external/valgrind/main/VEX/pub/ |
D | libvex_basictypes.h | 80 typedef double Double; /* IEEE754 double-precision (64-bit) value */ typedef
|
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
D | gtest-internal.h | 465 typedef FloatingPoint<double> Double; typedef
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 466 typedef FloatingPoint<double> Double; typedef
|
/external/chromium/testing/gtest/include/gtest/internal/ |
D | gtest-internal.h | 460 typedef FloatingPoint<double> Double; typedef
|
/external/gtest/include/gtest/internal/ |
D | gtest-internal.h | 466 typedef FloatingPoint<double> Double; typedef
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 494 typedef FloatingPoint<double> Double; typedef
|
/external/llvm/include/llvm/Support/ |
D | MathExtras.h | 395 inline uint64_t DoubleToBits(double Double) { in DoubleToBits()
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-internal.h | 482 typedef FloatingPoint<double> Double; typedef
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
D | gtest-internal.h | 484 typedef FloatingPoint<double> Double; typedef
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | VertexBuffer.java | 253 Double(8), enumConstant
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 25 | Double Constructor
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 126 Double, enumerator
|