Home
last modified time | relevance | path

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

12

/external/v8/src/
Ddouble.h28 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
Dproperty-details.h113 static Representation Double() { return Representation(kDouble); } in Double() function
/external/google-breakpad/src/testing/gtest/samples/
Dsample3_unittest.cc91 static int Double(int n) { in Double() function in QueueTest
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/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.c54 typedef double Double; typedef
Dcast.c23 typedef double Double; typedef
/external/valgrind/none/tests/x86/
Dx87trigOOR.c12 typedef double Double; typedef
/external/valgrind/none/tests/amd64/
Dx87trigOOR.c12 typedef double Double; typedef
/external/llvm/include/llvm/IR/
DIntrinsics.h82 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator
/external/protobuf/java/src/test/java/com/google/protobuf/
Dtest_bad_identifiers.proto111 message Double { message
/external/valgrind/VEX/pub/
Dlibvex_basictypes.h96 typedef double Double; /* IEEE754 double-precision (64-bit) value */ typedef
/external/gtest/include/gtest/internal/
Dgtest-internal.h391 typedef FloatingPoint<double> Double; typedef
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-internal.h391 typedef FloatingPoint<double> Double; typedef
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h466 typedef FloatingPoint<double> Double; typedef
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h466 typedef FloatingPoint<double> Double; typedef
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h495 typedef FloatingPoint<double> Double; typedef
/external/protobuf/gtest/include/gtest/internal/
Dgtest-internal.h482 typedef FloatingPoint<double> Double; typedef
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h451 Double, enumerator
472 double Double; member
/external/valgrind/none/tests/arm64/
Dfp_and_simd.c16 typedef double Double; typedef
/external/jetty/src/java/org/eclipse/jetty/util/
DTypeUtil.java116 class2Name.put(java.lang.Double.class,"java.lang.Double"); in class2Name.put()
/external/libchrome/base/test/
Dtrace_event_analyzer.cc219 Query Query::Double(double num) { in Double() function in trace_analyzer::Query
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2_plugin.h517 cmsFloat64Number* Double; // floating point for the matrix member

12