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

1 2 3 4

  /external/llvm/test/MC/X86/
x86-64-avx512bw.s 98 // CHECK: vpcmpeqb %zmm26, %zmm26, %k4
100 vpcmpeqb %zmm26, %zmm26, %k4
102 // CHECK: vpcmpeqb %zmm26, %zmm26, %k4 {%k6}
104 vpcmpeqb %zmm26, %zmm26, %k4 {%k6}
106 // CHECK: vpcmpeqb (%rcx), %zmm26, %k4
108 vpcmpeqb (%rcx), %zmm26, %k4
110 // CHECK: vpcmpeqb 291(%rax,%r14,8), %zmm26, %k4
112 vpcmpeqb 291(%rax,%r14,8), %zmm26, %k4
114 // CHECK: vpcmpeqb 8128(%rdx), %zmm26, %k4
116 vpcmpeqb 8128(%rdx), %zmm26, %k4
    [all...]
x86-64-avx512dq.s 63 // CHECK: kandnb %k4, %k6, %k5
65 kandnb %k4, %k6, %k5
67 // CHECK: korb %k5, %k4, %k4
69 korb %k5, %k4, %k4
71 // CHECK: kxnorb %k7, %k6, %k4
73 kxnorb %k7, %k6, %k4
75 // CHECK: kxorb %k5, %k6, %k4
77 kxorb %k5, %k6, %k4
    [all...]
x86-64-avx512bw_vl.s 187 // CHECK: vpbroadcastw %eax, %ymm28 {%k4}
189 vpbroadcastw %eax, %ymm28 {%k4}
191 // CHECK: vpbroadcastw %eax, %ymm28 {%k4} {z}
193 vpbroadcastw %eax, %ymm28 {%k4} {z}
195 // CHECK: vpcmpeqb %xmm21, %xmm21, %k4
197 vpcmpeqb %xmm21, %xmm21, %k4
199 // CHECK: vpcmpeqb %xmm21, %xmm21, %k4 {%k3}
201 vpcmpeqb %xmm21, %xmm21, %k4 {%k3}
203 // CHECK: vpcmpeqb (%rcx), %xmm21, %k4
205 vpcmpeqb (%rcx), %xmm21, %k4
    [all...]
x86-64-avx512f_vl.s 119 // CHECK: vaddps %xmm27, %xmm19, %xmm24 {%k4}
121 vaddps %xmm27, %xmm19, %xmm24 {%k4}
123 // CHECK: vaddps %xmm27, %xmm19, %xmm24 {%k4} {z}
125 vaddps %xmm27, %xmm19, %xmm24 {%k4} {z}
175 // CHECK: vaddps %ymm20, %ymm26, %ymm25 {%k4}
177 vaddps %ymm20, %ymm26, %ymm25 {%k4}
179 // CHECK: vaddps %ymm20, %ymm26, %ymm25 {%k4} {z}
181 vaddps %ymm20, %ymm26, %ymm25 {%k4} {z}
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 41 Int k0, k1, k2, k3, k4, k5, k6, k7; local
71 k4 = mask & (tmp >> 23);
72 k3 = k4 - (k3 << 1);
75 k4 = tmp2 & 0xFF;
77 k4 = k5 - (k4 << 1);
97 k3 = k3 + k4;
98 k4 = k3 - (k4 << 1);
111 k4 = k4 + k5
270 Int k0, k1, k2, k3, k4, k5, k6, k7; local
476 Int k0, k1, k2, k3, k4, k5, k6, k7; local
655 Int k0, k1, k2, k3, k4, k5, k6, k7; local
866 Int k0, k1, k2, k3, k4, k5, k6, k7; local
1053 Int k0, k1, k2, k3, k4, k5, k6, k7; local
    [all...]
dct_inline.h 49 __inline int32 mla554(int32 k4, int32 k12, int32 k1)
55 k0 = k4 * 554 + k1;
83 int32 k4, int32 k5, int32 k6, int32 k7)
95 carry = k4 >> 31;
96 abs_sum += (k4 ^ carry) - carry;
135 __inline int32 mla554(int32 k4, int32 k12, int32 k1)
141 smlabt k0, k4, k12, k1 local
200 __inline int32 mla554(int32 k4, int32 k12, int32 k1)
207 mla k0, k4, k0, k1 local
242 int32 k4, int32 k5, int32 k6, int32 k7
254 eors carry, k4, k4, asr #31 ; local
    [all...]
  /external/skia/include/effects/
SkArithmeticMode.h 19 * result = clamp[k1 * src * dst + k2 * src + k3 * dst + k4]
24 * k1=k2=k3=0, k4=1.0 results in returning opaque white
25 * k1=k3=k4=0, k2=1.0 results in returning the src
26 * k1=k2=k4=0, k3=1.0 results in returning the dst
29 SkScalar k3, SkScalar k4,
  /external/skia/src/effects/
