/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
D | x86_64-gcc.c | 288 BN_ULONG c1, c2, c3; in bn_mul_comba8() local 292 c3 = 0; in bn_mul_comba8() 293 mul_add_c(a[0], b[0], c1, c2, c3); in bn_mul_comba8() 296 mul_add_c(a[0], b[1], c2, c3, c1); in bn_mul_comba8() 297 mul_add_c(a[1], b[0], c2, c3, c1); in bn_mul_comba8() 300 mul_add_c(a[2], b[0], c3, c1, c2); in bn_mul_comba8() 301 mul_add_c(a[1], b[1], c3, c1, c2); in bn_mul_comba8() 302 mul_add_c(a[0], b[2], c3, c1, c2); in bn_mul_comba8() 303 r[2] = c3; in bn_mul_comba8() 304 c3 = 0; in bn_mul_comba8() [all …]
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | generic.c | 458 BN_ULONG c1, c2, c3; in bn_mul_comba8() local 462 c3 = 0; in bn_mul_comba8() 463 mul_add_c(a[0], b[0], c1, c2, c3); in bn_mul_comba8() 466 mul_add_c(a[0], b[1], c2, c3, c1); in bn_mul_comba8() 467 mul_add_c(a[1], b[0], c2, c3, c1); in bn_mul_comba8() 470 mul_add_c(a[2], b[0], c3, c1, c2); in bn_mul_comba8() 471 mul_add_c(a[1], b[1], c3, c1, c2); in bn_mul_comba8() 472 mul_add_c(a[0], b[2], c3, c1, c2); in bn_mul_comba8() 473 r[2] = c3; in bn_mul_comba8() 474 c3 = 0; in bn_mul_comba8() [all …]
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.gathercmpRGBA.offsetarray.dx10.frag | 23 uniform float3 c3; 39 float4 txval401 = g_tTex2df4a . GatherCmp(g_sSampCmp, c3, 0.75, o2); 40 int4 txval411 = g_tTex2di4a . GatherCmp(g_sSampCmp, c3, 0.75, o2); 41 uint4 txval421 = g_tTex2du4a . GatherCmp(g_sSampCmp, c3, 0.75, o2); 43 float4 txval001 = g_tTex2df4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2); 44 int4 txval011 = g_tTex2di4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2); 45 uint4 txval021 = g_tTex2du4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2); 47 float4 txval004 = g_tTex2df4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2, o2, o2, o2); 48 int4 txval014 = g_tTex2di4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2, o2, o2, o2); 49 uint4 txval024 = g_tTex2du4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2, o2, o2, o2); [all …]
|
D | hlsl.gatherRGBA.offsetarray.dx10.frag | 24 uniform float3 c3; 40 float4 txval001 = g_tTex2df4a . GatherRed(g_sSamp, c3, o2); 41 int4 txval011 = g_tTex2di4a . GatherRed(g_sSamp, c3, o2); 42 uint4 txval021 = g_tTex2du4a . GatherRed(g_sSamp, c3, o2); 44 float4 txval004 = g_tTex2df4a . GatherRed(g_sSamp, c3, o2, o2, o2, o2); 45 int4 txval014 = g_tTex2di4a . GatherRed(g_sSamp, c3, o2, o2, o2, o2); 46 uint4 txval024 = g_tTex2du4a . GatherRed(g_sSamp, c3, o2, o2, o2, o2); 48 // float4 txval00s = g_tTex2df4a . GatherRed(g_sSamp, c3, o2, status); 49 // int4 txval01s = g_tTex2di4a . GatherRed(g_sSamp, c3, o2, status); 50 // uint4 txval02s = g_tTex2du4a . GatherRed(g_sSamp, c3, o2, status); [all …]
|
D | spv.sparseTextureClamp.frag | 19 in vec3 c3; 34 resident |= sparseTextureClampARB(s3D, c3, lodClamp, texel, 2.0); 35 resident |= sparseTextureClampARB(isCube, c3, lodClamp, itexel); 36 resident |= sparseTextureClampARB(s2DShadow, c3, lodClamp, texel.x); 40 texel += textureClampARB(s3D, c3, lodClamp, 2.0); 41 itexel += textureClampARB(isCube, c3, lodClamp); 42 texel.x += textureClampARB(s2DShadow, c3, lodClamp); 45 resident |= sparseTextureOffsetClampARB(s3D, c3, ivec3(2), lodClamp, texel, 2.0); 49 texel += textureOffsetClampARB(s3D, c3, ivec3(2), lodClamp, 2.0); 53 resident |= sparseTextureGradClampARB(s3D, c3, c3, c3, lodClamp, texel); [all …]
|
D | spv.sparseTexture.frag | 24 in vec3 c3; 42 resident |= sparseTextureARB(s3D, c3, texel, 2.0); 43 resident |= sparseTextureARB(isCube, c3, itexel); 44 resident |= sparseTextureARB(s2DShadow, c3, texel.x); 49 resident |= sparseTextureLodARB(s2DShadow, c3, 2.0, texel.y); 51 resident |= sparseTextureOffsetARB(s3D, c3, ivec3(2), texel, 2.0); 59 resident |= sparseTexelFetchOffsetARB(s3D, ivec3(c3), 2, ivec3(4), texel); 63 resident |= sparseTextureLodOffsetARB(is2DArray, c3, 2.0, ivec2(6), itexel); 64 resident |= sparseTextureLodOffsetARB(s2DShadow, c3, 2.0, ivec2(7), texel.z); 66 resident |= sparseTextureGradARB(s3D, c3, c3, c3, texel); [all …]
|
D | spv.textureGatherBiasLod.frag | 12 in vec3 c3; 28 texel += textureGather(s2DArray, c3, 1, bias); 29 texel += textureGather(sCube, c3, 2, bias); 33 texel += textureGatherOffset(s2DArray, c3, offsets[1], 1, bias); 36 texel += textureGatherOffsets(s2DArray, c3, offsets, 1, bias); 40 sparseTextureGatherARB(s2DArray, c3, result, 1, bias); 42 sparseTextureGatherARB(sCube, c3, result, 2, bias); 49 sparseTextureGatherOffsetARB(s2DArray, c3, offsets[1], result, 1, bias); 54 sparseTextureGatherOffsetsARB(s2DArray, c3, offsets, result, 1, bias); 58 texel += textureGatherLodAMD(s2DArray, c3, lod, 1); [all …]
|
D | spv.float16Fetch.frag | 61 layout(location = 2) in vec3 c3; 101 texel += texture(s3D, c3); 103 texel += texture(sCube, c3); 105 texel.x += texture(s1DShadow, c3); 107 texel.x += texture(s2DShadow, c3); 113 texel += texture(s2DArray, c3); 117 texel.x += texture(s1DArrayShadow, c3); 123 texel.x += texture(s2DRectShadow, c3); 139 texel += textureProj(s2D, c3); 149 texel += textureProj(s2DRect, c3); [all …]
|
D | hlsl.gathercmpRGBA.array.dx10.frag | 23 uniform float3 c3; 32 float4 txval80 = g_tTex2df4a . GatherCmp(g_sSampCmp, c3, .75); 33 int4 txval81 = g_tTex2di4a . GatherCmp(g_sSampCmp, c3, .75); 34 uint4 txval82 = g_tTex2du4a . GatherCmp(g_sSampCmp, c3, .75); 36 float4 txval00 = g_tTex2df4a . GatherCmpRed(g_sSampCmp, c3, .75); 37 int4 txval01 = g_tTex2di4a . GatherCmpRed(g_sSampCmp, c3, .75); 38 uint4 txval02 = g_tTex2du4a . GatherCmpRed(g_sSampCmp, c3, .75); 40 float4 txval10 = g_tTex2df4a . GatherCmpGreen(g_sSampCmp, c3, .75); 41 int4 txval11 = g_tTex2di4a . GatherCmpGreen(g_sSampCmp, c3, .75); 42 uint4 txval12 = g_tTex2du4a . GatherCmpGreen(g_sSampCmp, c3, .75); [all …]
|
D | hlsl.gathercmpRGBA.basic.dx10.frag | 29 uniform float3 c3; 60 float4 txval40 = g_tTexcdf4 . GatherCmpRed(g_sSampCmp, c3, 0.75); 61 int4 txval41 = g_tTexcdi4 . GatherCmpRed(g_sSampCmp, c3, 0.75); 62 uint4 txval42 = g_tTexcdu4 . GatherCmpRed(g_sSampCmp, c3, 0.75); 64 float4 txval50 = g_tTexcdf4 . GatherCmpGreen(g_sSampCmp, c3, 0.75); 65 int4 txval51 = g_tTexcdi4 . GatherCmpGreen(g_sSampCmp, c3, 0.75); 66 uint4 txval52 = g_tTexcdu4 . GatherCmpGreen(g_sSampCmp, c3, 0.75); 68 float4 txval60 = g_tTexcdf4 . GatherCmpBlue(g_sSampCmp, c3, 0.75); 69 int4 txval61 = g_tTexcdi4 . GatherCmpBlue(g_sSampCmp, c3, 0.75); 70 uint4 txval62 = g_tTexcdu4 . GatherCmpBlue(g_sSampCmp, c3, 0.75); [all …]
|
D | hlsl.gatherRGBA.array.dx10.frag | 24 uniform float3 c3; 33 float4 txval00 = g_tTex2df4a . GatherRed(g_sSamp, c3); 34 int4 txval01 = g_tTex2di4a . GatherRed(g_sSamp, c3); 35 uint4 txval02 = g_tTex2du4a . GatherRed(g_sSamp, c3); 37 float4 txval10 = g_tTex2df4a . GatherGreen(g_sSamp, c3); 38 int4 txval11 = g_tTex2di4a . GatherGreen(g_sSamp, c3); 39 uint4 txval12 = g_tTex2du4a . GatherGreen(g_sSamp, c3); 41 float4 txval20 = g_tTex2df4a . GatherBlue(g_sSamp, c3); 42 int4 txval21 = g_tTex2di4a . GatherBlue(g_sSamp, c3); 43 uint4 txval22 = g_tTex2du4a . GatherBlue(g_sSamp, c3); [all …]
|
D | hlsl.gatherRGBA.basic.dx10.frag | 30 uniform float3 c3; 57 float4 txval40 = g_tTexcdf4 . GatherRed(g_sSamp, c3); 58 int4 txval41 = g_tTexcdi4 . GatherRed(g_sSamp, c3); 59 uint4 txval42 = g_tTexcdu4 . GatherRed(g_sSamp, c3); 61 float4 txval50 = g_tTexcdf4 . GatherGreen(g_sSamp, c3); 62 int4 txval51 = g_tTexcdi4 . GatherGreen(g_sSamp, c3); 63 uint4 txval52 = g_tTexcdu4 . GatherGreen(g_sSamp, c3); 65 float4 txval60 = g_tTexcdf4 . GatherBlue(g_sSamp, c3); 66 int4 txval61 = g_tTexcdi4 . GatherBlue(g_sSamp, c3); 67 uint4 txval62 = g_tTexcdu4 . GatherBlue(g_sSamp, c3); [all …]
|
/external/clang/test/CodeGen/ |
D | arm64-abi-vector.c | 27 __char2 c3 = va_arg(ap, __char2); in varargs_vec_2c() local 28 sum = sum + c3.x + c3.y; in varargs_vec_2c() 46 __char3 c3 = va_arg(ap, __char3); in varargs_vec_3c() local 47 sum = sum + c3.x + c3.y; in varargs_vec_3c() 148 __short3 c3 = va_arg(ap, __short3); in varargs_vec_3s() local 149 sum = sum + c3.x + c3.y; in varargs_vec_3s() 192 __int3 c3 = va_arg(ap, __int3); in varargs_vec_3i() local 193 sum = sum + c3.x + c3.y; in varargs_vec_3i() 234 __double3 c3 = va_arg(ap, __double3); in varargs_vec_3d() local 235 sum = sum + c3.x + c3.y; in varargs_vec_3d() [all …]
|
D | arm-abi-vector.c | 43 __int2 c3 = va_arg(ap, __int2); in varargs_vec_2i() local 44 sum = sum + c3.x + c3.y; in varargs_vec_2i() 75 __char3 c3 = va_arg(ap, __char3); in varargs_vec_3c() local 76 sum = sum + c3.x + c3.y; in varargs_vec_3c() 231 __short3 c3 = va_arg(ap, __short3); in varargs_vec_3s() local 232 sum = sum + c3.x + c3.y; in varargs_vec_3s() 315 StructWithVec c3 = va_arg(ap, StructWithVec); in varargs_struct() local 316 sum = sum + c3.i2.x + c3.i2.y + c3.f; in varargs_struct()
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
D | move_assign.pass.cpp | 35 std::deque<MoveOnly, A> c3(A(5)); in main() local 36 c3 = std::move(c1); in main() 37 assert(c2 == c3); in main() 39 assert(c3.get_allocator() == A(5)); in main() 51 std::deque<MoveOnly, A> c3(A(6)); in main() local 52 c3 = std::move(c1); in main() 53 assert(c2 == c3); in main() 55 assert(c3.get_allocator() == A(6)); in main() 67 std::deque<MoveOnly, A> c3(A(6)); in main() local 68 c3 = std::move(c1); in main() [all …]
|
D | move_alloc.pass.cpp | 35 std::deque<MoveOnly, A> c3(std::move(c1), A(3)); in main() local 36 assert(c2 == c3); in main() 37 assert(c3.get_allocator() == A(3)); in main() 50 std::deque<MoveOnly, A> c3(std::move(c1), A(1)); in main() local 51 assert(c2 == c3); in main() 52 assert(c3.get_allocator() == A(1)); in main() 65 std::deque<MoveOnly, A> c3(std::move(c1), A(3)); in main() local 66 assert(c2 == c3); in main() 67 assert(c3.get_allocator() == A(3)); in main() 80 std::deque<MoveOnly, A> c3(std::move(c1), A()); in main() local [all …]
|
D | move.pass.cpp | 36 std::deque<MoveOnly, A> c3 = std::move(c1); in main() local 37 assert(c2 == c3); in main() 39 assert(c3.get_allocator() == old_a); in main() 52 std::deque<MoveOnly, A> c3 = std::move(c1); in main() local 53 assert(c2 == c3); in main() 55 assert(c3.get_allocator() == c1.get_allocator()); in main() 67 std::deque<MoveOnly, A> c3 = std::move(c1); in main() local 68 assert(c2 == c3); in main() 70 assert(c3.get_allocator() == c1.get_allocator()); in main()
|
/external/kmod/testsuite/ |
D | test-array.c | 51 const char *c3 = "test3"; in test_array_append2() local 56 array_append(&array, c3); in test_array_append2() 60 assert_return(array.array[2] == c3, EXIT_FAILURE); in test_array_append2() 73 const char *c3 = "test3"; in test_array_append_unique() local 78 array_append_unique(&array, c3); in test_array_append_unique() 79 array_append_unique(&array, c3); in test_array_append_unique() 85 assert_return(array.array[2] == c3, EXIT_FAILURE); in test_array_append_unique() 105 const char *c3 = "test3"; in test_array_sort() local 110 array_append(&array, c3); in test_array_sort() 112 array_append(&array, c3); in test_array_sort() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | select-i1-vs-i1.ll | 9 define signext i32 @testi32slt(i32 signext %c1, i32 signext %c2, i32 signext %c3, i32 signext %c4, … 11 %cmp1 = icmp eq i32 %c3, %c4 25 define signext i32 @testi32ult(i32 signext %c1, i32 signext %c2, i32 signext %c3, i32 signext %c4, … 27 %cmp1 = icmp eq i32 %c3, %c4 41 define signext i32 @testi32sle(i32 signext %c1, i32 signext %c2, i32 signext %c3, i32 signext %c4, … 43 %cmp1 = icmp eq i32 %c3, %c4 57 define signext i32 @testi32ule(i32 signext %c1, i32 signext %c2, i32 signext %c3, i32 signext %c4, … 59 %cmp1 = icmp eq i32 %c3, %c4 73 define signext i32 @testi32eq(i32 signext %c1, i32 signext %c2, i32 signext %c3, i32 signext %c4, i… 75 %cmp1 = icmp eq i32 %c3, %c4 [all …]
|
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/ |
D | times_equal_complex.pass.cpp | 32 std::complex<T> c3; in test() local 34 c3 = c; in test() 36 c3 *= ic; in test() 37 assert(c3.real() == -11.5); in test() 38 assert(c3.imag() == 3.5); in test() 40 c3 = c; in test() 42 c3 *= fc; in test() 43 assert(c3.real() == -11.5); in test() 44 assert(c3.imag() == 3.5); in test()
|
D | divide_equal_complex.pass.cpp | 32 std::complex<T> c3; in test() local 34 c3 = c; in test() 36 c3 /= ic; in test() 37 assert(c3.real() == 0.5); in test() 38 assert(c3.imag() == -0.5); in test() 40 c3 = c; in test() 42 c3 /= fc; in test() 43 assert(c3.real() == 0.5); in test() 44 assert(c3.imag() == -0.5); in test()
|
D | plus_equal_complex.pass.cpp | 32 std::complex<T> c3; in test() local 34 c3 = c; in test() 36 c3 += ic; in test() 37 assert(c3.real() == 4); in test() 38 assert(c3.imag() == 6); in test() 40 c3 = c; in test() 42 c3 += fc; in test() 43 assert(c3.real() == 4); in test() 44 assert(c3.imag() == 6); in test()
|
D | minus_equal_complex.pass.cpp | 32 std::complex<T> c3; in test() local 34 c3 = c; in test() 36 c3 -= ic; in test() 37 assert(c3.real() == -4); in test() 38 assert(c3.imag() == -6); in test() 40 c3 = c; in test() 42 c3 -= fc; in test() 43 assert(c3.real() == -4); in test() 44 assert(c3.imag() == -6); in test()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | select-i1-vs-i1.ll | 11 define signext i32 @testi32slt(i32 signext %c1, i32 signext %c2, i32 signext %c3, i32 signext %c4, … 13 %cmp1 = icmp eq i32 %c3, %c4 34 define signext i32 @testi32ult(i32 signext %c1, i32 signext %c2, i32 signext %c3, i32 signext %c4, … 36 %cmp1 = icmp eq i32 %c3, %c4 56 define signext i32 @testi32sle(i32 signext %c1, i32 signext %c2, i32 signext %c3, i32 signext %c4, … 58 %cmp1 = icmp eq i32 %c3, %c4 79 define signext i32 @testi32ule(i32 signext %c1, i32 signext %c2, i32 signext %c3, i32 signext %c4, … 81 %cmp1 = icmp eq i32 %c3, %c4 102 define signext i32 @testi32eq(i32 signext %c1, i32 signext %c2, i32 signext %c3, i32 signext %c4, i… 104 %cmp1 = icmp eq i32 %c3, %c4 [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.sparseTextureClamp.frag.out | 28 Name 51 "c3" 99 51(c3): 50(ptr) Variable Input 183 52: 49(fvec3) Load 51(c3) 193 65: 49(fvec3) Load 51(c3) 203 78: 49(fvec3) Load 51(c3) 233 112: 49(fvec3) Load 51(c3) 240 118: 49(fvec3) Load 51(c3) 247 124: 49(fvec3) Load 51(c3) 266 141: 49(fvec3) Load 51(c3) 298 185: 49(fvec3) Load 51(c3) [all …]
|