Searched refs:k3 (Results 1 - 25 of 104) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dmath-partial-sums.js9 var k2 = k3 = sk = ck = 0.0;
13 k3 = k2*k;
21 a4 += 1.0/(k3 * sk*sk);
22 a5 += 1.0/(k3 * ck*ck);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dmath-partial-sums.js9 var k2 = k3 = sk = ck = 0.0;
13 k3 = k2*k;
21 a4 += 1.0/(k3 * sk*sk);
22 a5 += 1.0/(k3 * ck*ck);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dmath-partial-sums.js9 var k2 = k3 = sk = ck = 0.0;
13 k3 = k2*k;
21 a4 += 1.0/(k3 * sk*sk);
22 a5 += 1.0/(k3 * ck*ck);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEComposite.h55 float k3() const;
80 float k1, float k2, float k3, float k4);
83 unsigned pixelArrayLength, float k1, float k2, float k3, float k4);
85 unsigned pixelArrayLength, float k1, float k2, float k3, float k4);
H A DFEComposite.cpp42 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) argument
47 , m_k3(k3)
52 PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) argument
54 return adoptRef(new FEComposite(filter, type, k1, k2, k3, k4));
96 float FEComposite::k3() const function in class:blink::FEComposite
101 bool FEComposite::setK3(float k3) argument
103 if (m_k3 == k3)
105 m_k3 = k3;
132 float k1, float k2, float k3, float k4)
144 float result = k2 * i1 + k3 * i
131 computeArithmeticPixels(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
164 computeArithmeticPixelsUnclamped(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
188 arithmeticSoftware(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
220 platformArithmeticSoftware(Uint8ClampedArray* source, Uint8ClampedArray* destination, float k1, float k2, float k3, float k4) argument
[all...]
/external/chromium_org/third_party/skia/include/effects/
H A DSkArithmeticMode.h19 * 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/clang/test/Lexer/
H A Dcxx1y_binary_literal.cpp19 int k3 = 0b10010g; // expected-error {{invalid suffix 'g' on integer constant}} variable
/external/clang/test/PCH/
H A Dcxx11-enum-template.cpp23 int k3 = (int)decltype(c)::e; // expected-error@10 {{conversion from 'double' to 'int'}} expected-note {{here}} member in struct:S
/external/skia/include/effects/
H A DSkArithmeticMode.h19 * 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/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
H A DFECompositeArithmeticNEON.h39 unsigned pixelArrayLength, float k1, float k2, float k3, float k4)
43 float32x4_t k3x4 = vdupq_n_f32(k3);
76 unsigned pixelArrayLength, float k1, float k2, float k3, float k4)
80 computeArithmeticPixelsNeon<0, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
84 computeArithmeticPixelsNeon<1, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
89 computeArithmeticPixelsNeon<0, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
92 computeArithmeticPixelsNeon<1, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
38 computeArithmeticPixelsNeon(unsigned char* source, unsigned char* destination, unsigned pixelArrayLength, float k1, float k2, float k3, float k4) argument
75 platformArithmeticNeon(unsigned char* source, unsigned char* destination, unsigned pixelArrayLength, float k1, float k2, float k3, float k4) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfft.c74 int16_t k0, k1, k2, k3, k4, kk; local
101 k3 = k2 + 60;
105 ajpQx = RexQx[k1] + RexQx[k3];
106 ajmQx = RexQx[k1] - RexQx[k3];
109 bjpQx = ImxQx[k1] + ImxQx[k3];
110 bjmQx = ImxQx[k1] - ImxQx[k3];
143 // RexQ16[k3] = akmQ16 * ccc3Q14 - bkmQ16 * sss3Q14;
146 // ImxQ16[k3] = akmQ16 * sss3Q14 + bkmQ16 * ccc3Q14;
152 RexQx[k3] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(ccc3Q14, akmQx, 14) -
158 ImxQx[k3]
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dfft.c74 WebRtc_Word16 k0, k1, k2, k3, k4, kk; local
101 k3 = k2 + 60;
105 ajpQx = RexQx[k1] + RexQx[k3];
106 ajmQx = RexQx[k1] - RexQx[k3];
109 bjpQx = ImxQx[k1] + ImxQx[k3];
110 bjmQx = ImxQx[k1] - ImxQx[k3];
143 // RexQ16[k3] = akmQ16 * ccc3Q14 - bkmQ16 * sss3Q14;
146 // ImxQ16[k3] = akmQ16 * sss3Q14 + bkmQ16 * ccc3Q14;
152 RexQx[k3] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(ccc3Q14, akmQx, 14) -
158 ImxQx[k3]
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkArithmeticMode.cpp26 static SkArithmeticMode_scalar* Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, argument
28 return SkNEW_ARGS(SkArithmeticMode_scalar, (k1, k2, k3, k4, enforcePMColor));
43 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) { argument
46 fK[2] = k3;
79 const SkScalar k3 = buffer.readScalar(); local
82 return Create(k1, k2, k3, k4, enforcePMColor);
94 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, argument
98 SkScalarMul(k3, dst) +
116 SkScalar k3 = fK[2]; local
134 a = arith(k1, k2, k3, k
220 Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) argument
279 Create(float k1, float k2, float k3, float k4, bool enforcePMColor, GrTexture* background) argument
296 float k3() const { return fK3; } function in class:GrArithmeticEffect
317 GrArithmeticEffect(float k1, float k2, float k3, float k4, bool enforcePMColor, GrTexture* background) argument
435 float k3 = rand->nextF(); local
[all...]
/external/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp8 static int k3 = k2; // expected-error {{non-const static data member must be initialized out of line}} member in union:U1
16 int U1::k3; member in class:U1
/external/clang/test/CodeGenCXX/
H A Dvtable-layout-extreme.cpp29 int k3; member in class:Test1::C3
205 int k3; member in class:Test1::C9
H A Dstatic-data-member.cpp94 static const int k3; member in union:test5::U
/external/chromium_org/ash/display/
H A Ddisplay_pref_util.h20 T k3, const std::string& v3,
25 (*map)[k3] = v3;
33 T k3, const std::string& v3) {
37 (*map)[k3] = v3;
18 CreateToStringMap(T k1, const std::string& v1, T k2, const std::string& v2, T k3, const std::string& v3, T k4, const std::string& v4) argument
31 CreateToStringMap(T k1, const std::string& v1, T k2, const std::string& v2, T k3, const std::string& v3) argument
/external/chromium_org/third_party/angle/src/third_party/murmurhash/
H A DMurmurHash3.cpp175 uint32_t k3 = getblock(blocks,i*4+2); local
186 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3;
202 uint32_t k3 = 0; local
212 case 12: k3 ^= tail[11] << 24;
213 case 11: k3 ^= tail[10] << 16;
214 case 10: k3
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DMurmurHash3.cpp175 uint32_t k3 = getblock32(blocks,i*4+2); local
186 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3;
202 uint32_t k3 = 0; local
212 case 12: k3 ^= tail[11] << 24;
213 case 11: k3 ^= tail[10] << 16;
214 case 10: k3
[all...]
/external/clang/test/Modules/
H A Dtemplate-specialization-visibility.cpp17 int k3 = implicit_inst_member_class_template.n; variable
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h163 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); local
176 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
193 uint32_t k3 = 0; local
202 case 12: k3 ^= tail[11] << 24;
203 case 11: k3 ^= tail[10] << 16;
204 case 10: k3
[all...]
/external/skia/src/effects/
H A DSkArithmeticMode.cpp25 static SkArithmeticMode_scalar* Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, argument
27 return SkNEW_ARGS(SkArithmeticMode_scalar, (k1, k2, k3, k4, enforcePMColor));
41 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) { argument
44 fK[2] = k3;
80 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, argument
84 SkScalarMul(k3, dst) +
102 SkScalar k3 = fK[2]; local
120 a = arith(k1, k2, k3, k4, sa, da);
121 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
122 g = arith(k1, k2, k3, k
206 Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) argument
265 Create(float k1, float k2, float k3, float k4, bool enforcePMColor, GrTexture* background) argument
284 float k3() const { return fK3; } function in class:GrArithmeticEffect
305 GrArithmeticEffect(float k1, float k2, float k3, float k4, bool enforcePMColor, GrTexture* background) argument
421 float k3 = rand->nextF(); local
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMapFauxverideShim.java82 K k1, V v1, K k2, V v2, K k3, V v3) {
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
112 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
81 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
96 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
111 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableBiMap.java48 K k1, V v1, K k2, V v2, K k3, V v3) {
50 k1, v1, k2, v2, k3, v3));
54 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
56 k1, v1, k2, v2, k3, v3, k4, v4));
60 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
62 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
47 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
53 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
59 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp17.cpp19 void k3() { function

Completed in 838 milliseconds

12345