Searched refs:t20 (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/CodeGen/
H A Darm-aapcs-zerolength-bitfield.c199 struct t20 struct
206 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1];
207 static int arr20_sizeof[(sizeof(struct t20) == 8) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c203 struct t20 struct
210 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1];
211 static int arr20_sizeof[(sizeof(struct t20) == 8) ? 0 : -1];
H A Dattributes.c71 // CHECK:define void @t20() [[NUW]] {
74 void t20(void) { function
H A Dasm.c154 double t20(double x) { function
159 // CHECK: @t20
H A Dlibcalls-fno-builtin.c107 long double t20(char **x) { return strtold("123.4", x); } function
108 // CHECK: t20
H A Dms-inline-asm.c172 void t20() {
182 // CHECK: t20
/external/clang/test/Coverage/
H A Dc-language-features.inc118 char *t20; ++t20; --t20;
/external/clang/test/Sema/
H A Dfunction.c91 void t20(int i...) { } // expected-error {{requires a comma}} function
/external/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp444 double t20 = t2Seed - t2Step * 2; local
459 test = quad2.ptAtT(t20);
460 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
471 t10, t1Seed, t12, t20, t2Seed, t22);
477 SkDPoint p20 = quad2.ptAtT(t20);
H A DPathOpsCubicIntersectionTest.cpp464 double t20 = t2Seed - t2Step * 2; local
479 test = cubic2.ptAtT(t20);
480 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
491 t10, t1Seed, t12, t20, t2Seed, t22);
497 SkDPoint p20 = cubic2.ptAtT(t20);
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp375 int t20[F(__is_floating_point(int))]; local
403 int t20[T(__is_arithmetic(int))]; local
435 int t20[T(__is_complete_type(int))]; local
459 int t20[F(__is_void(int))]; local
489 int t20[F(__is_array(short))]; local
528 int t20[F(__is_function(short))]; local
601 int t20[T(__is_fundamental(int))]; local
651 int t20[F(__is_scalar(void))]; local
680 int t20[F(__is_compound(float))]; local
717 int t20[ local
750 int t20[F(__is_member_object_pointer(IntArNB*))]; local
786 int t20[F(__is_member_function_pointer(IntArNB*))]; local
823 int t20[F(__is_member_pointer(Union*))]; local
863 int t20[T(__is_const(const Enum))]; local
912 int t20[T(__is_volatile(volatile Enum))]; local
1030 int t20[T(__is_trivial(Union))]; local
1064 int t20[T(__is_trivially_copyable(Union))]; local
1159 int t20[F(__is_signed(void))]; local
1187 int t20[F(__is_unsigned(int))]; local
[all...]
/external/eigen/test/
H A Dgeo_transformations.cpp248 Transform2 t20, t21; local
255 VERIFY_IS_APPROX(t20.fromPositionOrientationScale(v20,a,v21).matrix(),
260 VERIFY( (t20.fromPositionOrientationScale(v20,a,v21)
403 t20 = Translation2(v20) * (Rotation2D<Scalar>(s0) * Scaling(s0));
405 VERIFY_IS_APPROX(t20,t21);
/external/eigen/test/eigen2/
H A Deigen2_geometry.cpp235 Transform2 t20, t21; local
242 VERIFY_IS_APPROX(t20.fromPositionOrientationScale(v20,a,v21).matrix(),
247 VERIFY( (t20.fromPositionOrientationScale(v20,a,v21)
H A Deigen2_geometry_with_eigen2_prefix.cpp237 Transform2 t20, t21; local
244 VERIFY_IS_APPROX(t20.fromPositionOrientationScale(v20,a,v21).matrix(),
249 VERIFY( (t20.fromPositionOrientationScale(v20,a,v21)
/external/pixman/demos/
H A Dquad2quad.c24 t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, local
136 t20 = - px2 * py3 * x3;
138 t21 = t20 + t19 + t18;
234 t95 = x2 * (t20 + t94);
478 t280 = t20 + t279;
672 t429 = t20 + t19;
1027 + t29 * (t647 + t357 + t20 + t19 + t18) + t645;
1048 t668 = (t20 + t667) * y2;
1099 t706 = (t20 + t279 + t689) * y2;
1286 t841 = (t20
[all...]

Completed in 338 milliseconds