Home
last modified time | relevance | path

Searched refs:mul (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/ml/nn/runtime/test/generated/tests/
Dmul.mod.py.cpp5 namespace mul { namespace
12 TEST_F(GeneratedTests, mul) { in TEST_F() argument
13 execute(mul::CreateModel, in TEST_F()
14 mul::is_ignored, in TEST_F()
15 mul::get_examples()); in TEST_F()
17 TEST_AVAILABLE_SINCE(V1_0, mul, mul::CreateModel) in TEST_AVAILABLE_SINCE() argument
20 execute(mul::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
21 mul::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
22 mul::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
/frameworks/base/graphics/java/android/graphics/
DLightingColorFilter.java53 public LightingColorFilter(@ColorInt int mul, @ColorInt int add) { in LightingColorFilter() argument
54 mMul = mul; in LightingColorFilter()
77 public void setColorMultiply(@ColorInt int mul) { in setColorMultiply() argument
78 if (mMul != mul) { in setColorMultiply()
79 mMul = mul; in setColorMultiply()
115 private static native long native_CreateLightingFilter(int mul, int add); in native_CreateLightingFilter() argument
/frameworks/rs/rsov/compiler/spirit/
Dtransformer_test.cpp33 Instruction *transform(IMulInst *mul) override { in transform() argument
34 auto ret = new IAddInst(mul->mResultType, mul->mOperand1, mul->mOperand2); in transform()
35 ret->setId(mul->getId()); in transform()
47 Instruction *transform(IMulInst *mul) override { in transform() argument
48 insert(mul); in transform()
51 auto ret = new IAddInst(DoubleTy, mul, ConstDouble2); in transform()
54 ret->setId(mul->getId()); in transform()
55 mul->setId(id); in transform()
Dpass_queue_test.cpp34 Instruction *transform(IMulInst *mul) override { in transform() argument
35 auto ret = new IAddInst(mul->mResultType, mul->mOperand1, mul->mOperand2); in transform()
36 ret->setId(mul->getId()); in transform()
/frameworks/rs/rsov/compiler/tests/multi_function/
Dblend_mf.ll26 %mul = mul <4 x i32> %call, <i32 37, i32 37, i32 37, i32 37>
27 %shr = lshr <4 x i32> %mul, <i32 8, i32 8, i32 8, i32 8>
37 %mul = shl <4 x i8> %in, <i8 1, i8 1, i8 1, i8 1>
38 ret <4 x i8> %mul
/frameworks/base/rs/java/android/renderscript/
DByte2.java147 public void mul(Byte2 a) { in mul() method in Byte2
159 public static Byte2 mul(Byte2 a, Byte2 b) { in mul() method in Byte2
172 public void mul(byte value) { in mul() method in Byte2
184 public static Byte2 mul(Byte2 a, byte b) { in mul() method in Byte2
DFloat2.java145 public void mul(Float2 value) { in mul() method in Float2
157 public static Float2 mul(Float2 a, Float2 b) { in mul() method in Float2
170 public void mul(float value) { in mul() method in Float2
182 public static Float2 mul(Float2 a, float b) { in mul() method in Float2
DDouble2.java146 public void mul(Double2 value) { in mul() method in Double2
158 public static Double2 mul(Double2 a, Double2 b) { in mul() method in Double2
171 public void mul(double value) { in mul() method in Double2
183 public static Double2 mul(Double2 a, double b) { in mul() method in Double2
DShort2.java154 public void mul(Short2 a) { in mul() method in Short2
166 public static Short2 mul(Short2 a, Short2 b) { in mul() method in Short2
179 public void mul(short value) { in mul() method in Short2
191 public static Short2 mul(Short2 a, short b) { in mul() method in Short2
DLong2.java151 public void mul(Long2 a) { in mul() method in Long2
163 public static Long2 mul(Long2 a, Long2 b) { in mul() method in Long2
176 public void mul(long value) { in mul() method in Long2
188 public static Long2 mul(Long2 a, long b) { in mul() method in Long2
DInt2.java151 public void mul(Int2 a) { in mul() method in Int2
163 public static Int2 mul(Int2 a, Int2 b) { in mul() method in Int2
176 public void mul(int value) { in mul() method in Int2
188 public static Int2 mul(Int2 a, int b) { in mul() method in Int2
DByte3.java158 public void mul(Byte3 a) { in mul() method in Byte3
171 public static Byte3 mul(Byte3 a, Byte3 b) { in mul() method in Byte3
185 public void mul(byte value) { in mul() method in Byte3
198 public static Byte3 mul(Byte3 a, byte b) { in mul() method in Byte3
DDouble3.java156 public void mul(Double3 value) { in mul() method in Double3
169 public static Double3 mul(Double3 a, Double3 b) { in mul() method in Double3
183 public void mul(double value) { in mul() method in Double3
196 public static Double3 mul(Double3 a, double b) { in mul() method in Double3
DFloat3.java156 public void mul(Float3 value) { in mul() method in Float3
169 public static Float3 mul(Float3 a, Float3 b) { in mul() method in Float3
183 public void mul(float value) { in mul() method in Float3
196 public static Float3 mul(Float3 a, float b) { in mul() method in Float3
DShort3.java162 public void mul(Short3 a) { in mul() method in Short3
175 public static Short3 mul(Short3 a, Short3 b) { in mul() method in Short3
189 public void mul(short value) { in mul() method in Short3
202 public static Short3 mul(Short3 a, short b) { in mul() method in Short3
DLong3.java162 public void mul(Long3 a) { in mul() method in Long3
175 public static Long3 mul(Long3 a, Long3 b) { in mul() method in Long3
189 public void mul(long value) { in mul() method in Long3
202 public static Long3 mul(Long3 a, long b) { in mul() method in Long3
DInt3.java162 public void mul(Int3 a) { in mul() method in Int3
175 public static Int3 mul(Int3 a, Int3 b) { in mul() method in Int3
189 public void mul(int value) { in mul() method in Int3
202 public static Int3 mul(Int3 a, int b) { in mul() method in Int3
DFloat4.java167 public void mul(Float4 value) { in mul() method in Float4
179 public void mul(float value) { in mul() method in Float4
193 public static Float4 mul(Float4 a, Float4 b) { in mul() method in Float4
210 public static Float4 mul(Float4 a, float b) { in mul() method in Float4
DDouble4.java167 public void mul(Double4 value) { in mul() method in Double4
179 public void mul(double value) { in mul() method in Double4
193 public static Double4 mul(Double4 a, Double4 b) { in mul() method in Double4
210 public static Double4 mul(Double4 a, double b) { in mul() method in Double4
/frameworks/rs/rsov/compiler/tests/single_kernel/
Dduff.ll29 %mul = mul nsw i32 %x.0, 5
34 %x.1 = phi i32 [ %mul, %do.body ], [ 321, %entry ]
47 %mul4 = mul nsw i32 %x.3, %x.3
62 %mul10 = mul nsw i32 %x.5, %x.5
Dtimes.ll12 %mul = shl i32 %x, 1
13 ret i32 %mul
/frameworks/base/core/jni/android/graphics/
DColorFilter.cpp44 static jlong CreateLightingFilter(JNIEnv* env, jobject, jint mul, jint add) { in CreateLightingFilter() argument
45 return reinterpret_cast<jlong>(SkColorMatrixFilter::MakeLightingFilter(mul, add).release()); in CreateLightingFilter()
/frameworks/rs/rsov/compiler/tests/image/
Dblend.ll24 %mul = mul <4 x i32> %splat.splat, %call
25 %shr = lshr <4 x i32> %mul, <i32 8, i32 8, i32 8, i32 8>
Dcontrast.ll27 %mul = fmul float %call, 1.270000e+02
28 %sub = fsub float 1.270000e+02, %mul
44 %mul = fmul <3 x float> %call, %splat.splat
48 %add = fadd <3 x float> %mul, %splat.splat2
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskViewThumbnail.java207 int mul = (int) ((1.0f - mDimAlpha) * 255); in updateThumbnailPaintFilter() local
226 mLightingColorFilter.setColorMultiply(Color.argb(255, mul, mul, mul)); in updateThumbnailPaintFilter()
233 int grey = mul; in updateThumbnailPaintFilter()

12