HomeSort by relevance Sort by last modified time
    Searched refs:t20 (Results 1 - 25 of 27) sorted by null

1 2

  /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 177 void t20() {
187 // CHECK: t20
  /external/clang/test/Sema/
function.c 91 void t20(int i...) { } // expected-error {{requires a comma}} function
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection_Test.cpp 393 double t20 = t2Seed - t2Step * 2; local
408 xy_at_t(quad2, t20, test.x, test.y);
409 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
420 t10, t1Seed, t12, t20, t2Seed, t22);
426 _Point p20 = xy_at_t(quad2, t20);
CubicIntersection_Test.cpp 669 double t20 = t2Seed - t2Step * 2; local
684 xy_at_t(cubic2, t20, test.x, test.y);
685 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
696 t10, t1Seed, t12, t20, t2Seed, t22);
702 _Point p20 = xy_at_t(cubic2, t20);
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadIntersectionTest.cpp 463 double t20 = t2Seed - t2Step * 2; local
478 test = quad2.ptAtT(t20);
479 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
490 t10, t1Seed, t12, t20, t2Seed, t22);
496 SkDPoint p20 = quad2.ptAtT(t20);
PathOpsCubicIntersectionTest.cpp 495 double t20 = t2Seed - t2Step * 2; local
510 test = cubic2.ptAtT(t20);
511 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
522 t10, t1Seed, t12, t20, t2Seed, t22);
528 SkDPoint p20 = cubic2.ptAtT(t20);
  /external/skia/experimental/Intersection/
QuadraticIntersection_Test.cpp 393 double t20 = t2Seed - t2Step * 2; local
408 xy_at_t(quad2, t20, test.x, test.y);
409 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
420 t10, t1Seed, t12, t20, t2Seed, t22);
426 _Point p20 = xy_at_t(quad2, t20);
CubicIntersection_Test.cpp 669 double t20 = t2Seed - t2Step * 2; local
684 xy_at_t(cubic2, t20, test.x, test.y);
685 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
696 t10, t1Seed, t12, t20, t2Seed, t22);
702 _Point p20 = xy_at_t(cubic2, t20);
  /external/skia/tests/
PathOpsQuadIntersectionTest.cpp 460 double t20 = t2Seed - t2Step * 2; local
475 test = quad2.ptAtT(t20);
476 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
487 t10, t1Seed, t12, t20, t2Seed, t22);
493 SkDPoint p20 = quad2.ptAtT(t20);
PathOpsCubicIntersectionTest.cpp 495 double t20 = t2Seed - t2Step * 2; local
510 test = cubic2.ptAtT(t20);
511 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
522 t10, t1Seed, t12, t20, t2Seed, t22);
528 SkDPoint p20 = cubic2.ptAtT(t20);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 479 M_LOAD_XINT pSrc, srcStep, $offset, t20, t21, t30, t31 ;// Load c, c', d, d'
481 M_EXT_XINT $offset, t20, t21, t30, t31
482 M_HSUM_XOR t20, t30, tmp ;// s1, l1
484 M_AVG4 t00, t10, t20, t30, $rndVal ;// s0, l0, s1, l1
489 ;// t20, t21, t30, t31 required from above
495 M_AVG4 t20, t30, t00, t10, $rndVal
497 STRD t20, t21, [pDst], dstStep
612 t20 RN 8 label
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 714 #define REQUEST_APC_INT(pReq) mov t20 = 1 ; movl t21 = KiPcr+PcApcInterrupt ; ;; ;(pReq) st1 [t21] = t20
715 #define REQUEST_DISPATCH_INT(pReq) mov t20 = 1 ; movl t21 = KiPcr+PcDispatchInterrupt ; ;; ;(pReq) st1 [t21] = t20
  /external/eigen/test/
geo_transformations.cpp 235 Transform2 t20, t21; local
242 VERIFY_IS_APPROX(t20.fromPositionOrientationScale(v20,a,v21).matrix(),
247 VERIFY( (t20.fromPositionOrientationScale(v20,a,v21)
397 t20 = Translation2(v20) * (Rotation2D<Scalar>(s0) * Eigen::Scaling(s0));
399 VERIFY_IS_APPROX(t20,t21);
  /external/clang/test/SemaCXX/
type-traits.cpp 414 int t20[F(__is_floating_point(int))]; local
442 int t20[T(__is_arithmetic(int))]; local
474 int t20[T(__is_complete_type(int))]; local
498 int t20[F(__is_void(int))]; local
528 int t20[F(__is_array(short))]; local
567 int t20[F(__is_function(short))]; local
640 int t20[T(__is_fundamental(int))]; local
690 int t20[F(__is_scalar(void))]; local
719 int t20[F(__is_compound(float))]; local
756 int t20[F(__is_pointer(void))] local
789 int t20[F(__is_member_object_pointer(IntArNB*))]; local
825 int t20[F(__is_member_function_pointer(IntArNB*))]; local
862 int t20[F(__is_member_pointer(Union*))]; local
902 int t20[T(__is_const(const Enum))]; local
951 int t20[T(__is_volatile(volatile Enum))]; local
1069 int t20[T(__is_trivial(Union))]; local
1103 int t20[T(__is_trivially_copyable(Union))]; local
1201 int t20[F(__is_signed(void))]; local
1229 int t20[F(__is_unsigned(int))]; local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RawConverter.java 691 double t20 = a10 * a21 - a20 * a11; local
    [all...]
  /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...]
  /external/libcxxabi/test/
dynamic_cast3.cpp 1089 namespace t20 namespace
1148 } // t20
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 1089 namespace t20 namespace
1148 } // t20
    [all...]

Completed in 675 milliseconds

1 2