Searched
full:double (Results
1826 -
1850 of
10768) sorted by null
<<71727374757677787980>>
/external/clang/test/CodeGenObjC/ |
encode-test-5.m | 10 char *c = @encode(_Complex double);
|
super-dotsyntax-struct-property.m | 5 typedef double CGFloat;
|
/external/clang/test/Index/ |
recover-bad-code-rdar_7487294.c | 4 // tests that we are properly reclaiming the ASTs and we do not have a double free.
|
usrs-cxx0x.cpp | 4 void f(tuple<int, float, double>);
|
/external/clang/test/PCH/ |
line-directive.c | 8 double x; // expected-error{{redefinition of 'x' with a different type}}
|
/external/clang/test/Parser/ |
builtin_classify_type.c | 8 double d;
|
opencl-astype.cl | 11 typedef __attribute__(( ext_vector_type(4) )) double double4;
|
/external/clang/test/Rewriter/ |
rewrite-function-decl.mm | 17 __declspec(dllexport) extern "C" void AnotherBreakTheRewriter(int *p1, double d) {
|
/external/clang/test/Sema/ |
anonymous-struct-union.c | 5 double d2; 14 double d; 45 double z; // expected-note{{previous declaration is here}} 46 double zz; // expected-note{{previous declaration is here}}
|
builtins.c | 11 int test3(double a, float b) { 14 int test4(int* a, double b) { 18 int test5(float a, long double b) { 21 int test6(float a, long double b) {
|
/external/clang/test/SemaCXX/ |
PR9908.cpp | 31 allocator_traits<A<char> >::rebind_traits<double> a;
|
anonymous-union.cpp | 5 double d2; 14 mutable double d; 29 double c2; 69 double z; // expected-note{{previous declaration is here}} 70 double zz; // expected-note{{previous definition is here}} 130 double s1; // expected-note {{declared private here}} 133 double su1; // expected-note {{declared private here}} 138 double u1; // expected-note {{declared private here}} 141 double us1; // expected-note {{declared private here}}
|
reinterpret-cast.cpp | 130 double d; 135 (void)reinterpret_cast<double&>(l); // expected-warning {{reinterpret_cast from 'long' to 'double &' has undefined behavior}} 136 (void)*reinterpret_cast<double*>(&l); // expected-warning {{dereference of type 'double *' that was reinterpret_cast from type 'long *' has undefined behavior}} 137 (void)reinterpret_cast<double&>(f); // expected-warning {{reinterpret_cast from 'float' to 'double &' has undefined behavior}} 138 (void)*reinterpret_cast<double*>(&f); // expected-warning {{dereference of type 'double *' that was reinterpret_cast from type 'float *' has undefined behavior}} 141 (void)reinterpret_cast<float&>(d); // expected-warning {{reinterpret_cast from 'double' to 'float &' has undefined behavior} [all...] |
/external/clang/test/SemaObjC/ |
at-defs.m | 4 double a;
|
selector-overload.m | 9 double d;
|
warn-superclass-method-mismatch.m | 15 - method5: (int) x : (double) d; // expected-note {{previous declaration is here}} 30 - method5: (int) x : (float) d; // expected-warning {{method parameter type 'float' does not match super class method parameter type 'double'}} 31 - method6: (int) x : (double) d; // expected-warning {{method parameter type 'double' does not match super class method parameter type 'float'}}
|
/external/clang/test/SemaObjCXX/ |
instantiate-expr.mm | 22 get_an_A(N).prop = value2; // expected-error{{assigning to 'int' from incompatible type 'double *'}} 28 template void f<8, Class>(int, double*); // expected-note{{in instantiation of}} 36 ptr.prop = value2; // expected-error{{assigning to 'int' from incompatible type 'double *'}} 41 template void f2(A*, int, double*); // expected-note{{instantiation of}}
|
/external/clang/test/SemaTemplate/ |
temp_explicit_cxx0x.cpp | 21 template struct X0<double>; // expected-error{{must occur in namespace 'N1'}}
|
/external/collada/include/dae/ |
daePlatform.h | 29 #define PLATFORM_FLOAT64 double
|
/external/dbus/bus/ |
expirelist.h | 74 (((double) (now_tv_sec) - (double) (orig_tv_sec)) * 1000.0 + \ 75 ((double) (now_tv_usec) - (double) (orig_tv_usec)) / 1000.0)
|
/external/easymock/src/org/easymock/internal/matchers/ |
ArrayEquals.java | 42 } else if (expected instanceof double[]
43 && (actual == null || actual instanceof double[])) {
44 return Arrays.equals((double[]) expected, (double[]) actual);
|
/external/fdlibm/ |
k_tan.c | 49 static const double xxx[] = { 73 double 74 __kernel_tan(double x, double y, int iy) { 75 double z, r, v, w, s; 88 double a, t; 127 v = (double) iy; 128 return (double) (1 - ((hx >> 30) & 2)) * 139 double a, t;
|
/external/guava/src/com/google/common/collect/ |
ComparisonChain.java | 82 @Override public ComparisonChain compare(double left, double right) { 83 return classify(Double.compare(left, right)); 124 @Override public ComparisonChain compare(double left, double right) { 172 * Compares two {@code double} values as specified by {@link 173 * Double#compare}, <i>if</i> the result of this comparison chain has not 176 public abstract ComparisonChain compare(double left, double right);
|
/external/icu4c/i18n/ |
gregoimp.cpp | 32 int32_t ClockMath::floorDivide(double numerator, int32_t denominator, 34 double quotient; 40 double ClockMath::floorDivide(double dividend, double divisor, 41 double& remainder) { 44 double quotient = floorDivide(dividend, divisor); 53 double q = quotient; 85 double Grego::fieldsToDay(int32_t year, int32_t month, int32_t dom) { 89 double julian = 365 * y + ClockMath::floorDivide(y, 4) + (JULIAN_1_CE - 3) + // Julian ca [all...] |
/external/icu4c/test/intltest/ |
dcfmapts.h | 32 void verify(const UnicodeString& message, const UnicodeString& got, double expected);
|
Completed in 1110 milliseconds
<<71727374757677787980>>