/external/v8/src/ |
D | double.h | 28 Double() : d64_(0) {} in Double() function 29 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function 30 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function 31 explicit Double(DiyFp diy_fp) in Double() function
|
D | property-details.h | 113 static Representation Double() { return Representation(kDouble); } in Double() function
|
/external/google-breakpad/src/testing/gtest/samples/ |
D | sample3_unittest.cc | 91 static int Double(int n) { in Double() function in QueueTest
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/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 | 54 typedef double Double; typedef
|
D | cast.c | 23 typedef double Double; typedef
|
/external/valgrind/none/tests/x86/ |
D | x87trigOOR.c | 12 typedef double Double; typedef
|
/external/valgrind/none/tests/amd64/ |
D | x87trigOOR.c | 12 typedef double Double; typedef
|
/external/llvm/include/llvm/IR/ |
D | Intrinsics.h | 82 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | test_bad_identifiers.proto | 111 message Double { message
|
/external/valgrind/VEX/pub/ |
D | libvex_basictypes.h | 96 typedef double Double; /* IEEE754 double-precision (64-bit) value */ typedef
|
/external/gtest/include/gtest/internal/ |
D | gtest-internal.h | 391 typedef FloatingPoint<double> Double; typedef
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-internal.h | 391 typedef FloatingPoint<double> Double; typedef
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 466 typedef FloatingPoint<double> Double; typedef
|
/external/google-breakpad/src/testing/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 | 495 typedef FloatingPoint<double> Double; typedef
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-internal.h | 482 typedef FloatingPoint<double> Double; typedef
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 451 Double, enumerator 472 double Double; member
|
/external/valgrind/none/tests/arm64/ |
D | fp_and_simd.c | 16 typedef double Double; typedef
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | TypeUtil.java | 116 class2Name.put(java.lang.Double.class,"java.lang.Double"); in class2Name.put()
|
/external/libchrome/base/test/ |
D | trace_event_analyzer.cc | 219 Query Query::Double(double num) { in Double() function in trace_analyzer::Query
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2_plugin.h | 517 cmsFloat64Number* Double; // floating point for the matrix member
|