/external/clang/test/CodeGen/ |
D | arm-apcs-zerolength-bitfield.c | 213 struct t21 struct 233 static int arr21_bar1_offset[(offsetof(struct t21, bar1) == 8) ? 0 : -1]; argument 234 static int arr21_bar2_offset[(offsetof(struct t21, bar2) == 12) ? 0 : -1]; 235 static int arr21_bar3_offset[(offsetof(struct t21, bar3) == 16) ? 0 : -1]; 236 static int arr21_bar4_offset[(offsetof(struct t21, bar4) == 32) ? 0 : -1]; 237 static int arr21_sizeof[(sizeof(struct t21) == 44) ? 0 : -1];
|
D | arm-aapcs-zerolength-bitfield.c | 209 struct t21 struct 229 static int arr21_bar1_offset[(offsetof(struct t21, bar1) == 4) ? 0 : -1]; argument 230 static int arr21_bar2_offset[(offsetof(struct t21, bar2) == 8) ? 0 : -1]; 231 static int arr21_bar3_offset[(offsetof(struct t21, bar3) == 12) ? 0 : -1]; 232 static int arr21_bar4_offset[(offsetof(struct t21, bar4) == 28) ? 0 : -1]; 233 static int arr21_sizeof[(sizeof(struct t21) == 40) ? 0 : -1];
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-aapcs-zerolength-bitfield.cpp | 210 struct t21 struct 230 static_assert(offsetof(struct t21, bar1) == 8); argument 231 static_assert(offsetof(struct t21, bar2) == 12); 232 static_assert(offsetof(struct t21, bar3) == 16); 233 static_assert(offsetof(struct t21, bar4) == 40); 234 static_assert(sizeof(struct t21) == 56);
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.opaque-type-bug.frag.out | 5 0:6 Function Definition: TexFunc(t21;vf3; ( temp void) 19 0:15 Function Call: TexFunc(t21;vf3; ( temp void) 36 0:6 Function Definition: TexFunc(t21;vf3; ( temp void) 50 0:15 Function Call: TexFunc(t21;vf3; ( temp void) 71 Name 13 "TexFunc(t21;vf3;" 96 13(TexFunc(t21;vf3;): 2 Function None 10 108 24: 2 FunctionCall 13(TexFunc(t21;vf3;) 21 23(param)
|
D | hlsl.tx.overload.frag.out | 12 0:9 Function Definition: Func(t21; ( temp 4-component vector of float) 48 0:16 Function Call: Func(t21; ( temp 4-component vector of float) 81 0:9 Function Definition: Func(t21; ( temp 4-component vector of float) 117 0:16 Function Call: Func(t21; ( temp 4-component vector of float) 149 Name 16 "Func(t21;" 212 16(Func(t21;): 13(fvec4) Function None 14 238 52: 13(fvec4) FunctionCall 16(Func(t21;) 50(param)
|
D | hlsl.flattenOpaqueInitMix.vert.out | 5 0:5 Function Definition: lookUp(struct-FxaaTex-p1-t21-f11; ( temp 4-component vector of float) 41 0:12 Function Call: lookUp(struct-FxaaTex-p1-t21-f11; ( temp 4-component vector of float) 60 0:5 Function Definition: lookUp(struct-FxaaTex-p1-t21-f11; ( temp 4-component vector of float) 96 0:12 Function Call: lookUp(struct-FxaaTex-p1-t21-f11; ( temp 4-component vector of float) 123 Name 14 "lookUp(struct-FxaaTex-p1-t21-f11;" 169 14(lookUp(struct-FxaaTex-p1-t21-f11;): 11(fvec4) Function None 12 195 53: 11(fvec4) FunctionCall 14(lookUp(struct-FxaaTex-p1-t21-f11;) 51(param)
|
/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 26 %t21 = mul i32 %t20, %t20 27 %t22 = mul i32 %t21, %t21
|
D | fast-mightymul.ll | 26 %t21 = fmul fast float %t20, %t20 27 %t22 = fmul fast float %t21, %t21
|
D | 2012-05-08-UndefLeak.ll | 33 %t21 = add i64 %t20, %t3 34 %t22 = add i64 %t21, %t4 68 %t56 = add i64 %t55, %t21
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 26 %t21 = mul i32 %t20, %t20 27 %t22 = mul i32 %t21, %t21
|
D | fast-mightymul.ll | 26 %t21 = fmul fast float %t20, %t20 27 %t22 = fmul fast float %t21, %t21
|
D | 2012-05-08-UndefLeak.ll | 33 %t21 = add i64 %t20, %t3 34 %t22 = add i64 %t21, %t4 68 %t56 = add i64 %t55, %t21
|
/external/llvm/test/Transforms/InstCombine/ |
D | bitcast-bigendian.ll | 101 ; CHECK-NEXT: %t21 = xor <1 x i64> %a, <i64 4294967298> 102 ; CHECK-NEXT: %t2 = bitcast <1 x i64> %t21 to <2 x i32> 114 ; CHECK-NEXT: %t21 = and <2 x i32> %a, <i32 0, i32 3> 115 ; CHECK-NEXT: %t2 = bitcast <2 x i32> %t21 to i64 127 ; CHECK-NEXT: %t21 = or i64 %a, 4294967298 128 ; CHECK-NEXT: %t2 = bitcast i64 %t21 to <2 x i32>
|
D | bitcast.ll | 41 ; CHECK-NEXT: %t21 = xor <1 x i64> %a, <i64 8589934593> 42 ; CHECK-NEXT: %t2 = bitcast <1 x i64> %t21 to <2 x i32> 54 ; CHECK-NEXT: %t21 = and <2 x i32> %a, <i32 3, i32 0> 55 ; CHECK-NEXT: %t2 = bitcast <2 x i32> %t21 to i64 67 ; CHECK-NEXT: %t21 = or i64 %a, 8589934593 68 ; CHECK-NEXT: %t2 = bitcast i64 %t21 to <2 x i32>
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 23 %t21 = mul i33 %t18, %t20 24 %t22 = lshr i33 %t21, 1
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 23 %t21 = mul i33 %t18, %t20 24 %t22 = lshr i33 %t21, 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 23 %t21 = mul i33 %t18, %t20 24 %t22 = lshr i33 %t21, 1
|
/external/eigen/test/ |
D | geo_transformations.cpp | 264 Transform2 t20, t21; in transformations() local 269 t21.setIdentity(); in transformations() 270 t21.linear() = Rotation2D<Scalar>(a).toRotationMatrix(); in transformations() 272 t21.pretranslate(v20).scale(v21).matrix()); in transformations() 274 t21.setIdentity(); in transformations() 275 t21.linear() = Rotation2D<Scalar>(-a).toRotationMatrix(); in transformations() 277 …* (t21.prescale(v21.cwiseInverse()).translate(-v20))).matrix().isIdentity(test_precision<Scalar>()… in transformations() 453 t21 = Translation2(v20) * R0 * Eigen::Scaling(s0); in transformations() 454 VERIFY_IS_APPROX(t20,t21); in transformations() 457 t21 = Translation2(v20) * Eigen::Scaling(s0); in transformations() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | Atomics.ll | 13 %t21 = atomicrmw or i64* @sll, i64 1 monotonic 38 %t21 = atomicrmw or i64* @sll, i64 11 monotonic 39 store i64 %t21, i64* @sll, align 8
|
/external/llvm/test/CodeGen/Hexagon/ |
D | Atomics.ll | 13 %t21 = atomicrmw or i64* @sll, i64 1 monotonic 38 %t21 = atomicrmw or i64* @sll, i64 11 monotonic 39 store i64 %t21, i64* @sll, align 8
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 119 float t21; ++t21; --t21;
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 413 int t21[F(__is_integral(float))]; in is_integral() local 442 int t21[F(__is_floating_point(unsigned int))]; in is_floating_point() local 470 int t21[T(__is_arithmetic(unsigned int))]; in is_arithmetic() local 502 int t21[T(__is_complete_type(unsigned int))]; in is_complete_type() local 526 int t21[F(__is_void(unsigned int))]; in is_void() local 556 int t21[F(__is_array(unsigned short))]; in is_array() local 595 int t21[F(__is_function(unsigned short))]; in is_function() local 668 int t21[T(__is_fundamental(unsigned int))]; in is_fundamental() local 718 int t21[F(__is_scalar(cvoid))]; in is_scalar() local 747 int t21[F(__is_compound(double))]; in is_compound() local [all …]
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | timestamp.data | 2 - 2001-12-14t21:59:43.10-05:00
|
D | spec-02-22.data | 2 iso8601: 2001-12-14t21:59:43.10-05:00
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | timestamp.test | 4 - 2001-12-14t21:59:43.10-05:00
|