/external/clang/test/CodeGen/ |
arm-aapcs-zerolength-bitfield.c | 199 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];
|
arm-apcs-zerolength-bitfield.c | 203 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];
|
attributes.c | 71 // CHECK:define void @t20() [[NUW]] { 74 void t20(void) { function
|
asm.c | 154 double t20(double x) { function 159 // CHECK: @t20
|
libcalls-fno-builtin.c | 107 long double t20(char **x) { return strtold("123.4", x); } function 108 // CHECK: t20
|
ms-inline-asm.c | 172 void t20() { 182 // CHECK: t20
|
/external/clang/test/Sema/ |
function.c | 91 void t20(int i...) { } // expected-error {{requires a comma}} function
|
/external/skia/tests/ |
PathOpsQuadIntersectionTest.cpp | 457 double t20 = t2Seed - t2Step * 2; local 472 test = quad2.ptAtT(t20); 473 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step; 484 t10, t1Seed, t12, t20, t2Seed, t22); 490 SkDPoint p20 = quad2.ptAtT(t20);
|
PathOpsCubicIntersectionTest.cpp | 492 double t20 = t2Seed - t2Step * 2; local 507 test = cubic2.ptAtT(t20); 508 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step; 519 t10, t1Seed, t12, t20, t2Seed, t22); 525 SkDPoint p20 = cubic2.ptAtT(t20);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_MCReconBlock_s.s | 465 M_LOAD_XINT pSrc, srcStep, $offset, t20, t21, t30, t31 ;// Load c, c', d, d' 467 M_EXT_XINT $offset, t20, t21, t30, t31 468 M_HSUM_XOR t20, t30, tmp ;// s1, l1 470 M_AVG4 t00, t10, t20, t30, $rndVal ;// s0, l0, s1, l1 475 ;// t20, t21, t30, t31 required from above 481 M_AVG4 t20, t30, t00, t10, $rndVal 483 STRD t20, t21, [pDst], dstStep 598 t20 RN 8 label
|
/external/clang/test/SemaCXX/ |
type-traits.cpp | 375 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[F(__is_pointer(void))] 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/ |
geo_transformations.cpp | 248 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/ |
eigen2_geometry.cpp | 235 Transform2 t20, t21; local 242 VERIFY_IS_APPROX(t20.fromPositionOrientationScale(v20,a,v21).matrix(), 247 VERIFY( (t20.fromPositionOrientationScale(v20,a,v21)
|
eigen2_geometry_with_eigen2_prefix.cpp | 237 Transform2 t20, t21; local 244 VERIFY_IS_APPROX(t20.fromPositionOrientationScale(v20,a,v21).matrix(), 249 VERIFY( (t20.fromPositionOrientationScale(v20,a,v21)
|
/external/pixman/demos/ |
quad2quad.c | 24 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; [all...] |
/ndk/sources/cxx-stl/gabi++/tests/ |
dynamic_cast3.cpp | 1089 namespace t20 namespace 1148 } // t20 [all...] |