Home
last modified time | relevance | path

Searched defs:k3 (Results 1 – 25 of 73) sorted by relevance

123

/external/skia/src/gpu/effects/
DGrArithmeticFP.h21 float k3() const { return fK3; } in k3() function
24 static std::unique_ptr<GrFragmentProcessor> Make(float k1, float k2, float k3, float k4, in Make()
35 GrArithmeticFP(float k1, float k2, float k3, float k4, bool enforcePMColor, in GrArithmeticFP()
DGrArithmeticFP.cpp30 auto k3 = _outer.k3(); in emitCode() local
62 auto k3 = _outer.k3(); in onSetData() local
/external/skqp/src/gpu/effects/
DGrArithmeticFP.h21 float k3() const { return fK3; } in k3() function
24 static std::unique_ptr<GrFragmentProcessor> Make(float k1, float k2, float k3, float k4, in Make()
35 GrArithmeticFP(float k1, float k2, float k3, float k4, bool enforcePMColor, in GrArithmeticFP()
DGrArithmeticFP.cpp30 auto k3 = _outer.k3(); in emitCode() local
62 auto k3 = _outer.k3(); in onSetData() local
/external/kmod/testsuite/
Dtest-hash.c51 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_get_count() local
70 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_replace() local
100 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_replace_failing() local
132 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_iter() local
166 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_iter_after_del() local
201 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_free() local
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedMapFauxverideShim.java79 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
94 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
109 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableBiMap.java75 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
85 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
96 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableListMultimap.java92 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
105 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
119 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableMap.java98 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
109 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
120 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
/external/clang/test/CodeGenCXX/
Dvtable-layout-extreme.cpp29 int k3; member in Test1::C3
205 int k3; member in Test1::C9
/external/clang/test/CXX/class/class.union/
Dp2-0x.cpp8 …static int k3 = k2; // expected-error {{non-const static data member must be initialized out of li… member
16 int U1::k3; member in U1
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableBiMap.java47 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
53 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
59 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableListMultimap.java87 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
100 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
114 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableMap.java60 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
66 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
72 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableSetMultimap.java97 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
111 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
126 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
/external/clang/test/Lexer/
Dcxx1y_binary_literal.cpp19 int k3 = 0b10010g; // expected-error {{invalid suffix 'g' on integer constant}} variable
/external/skqp/src/effects/
DSkArithmeticImageFilter.cpp36 ArithmeticImageFilterImpl(float k1, float k2, float k3, float k4, bool enforcePMColor, in ArithmeticImageFilterImpl()
101 k3 = k[2], in arith_span() local
118 const Sk4f k3 = k[2], in arith_transparent() local
271 float k3 = d->fRandom->nextF(); in TestCreate() local
445 sk_sp<SkImageFilter> SkArithmeticImageFilter::Make(float k1, float k2, float k3, float k4, in Make()
/external/skia/src/effects/
DSkArithmeticImageFilter.cpp36 ArithmeticImageFilterImpl(float k1, float k2, float k3, float k4, bool enforcePMColor, in ArithmeticImageFilterImpl()
101 k3 = k[2], in arith_span() local
118 const Sk4f k3 = k[2], in arith_transparent() local
271 float k3 = d->fRandom->nextF(); in TestCreate() local
447 sk_sp<SkImageFilter> SkArithmeticImageFilter::Make(float k1, float k2, float k3, float k4, in Make()
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp17.cpp19 void k3() { in k3() function
/external/clang/test/Modules/
Dtemplate-specialization-visibility.cpp17 int k3 = implicit_inst_member_class_template.n; variable
/external/clang/test/PCH/
Dcxx11-enum-template.cpp23 int k3 = (int)decltype(c)::e; // expected-error@10 {{conversion from 'double' to 'int'}} expected-n… variable
/external/libvpx/libvpx/vpx_dsp/
Ddeblock.c71 unsigned char k1, k2, k3; in vpx_post_proc_down_and_across_mb_row_c() local
95 unsigned char k1, k2, k3; in vpx_post_proc_down_and_across_mb_row_c() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9FieldElement.java31 public X9FieldElement(int m, int k1, int k2, int k3, ASN1OctetString s) in X9FieldElement()
DX9FieldID.java64 public X9FieldID(int m, int k1, int k2, int k3) in X9FieldID()
/external/clang/test/Parser/
Dcxx1z-fold-expressions.cpp10 int k3 = (... + 2); // expected-error {{does not contain any unexpanded parameter packs}} variable

123