/external/clang/test/CodeGen/ |
D | ms-declspecs.c | 20 void __declspec(nothrow) t22(); 21 void t22() {} in t22() function
|
D | attributes.c | 88 void __attribute__((section(".foo"))) t22(void); 89 void __attribute__((section(".bar"))) t22(void) {} in t22() function
|
D | libcalls-fno-builtin.c | 115 long int t22(char **x) { return strtoll("1234", x, 10); } in t22() function
|
D | asm.c | 175 unsigned char t22(unsigned char a, unsigned char b) { in t22() function
|
/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 27 %t22 = mul i32 %t21, %t21 28 %t23 = mul i32 %t22, %t22
|
D | 2012-05-08-UndefLeak.ll | 34 %t22 = add i64 %t21, %t4 35 %t23 = add i64 %t22, %t5 69 %t57 = add i64 %t56, %t22
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-rem.ll | 74 %t22 = phi i64 [ %t41, %bb21 ], [ 0, %bb20 ] ; <i64> [#uses=4] 78 %t26 = add nsw i64 %t24, %t22 ; <i64> [#uses=1] 80 %t28 = add nsw i64 %t25, %t22 ; <i64> [#uses=1] 82 %t30 = add nsw i64 %t27, %t22 ; <i64> [#uses=1] 93 %t41 = add nsw i64 %t22, 1 ; <i64> [#uses=2]
|
D | ashr-tripcount.ll | 64 %t22 = load i32* %t21, align 4 ; <i32> [#uses=1] 65 %t23 = zext i32 %t22 to i64 ; <i64> [#uses=1]
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 464 double t22 = t2Seed + t2Step * 2; in intersectionFinder() local 484 test = quad2.ptAtT(t22); in intersectionFinder() 485 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder() 490 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 498 SkDPoint p22 = quad2.ptAtT(t22); in intersectionFinder()
|
D | PathOpsCubicIntersectionTest.cpp | 496 double t22 = t2Seed + t2Step * 2; in intersectionFinder() local 516 test = cubic2.ptAtT(t22); in intersectionFinder() 517 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder() 522 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 530 SkDPoint p22 = cubic2.ptAtT(t22); in intersectionFinder()
|
/external/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 461 double t22 = t2Seed + t2Step * 2; in intersectionFinder() local 481 test = quad2.ptAtT(t22); in intersectionFinder() 482 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder() 487 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 495 SkDPoint p22 = quad2.ptAtT(t22); in intersectionFinder()
|
D | PathOpsCubicIntersectionTest.cpp | 496 double t22 = t2Seed + t2Step * 2; in intersectionFinder() local 516 test = cubic2.ptAtT(t22); in intersectionFinder() 517 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder() 522 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 530 SkDPoint p22 = cubic2.ptAtT(t22); in intersectionFinder()
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 24 %t22 = lshr i33 %t21, 1 25 %t23 = trunc i33 %t22 to i32
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | QuadraticIntersection_Test.cpp | 394 double t22 = t2Seed + t2Step * 2; in intersectionFinder() local 414 xy_at_t(quad2, t22, test.x, test.y); in intersectionFinder() 415 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder() 420 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 428 _Point p22 = xy_at_t(quad2, t22); in intersectionFinder()
|
D | 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/experimental/Intersection/ |
D | QuadraticIntersection_Test.cpp | 394 double t22 = t2Seed + t2Step * 2; in intersectionFinder() local 414 xy_at_t(quad2, t22, test.x, test.y); in intersectionFinder() 415 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder() 420 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder() 428 _Point p22 = xy_at_t(quad2, t22); in intersectionFinder()
|
D | 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/llvm/test/CodeGen/X86/ |
D | lsr-reuse.ll | 514 %t22 = phi i64 [ %t36, %bb32 ], [ 0, %bb19 ] ; <i64> [#uses=21] 516 %t24 = sub i64 %arg6, %t22 ; <i64> [#uses=4] 517 %t25 = getelementptr float* %arg4, i64 %t22 ; <float*> [#uses=4] 518 %t26 = getelementptr float* %arg, i64 %t22 ; <float*> [#uses=3] 533 %t36 = add i64 %t22, 1 ; <i64> [#uses=1] 569 %t62 = add i64 %t22, 16 ; <i64> [#uses=1] 570 %t63 = add i64 %t22, 4 ; <i64> [#uses=1] 571 %t64 = add i64 %t22, 8 ; <i64> [#uses=1] 572 %t65 = add i64 %t22, 12 ; <i64> [#uses=1] 574 %t67 = sub i64 %t66, %t22 ; <i64> [#uses=1] [all …]
|
/external/valgrind/main/VEX/orig_ppc32/ |
D | date.orig | 80 29: GETL R1, t22 81 30: ADDL $0x290, t22 82 31: STL t20, (t22) 285 30: GETL R4, t22 286 31: ADDL t20, t22 287 32: PUTL t22, R7 401 33: MOVL $0x6FFFFEFF, t22 402 34: PUTL t22, R29 979 27: GETL R11, t22 982 30: STL t22, (t24) [all …]
|
D | return0.orig | 80 29: GETL R1, t22 81 30: ADDL $0x290, t22 82 31: STL t20, (t22) 285 30: GETL R4, t22 286 31: ADDL t20, t22 287 32: PUTL t22, R7 401 33: MOVL $0x6FFFFEFF, t22 402 34: PUTL t22, R29 979 27: GETL R11, t22 982 30: STL t22, (t24) [all …]
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 120 double t22; ++t22; --t22;
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 387 int t22[F(__is_integral(double))]; in is_integral() local 416 int t22[F(__is_floating_point(long))]; in is_floating_point() local 444 int t22[T(__is_arithmetic(long))]; in is_arithmetic() local 476 int t22[T(__is_complete_type(long))]; in is_complete_type() local 500 int t22[F(__is_void(long))]; in is_void() local 530 int t22[F(__is_array(int))]; in is_array() local 569 int t22[F(__is_function(int))]; in is_function() local 642 int t22[T(__is_fundamental(long))]; in is_fundamental() local 692 int t22[F(__is_scalar(Union))]; in is_scalar() local 721 int t22[F(__is_compound(long double))]; in is_compound() local [all …]
|
/external/clang/test/Sema/ |
D | function.c | 110 void t22(int *ptr, int (*array)[3]) { in t22() function
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | triggerC.test | 232 CREATE TABLE t22(x); 234 CREATE TRIGGER t22a AFTER INSERT ON t22 BEGIN 235 INSERT INTO t22 SELECT x + (SELECT max(x) FROM t22) FROM t22; 237 CREATE TRIGGER t22b BEFORE INSERT ON t22 BEGIN 238 SELECT CASE WHEN (SELECT count(*) FROM t22) >= 100 243 INSERT INTO t22 VALUES(1); 244 SELECT count(*) FROM t22;
|
/external/llvm/test/CodeGen/R600/ |
D | llvm.SI.resinfo.ll | 72 %t22 = extractelement <4 x i32> %res13, i32 3 74 %e13 = add i32 %t22, %t23
|