HomeSort by relevance Sort by last modified time
    Searched refs:t22 (Results 1 - 22 of 22) sorted by null

  /external/clang/test/CodeGen/
ms-declspecs.c 19 // CHECK: define void @t22() [[NUW:#[0-9]+]]
20 void __declspec(nothrow) t22();
21 void t22() {}
attributes.c 88 void __attribute__((section(".foo"))) t22(void);
89 void __attribute__((section(".bar"))) t22(void) {} function
91 // CHECK: define void @t22() [[NUW]] section ".bar"
asm.c 175 unsigned char t22(unsigned char a, unsigned char b) { function
libcalls-fno-builtin.c 115 long int t22(char **x) { return strtoll("1234", x, 10); } function
116 // CHECK: t22
ms-inline-asm.c 223 void t22() {
234 // CHECK: t22
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 685 #define ACQUIRE_SPINLOCK(rpLock,rOwn,Loop) cmp##.##eq pt0,pt1 = zero,zero ; ;; ;Loop: ;.pred.rel "mutex",pt0,pt1 ;(pt1) YIELD ;(pt0) xchg8 t22 = [rpLock],rOwn ;(pt1) ld8##.##nt1 t22 = [rpLock] ; ;; ;(pt0) cmp##.##ne pt2 = zero,t22 ; cmp##.##eq pt0,pt1 = zero,t22 ;(pt2) br##.##dpnt Loop
700 #define SET_IRQL(rNewIrql) dep##.##z t22 = rNewIrql,TPR_MIC,TPR_MIC_LEN;; ; mov cr##.##tpr = t22;; ; srlz##.##d
702 #define SET_IRQL(rNewIrql) dep##.##z t22 = rNewIrql,TPR_MIC,TPR_MIC_LEN;; ; movl t21 = KiPcr+PcCurrentIrql;; ; mov cr##.##tpr = t22 ; st1 [t21] = rNewIrql
706 #define PSET_IRQL(pr,rNewIrql) dep##.##z t22 = rNewIrql,TPR_MIC,TPR_MIC_LEN;; ;(pr) mov cr##.##tpr = t22;; ;(pr) srlz##.##
    [all...]
  /external/clang/test/Sema/
function.c 110 void t22(int *ptr, int (*array)[3]) { function
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection_Test.cpp 394 double t22 = t2Seed + t2Step * 2; local
414 xy_at_t(quad2, t22, test.x, test.y);
415 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
420 t10, t1Seed, t12, t20, t2Seed, t22);
428 _Point p22 = xy_at_t(quad2, t22);
CubicIntersection_Test.cpp 670 double t22 = t2Seed + t2Step * 2; local
690 xy_at_t(cubic2, t22, test.x, test.y);
691 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
696 t10, t1Seed, t12, t20, t2Seed, t22);
704 _Point p22 = xy_at_t(cubic2, t22);
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadIntersectionTest.cpp 464 double t22 = t2Seed + t2Step * 2; local
484 test = quad2.ptAtT(t22);
485 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
490 t10, t1Seed, t12, t20, t2Seed, t22);
498 SkDPoint p22 = quad2.ptAtT(t22);
PathOpsCubicIntersectionTest.cpp 496 double t22 = t2Seed + t2Step * 2; local
516 test = cubic2.ptAtT(t22);
517 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
522 t10, t1Seed, t12, t20, t2Seed, t22);
530 SkDPoint p22 = cubic2.ptAtT(t22);
  /external/skia/experimental/Intersection/
QuadraticIntersection_Test.cpp 394 double t22 = t2Seed + t2Step * 2; local
414 xy_at_t(quad2, t22, test.x, test.y);
415 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
420 t10, t1Seed, t12, t20, t2Seed, t22);
428 _Point p22 = xy_at_t(quad2, t22);
CubicIntersection_Test.cpp 670 double t22 = t2Seed + t2Step * 2; local
690 xy_at_t(cubic2, t22, test.x, test.y);
691 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
696 t10, t1Seed, t12, t20, t2Seed, t22);
704 _Point p22 = xy_at_t(cubic2, t22);
  /external/skia/tests/
PathOpsQuadIntersectionTest.cpp 461 double t22 = t2Seed + t2Step * 2; local
481 test = quad2.ptAtT(t22);
482 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
487 t10, t1Seed, t12, t20, t2Seed, t22);
495 SkDPoint p22 = quad2.ptAtT(t22);
PathOpsCubicIntersectionTest.cpp 496 double t22 = t2Seed + t2Step * 2; local
516 test = cubic2.ptAtT(t22);
517 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step;
522 t10, t1Seed, t12, t20, t2Seed, t22);
530 SkDPoint p22 = cubic2.ptAtT(t22);
  /external/clang/test/SemaCXX/
type-traits.cpp 387 int t22[F(__is_integral(double))]; local
416 int t22[F(__is_floating_point(long))]; local
444 int t22[T(__is_arithmetic(long))]; local
476 int t22[T(__is_complete_type(long))]; local
500 int t22[F(__is_void(long))]; local
530 int t22[F(__is_array(int))]; local
569 int t22[F(__is_function(int))]; local
642 int t22[T(__is_fundamental(long))]; local
692 int t22[F(__is_scalar(Union))]; local
721 int t22[F(__is_compound(long double))] local
758 int t22[F(__is_pointer(cvoid))]; local
791 int t22[F(__is_member_object_pointer(UnionAr*))]; local
827 int t22[F(__is_member_function_pointer(UnionAr*))]; local
864 int t22[F(__is_member_pointer(StructWithMembers*))]; local
904 int t22[T(__is_const(const Union))]; local
953 int t22[T(__is_volatile(volatile Union))]; local
1071 int t22[T(__is_trivial(TrivialStruct))]; local
1105 int t22[T(__is_trivially_copyable(TrivialStruct))]; local
1203 int t22[F(__is_signed(Derives))]; local
1231 int t22[F(__is_unsigned(Union))]; local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RawConverter.java 693 double t22 = a00 * a11 - a10 * a01; local
    [all...]
  /external/pixman/demos/
quad2quad.c 24 t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, local
139 t22 = px2 * px3 * t5;
142 t24 = py1 * (t3 + t23 + t22);
    [all...]
  /external/libcxxabi/test/
dynamic_cast3.cpp 1207 namespace t22 namespace
1262 } // t22
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 1207 namespace t22 namespace
1262 } // t22
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast3.cpp 1207 namespace t22 namespace
1262 } // t22
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1161 double t22 = 22.0 + t21; local
    [all...]

Completed in 926 milliseconds