SkArithmeticMode_gpu.h 34 static GrFragmentProcessor* Create(float k1, float k2, float k3, float k4, bool enforcePMColor,
36 return SkNEW_ARGS(GrArithmeticFP, (k1, k2, k3, k4, enforcePMColor, background));
50 float k4() const { return fK4; } function in class:GrArithmeticFP
58 GrArithmeticFP(float k1, float k2, float k3, float k4, bool enforcePMColor,
76 static GrXPFactory* Create(float k1, float k2, float k3, float k4, bool enforcePMColor) {
77 return SkNEW_ARGS(GrArithmeticXPFactory, (k1, k2, k3, k4, enforcePMColor));
88 GrArithmeticXPFactory(float k1, float k2, float k3, float k4, bool enforcePMColor);
SkArithmeticMode.cpp 22 static SkArithmeticMode_scalar* Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
24 return SkNEW_ARGS(SkArithmeticMode_scalar, (k1, k2, k3, k4, enforcePMColor));
40 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) {
44 fK[3] = k4;
67 const SkScalar k4 = buffer.readScalar(); local
69 return Create(k1, k2, k3, k4, enforcePMColor);
81 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
86 k4;
104 SkScalar k4 = fK[3] * 255; local
121 a = arith(k1, k2, k3, k4, sa, da)
    [all...]
SkArithmeticMode_gpu.cpp 85 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4());
104 GrArithmeticFP::GrArithmeticFP(float k1, float k2, float k3, float k4,
106 : fK1(k1), fK2(k2), fK3(k3), fK4(k4), fEnforcePMColor(enforcePMColor) {
149 float k4 = rand->nextF(); local
152 return SkNEW_ARGS(GrArithmeticFP, (k1, k2, k3, k4, enforcePMColor, textures[0]));
163 static GrXferProcessor* Create(float k1, float k2, float k3, float k4, bool enforcePMColor,
166 return SkNEW_ARGS(ArithmeticXP, (k1, k2, k3, k4, enforcePMColor, dstCopy,
181 float k4() const { return fK4; } function in class:ArithmeticXP
185 ArithmeticXP(float k1, float k2, float k3, float k4, bool enforcePMColor,
253 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4());
330 float k4 = random->nextF(); local
    [all...]
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 9 static constexpr double k4 = k2; member in union:U1
10 static const double k5 = k4; // expected-error {{requires 'constexpr' specifier}} expected-note {{add 'constexpr'}}
18 const double U1::k4; member in class:U1
  /external/clang/test/Lexer/
cxx1y_binary_literal.cpp 20 int k4 = 0b; // expected-error {{invalid digit 'b' in octal constant}} variable
  /external/clang/test/Modules/
template-specialization-visibility.cpp 20 int k4 = explicit_inst_member_class_template.n; variable
  /external/clang/test/PCH/
cxx11-enum-template.cpp 24 int k4 = (int)S<char>::E::e; member in struct:S
  /external/jemalloc/include/jemalloc/internal/
hash.h 165 uint32_t k4 = hash_get_block_32(blocks, i*4 + 3); local
182 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
195 uint32_t k4 = 0; local
198 case 15: k4 ^= tail[14] << 16;
199 case 14: k4 ^= tail[13] << 8;
200 case 13: k4 ^= tail[12] << 0
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p17.cpp 26 void k4() { function
  /external/clang/test/CodeGenCXX/
static-data-member.cpp 101 static const int k4 = 81; member in union:test5::U
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMapFauxverideShim.java 94 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
109 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
ImmutableBiMap.java 85 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
87 entryOf(k4, v4));
96 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
98 entryOf(k4, v4), entryOf(k5, v5));
  /external/toybox/scripts/
bloatcheck 56 echo "$STUFF" | sort -k4,4nr
67 | sort -k4,4 | do_bloatcheck
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableBiMap.java 53 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
55 k1, v1, k2, v2, k3, v3, k4, v4));
59 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
61 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
ImmutableListMultimap.java 100 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
106 builder.put(k4, v4);
114 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
120 builder.put(k4, v4);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
fft.c 74 WebRtc_Word16 k0, k1, k2, k3, k4, kk; local
252 k4 = k3 + 4;
254 akpQx = RexQx[k1] + RexQx[k4];
255 akmQx = RexQx[k1] - RexQx[k4];
256 bkpQx = ImxQx[k1] + ImxQx[k4];
257 bkmQx = ImxQx[k1] - ImxQx[k4];
278 RexQx[k4] = akQx + bjQx;
280 ImxQx[k4] = bkQx - ajQx;
297 kk = k4 + 4;
arith_routines_logist.c 276 int k4; local
295 for(k4 = 0; k4 < 4; k4++)
  /external/openssh/
umac.c 345 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; local
354 k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
355 h += MUL64((k0 + d0), (k4 + d4));
378 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
389 k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
392 h1 += MUL64((k0 + d0), (k4 + d4));
393 h2 += MUL64((k4 + d0), (k8 + d4));
425 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
432 k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
441 h1 += MUL64((k0 + d0), (k4 + d4))
480 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
    [all...]

Completed in 719 milliseconds

1 2 3 4