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

12

/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/chromium_org/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.c54 typedef double Double; typedef
55 typedef Double DoubleVec __attribute__((vector_size(16)));
H A Dcast.c23 typedef double Double; typedef
36 (void) (Double) v;
50 (void) (Double) v;
72 (void) (Double) v;
86 (void) (Double) v;
93 void testDouble(Double v) {
98 (void) (Double) v;
110 (void) (Double) v;
122 (void) (Double) v;
134 (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/chromium_org/crypto/
H A Dghash.cc63 product_table_[Reverse(i)] = Double(product_table_[Reverse(i/2)]);
143 GaloisHash::FieldElement GaloisHash::Double(const FieldElement& x) { function in class:crypto::GaloisHash
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h80 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/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddouble.h42 class Double { class in namespace:WTF::double_conversion
51 Double() : d64_(0) {} function in class:WTF::double_conversion::Double
52 explicit Double(double d) : d64_(double_to_uint64(d)) {} function in class:WTF::double_conversion::Double
53 explicit Double(uint64_t d64) : d64_(d64) {} function in class:WTF::double_conversion::Double
54 explicit Double(DiyFp diy_fp) function in class:WTF::double_conversion::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...]
/external/chromium_org/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.h49 // Double Integer32 | /
69 static TypeInfo Double() { return TypeInfo(kDouble); } function in class:v8::internal::TypeInfo
185 case kDouble: return "Double";
H A Dproperty-details.h100 static Representation Double() { return Representation(kDouble); } function in class:v8::internal::Representation
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc116 Double(Type::Double(), isolate),
152 Handle<Type> Double; member in class:HandlifiedTypes
283 CheckSub(T.Double, T.Number);
285 CheckUnordered(T.Integer31, T.Double);
286 CheckUnordered(T.Integer32, T.Double);
352 CheckOverlap(T.Double, T.Number);
353 CheckDisjoint(T.Integer32, T.Double);
386 CheckDisjoint(T.Integer31Constant, T.Double);
505 T.Double,
[all...]
/external/llvm/include/llvm/IR/
H A DIntrinsics.h80 Void, MMX, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/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.h49 // Double Integer32 | /
71 static TypeInfo Double() { return TypeInfo(kDouble); } function in class:v8::internal::TypeInfo
185 case kDouble: return "Double";
/external/llvm/include/llvm/Support/
H A DMathExtras.h502 inline uint64_t DoubleToBits(double Double) { argument
507 T.D = Double;
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DVertexBuffer.java249 * Double precision floating point.
253 Double(8), enum constant in enum:VertexBuffer.Format
870 case Double:
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-internal.h484 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/chromium_org/base/test/
H A Dtrace_event_analyzer.cc215 Query Query::Double(double num) { function in class:trace_analyzer::Query

Completed in 1459 milliseconds

12