Searched refs:k4 (Results 1 - 25 of 36) sorted by relevance

12

/external/skia/include/effects/
H A DSkArithmeticMode.h16 * result = clamp[k1 * src * dst + k2 * src + k3 * dst + k4]
21 * k1=k2=k3=0, k4=1.0 results in returning opaque white
22 * k1=k3=k4=0, k2=1.0 results in returning the src
23 * k1=k2=k4=0, k3=1.0 results in returning the dst
26 SkScalar k3, SkScalar k4);
/external/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp9 static constexpr double k4 = k2; member in union:U1
10 static const double k5 = k4; // expected-warning {{GNU extension}} expected-note {{use 'constexpr'}}
18 const double U1::k4; member in class:U1
/external/clang/test/PCH/
H A Dcxx11-enum-template.cpp24 int k4 = (int)S<char>::E::e; member in struct:S
/external/skia/src/effects/
H A DSkArithmeticMode.cpp7 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4) { argument
11 fK[3] = k4;
39 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, argument
44 k4;
62 SkScalar k4 = fK[3] * 255; local
77 a = arith(k1, k2, k3, k4, sa, sa);
78 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
79 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc));
80 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc));
102 a = arith(k1, k2, k3, k4, s
153 Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEComposite.cpp38 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) argument
44 , m_k4(k4)
48 PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) argument
50 return adoptRef(new FEComposite(filter, type, k1, k2, k3, k4));
105 float FEComposite::k4() const function in class:WebCore::FEComposite
110 bool FEComposite::setK4(float k4) argument
112 if (m_k4 == k4)
114 m_k4 = k4;
120 float k1, float k2, float k3, float k4)
127 scaledK4 = k4 * 25
119 computeArithmeticPixels(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
153 arithmetic(ByteArray* srcPixelArrayA, ByteArray* srcPixelArrayB, float k1, float k2, float k3, float k4) argument
[all...]
H A DFEComposite.h59 float k4() const;
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp17.cpp26 void k4() { function
/external/clang/test/CodeGenCXX/
H A Dstatic-data-member.cpp95 static const int k4 = 81; member in union:test5::U
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMapFauxverideShim.java97 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) {
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
H A DImmutableBiMap.java91 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
93 k1, v1, k2, v2, k3, v3, k4, v4));
102 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
104 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
90 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
101 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableListMultimap.java102 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
108 builder.put(k4, v4);
116 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
122 builder.put(k4, v4);
101 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
115 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableMap.java105 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
107 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4));
116 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
118 entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4), entryOf(k5, v5));
104 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
115 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableMultimap.java95 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
96 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3, k4, v4);
103 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
104 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3, k4, v4, k5, v5);
94 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
102 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableSetMultimap.java110 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
115 builder.put(k4, v4);
125 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
130 builder.put(k4, v4);
109 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
124 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/webkit/Source/WebCore/svg/
H A DSVGFECompositeElement.idl48 readonly attribute SVGAnimatedNumber k4;
H A DSVGFECompositeElement.h54 DECLARE_ANIMATED_NUMBER(K4, k4)
H A DSVGFECompositeElement.cpp40 DEFINE_ANIMATED_NUMBER(SVGFECompositeElement, SVGNames::k4Attr, K4, k4)
97 return composite->setK4(k4());
180 k1(), k2(), k3(), k4());
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableBiMap.java54 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));
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
H A DImmutableListMultimap.java97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
103 builder.put(k4, v4);
111 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
117 builder.put(k4, v4);
96 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
110 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableMap.java88 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
90 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4));
94 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
96 entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4), entryOf(k5, v5));
87 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
93 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableMultimap.java94 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
95 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3, k4, v4);
102 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
103 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3, k4, v4, k5, v5);
93 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
101 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableSetMultimap.java105 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
110 builder.put(k4, v4);
120 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
125 builder.put(k4, v4);
104 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
119 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/openssh/
H A Dumac.c340 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; local
349 k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
350 h += MUL64((k0 + d0), (k4 + d4));
373 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
384 k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
387 h1 += MUL64((k0 + d0), (k4 + d4));
388 h2 += MUL64((k4 + d0), (k8 + d4));
420 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
427 k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
436 h1 += MUL64((k0 + d0), (k4
475 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
[all...]
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-matchers.h65 int k4 = -1, int k5 = -1, int k6 = -1, int k7 = -1, int k8 = -1,
70 template <class Tuple, int k0, int k1, int k2, int k3, int k4, int k5, int k6,
76 GMOCK_FIELD_TYPE_(Tuple, k3), GMOCK_FIELD_TYPE_(Tuple, k4),
82 return type(get<k0>(t), get<k1>(t), get<k2>(t), get<k3>(t), get<k4>(t),
143 template <class Tuple, int k0, int k1, int k2, int k3, int k4>
144 class TupleFields<Tuple, k0, k1, k2, k3, k4, -1, -1, -1, -1, -1> {
148 GMOCK_FIELD_TYPE_(Tuple, k3), GMOCK_FIELD_TYPE_(Tuple, k4)> type;
151 return type(get<k0>(t), get<k1>(t), get<k2>(t), get<k3>(t), get<k4>(t));
155 template <class Tuple, int k0, int k1, int k2, int k3, int k4, int k5>
156 class TupleFields<Tuple, k0, k1, k2, k3, k4, k
[all...]
H A Dgmock-generated-actions.h411 int k4, int k5, int k6, int k7, int k8, int k9, int k10>
416 GMOCK_FIELD_(ArgumentTuple, k4), GMOCK_FIELD_(ArgumentTuple, k5),
424 get<k4>(args), get<k5>(args), get<k6>(args), get<k7>(args),
480 int k4>
482 k1, k2, k3, k4, -1, -1, -1, -1, -1, -1> {
486 GMOCK_FIELD_(ArgumentTuple, k4));
491 get<k4>(args));
496 int k4, int k5>
498 k1, k2, k3, k4, k5, -1, -1, -1, -1, -1> {
502 GMOCK_FIELD_(ArgumentTuple, k4), GMOCK_FIELD
[all...]

Completed in 677 milliseconds

12