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

/external/chromium/testing/gtest/samples/
H A Dsample3_unittest.cc91 static int Double(int n) { function in class:QueueTest
99 const Queue<int> * const new_q = q->Map(Double);
/external/gtest/samples/
H A Dsample3_unittest.cc91 static int Double(int n) { function in class:QueueTest
99 const Queue<int> * const new_q = q->Map(Double);
/external/protobuf/gtest/samples/
H A Dsample3_unittest.cc91 static int Double(int n) { function in class:QueueTest
99 const Queue<int> * const new_q = q->Map(Double);
/external/clang/test/Sema/
H A Doverloadable.c53 typedef double Double; typedef
54 typedef Double DoubleVec __attribute__((vector_size(16)));
H A Dcast.c23 typedef double Double; typedef
36 (void) (Double) v;
50 (void) (Double) v;
64 (void) (Double) v;
78 (void) (Double) v;
85 void testDouble(Double v) {
90 (void) (Double) v;
102 (void) (Double) v;
114 (void) (Double) v;
126 (void) (Double)
[all...]
/external/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp8 typedef double Double; typedef
47 i->Integer::~Double(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('Double' (aka 'double')) in pseudo-destructor expression}}
H A Dmissing-namespace-qualifier-typo-corrections.cpp10 int Double(int x) { return x + x; } function
12 Double(toFoobar()); // expected-error{{{use of undeclared identifier 'toFoobar'; did you mean 'barstool::toFoobar'?}}
26 if (toFoobar()) Double(7); // expected-error{{use of undeclared identifier 'toFoobar'; did you mean 'barstool::toFoobar'?}}
27 if (noFoobar()) Double(7); // expected-error{{use of undeclared identifier 'noFoobar'; did you mean 'barstool::toFoobar'?}}
28 if (moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'moreFoobar'; did you mean 'fizbin::nested::moreFoobar'}}
29 if (lessFoobar()) Double(7); // expected-error{{use of undeclared identifier 'lessFoobar'; did you mean 'fizbin::nested::lessFoobar'?}}
30 if (baztool::toFoobar()) Double(7); // expected-error{{use of undeclared identifier 'baztool'; did you mean 'fizbin::baztool'?}}
31 if (nested::moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'nested'; did you mean 'fizbin::nested'?}}
32 if (dummy::moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'dummy'; did you mean 'fizbin::dummy'?}}
33 if (dummy::mreFoobar()) Double(
[all...]
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPVariantData.h49 Double, enumerator in enum:WebKit::NPVariantData::Type
81 ASSERT(type() == NPVariantData::Double);
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h77 typedef double Double; /* IEEE754 double-precision (64-bit) value */ typedef
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-internal.h465 typedef FloatingPoint<double> Double; typedef in namespace:testing::internal
/external/llvm/include/llvm/Support/
H A DMathExtras.h371 inline uint64_t DoubleToBits(double Double) { argument
376 T.D = Double;
/external/v8/src/
H A Ddouble.h41 class Double { class in namespace:v8::internal
51 Double() : d64_(0) {} function in class:v8::internal::Double
52 explicit Double(double d) : d64_(double_to_uint64(d)) {} function in class:v8::internal::Double
53 explicit Double(uint64_t d64) : d64_(d64) {} function in class:v8::internal::Double
54 explicit Double(DiyFp diy_fp) function in class:v8::internal::Double
57 // The value encoded by this Double must be greater or equal to +0.0.
65 // The value encoded by this Double must be strictly greater than 0.
89 if (d64_ == kInfinity) return Double(kInfinity).value();
95 return Double(d64_ - 1).value();
97 return Double(d64
[all...]
H A Dtype-info.h45 // Double Integer32 | /
66 static TypeInfo Double() { return TypeInfo(kDouble); } function in class:v8::internal::TypeInfo
195 case kDouble: return "Double";
H A Dhydrogen-instructions.h270 static Representation Double() { return Representation(kDouble); } function in class:v8::internal::Representation
1517 set_representation(Representation::Double());
1541 return Representation::Double();
1859 if (double_occurred) return Representation::Double();
2524 set_representation(Representation::Double());
2529 return (index == 1) ? Representation::None() : Representation::Double();
3172 set_representation(Representation::Double());
3366 return Representation::Double();
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h483 typedef FloatingPoint<double> Double; typedef in namespace:testing::internal
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h482 typedef FloatingPoint<double> Double; typedef in namespace:testing::internal
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h460 typedef FloatingPoint<double> Double; typedef in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h486 typedef FloatingPoint<double> Double; typedef in namespace:testing::internal
/external/clang/include/clang/Basic/
H A DTargetInfo.h124 Double, enumerator in enum:clang::TargetInfo::RealType
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp68 double Double; member in struct:CvDefParam
182 p->pDouble = &p->Double;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml24 | Double Constructor in type:TypeKind/t
1235 | TypeKind.Double -> "double"

Completed in 529 milliseconds