Home
last modified time | relevance | path

Searched defs:mul (Results 1 – 25 of 231) sorted by relevance

12345678910

/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
Dgk104.asm110 mul f32 $r3 $r3 0x37800074 label
113 mul f32 $r2 $r2 0x37800074 label
115 mul f32 $r1 $r1 0x37800074 label
116 mul f32 $r0 $r0 0x37800074 label
126 mul f32 $r3 $r3 0x38000187 label
129 mul f32 $r2 $r2 0x38000187 label
131 mul f32 $r1 $r1 0x38000187 label
132 mul f32 $r0 $r0 0x38000187 label
199 mul f32 $r2 $r2 0x3a802007 label
201 mul f32 $r1 $r1 0x3a802007 label
[all …]
/external/rust/crates/num-bigint/src/bigint/
Dmultiplication.rs15 fn mul(self, other: Sign) -> Sign { in mul() method
78 fn mul(self, other: u32) -> BigInt { in mul() method
97 fn mul(self, other: u64) -> BigInt { in mul() method
116 fn mul(self, other: u128) -> BigInt { in mul() method
139 fn mul(self, other: i32) -> BigInt { in mul() method
164 fn mul(self, other: i64) -> BigInt { in mul() method
189 fn mul(self, other: i128) -> BigInt { in mul() method
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dfuse_mul_to_conv.cc178 auto mul = absl::get_if<Tensor<Linear, DataType::FLOAT32>>(&mul_attr.param); in FuseConvolution2DWithMultiply() local
199 auto mul = absl::get_if<Tensor<Linear, DataType::FLOAT32>>(&mul_attr.param); in FuseDepthwiseConvolution2DWithMultiply() local
221 auto mul = absl::get_if<Tensor<Linear, DataType::FLOAT32>>(&mul_attr.param); in FuseConvolutionTransposedWithMultiply() local
241 auto mul = absl::get_if<Tensor<Linear, DataType::FLOAT32>>(&mul_attr.param); in FuseFullyConnectedWithMultiply() local
257 auto mul = absl::get_if<Tensor<Linear, DataType::FLOAT32>>(&mul_attr.param); in FuseMultiplyWithConvolution2D() local
275 auto mul = absl::get_if<Tensor<Linear, DataType::FLOAT32>>(&mul_attr.param); in FuseMultiplyWithDepthwiseConvolution2D() local
293 auto mul = absl::get_if<Tensor<Linear, DataType::FLOAT32>>(&mul_attr.param); in FuseMultiplyWithConvolutionTransposed() local
310 auto mul = absl::get_if<Tensor<Linear, DataType::FLOAT32>>(&mul_attr.param); in FuseMultiplyWithFullyConnected() local
/external/guava/guava/src/com/google/common/hash/
DFarmHashFingerprint64.java87 private static long hashLength16(long u, long v, long mul) { in hashLength16()
120 long mul = K2 + length * 2; in hashLength0to16() local
128 long mul = K2 + length * 2; in hashLength0to16() local
144 long mul = K2 + length * 2; in hashLength17to32() local
154 long mul = K2 + length * 2; in hashLength33To64() local
199 long mul = K1 + ((z & 0xFF) << 1); in hashLength65Plus() local
/external/guava/android/guava/src/com/google/common/hash/
DFarmHashFingerprint64.java87 private static long hashLength16(long u, long v, long mul) { in hashLength16()
120 long mul = K2 + length * 2; in hashLength0to16() local
128 long mul = K2 + length * 2; in hashLength0to16() local
144 long mul = K2 + length * 2; in hashLength17to32() local
154 long mul = K2 + length * 2; in hashLength33To64() local
199 long mul = K1 + ((z & 0xFF) << 1); in hashLength65Plus() local
/external/libaom/libaom/aom_dsp/
Dfft_common.h142 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument
178 mul) \ argument
270 mul) \ argument
539 mul) \ argument
583 mul) \ argument
698 mul) \ argument
/external/mesa3d/src/intel/compiler/
Dtest_fs_scoreboard.cpp483 fs_inst *mul = instruction(last_block, 0); in TEST_F() local
519 fs_inst *mul = instruction(last_block, 0); in TEST_F() local
556 fs_inst *mul = instruction(last_block, 0); in TEST_F() local
587 fs_inst *mul = instruction(last_block, 1); in TEST_F() local
620 fs_inst *mul = instruction(last_block, 1); in TEST_F() local
653 fs_inst *mul = instruction(last_block, 1); in TEST_F() local
686 fs_inst *mul = instruction(last_block, 1); in TEST_F() local
724 fs_inst *mul = instruction(last_block, 1); in TEST_F() local
769 fs_inst *mul = instruction(last_block, 1); in TEST_F() local
814 fs_inst *mul = instruction(last_block, 1); in TEST_F() local
[all …]
Dtest_vec4_register_coalesce.cpp137 vec4_instruction *mul = v->emit(v->MUL(temp, something, brw_imm_f(1.0f))); in TEST_F() local
161 vec4_instruction *mul = v->emit(v->MUL(temp, something, brw_imm_f(1.0f))); in TEST_F() local
228 vec4_instruction *mul = v->emit(v->MUL(temp, some_src_1, some_src_2)); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_live_range_test.cc93 auto mul = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
118 auto mul = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
154 auto mul = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
191 auto mul = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
232 auto mul = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_test.cc67 Output mul = in TestSimpleAdd() local
104 Output mul = in TestOpExclusionAdd() local
128 Output mul = in TestShapePropagation() local
157 Output mul = in TestPreserveOutputShapes() local
310 Output mul = Mul(root.WithOpName("output"), add, placeholder); in TestRemoveUnusedNodes() local
354 Output mul = ::tensorflow::ops::Mul( in TestMaxConstantSizeInBytes() local
Dtransform_utils_test.cc50 Output mul = Mul(root.WithOpName("output"), add, placeholder); in TestMapNamesToNodes() local
83 Output mul = Mul(root.WithOpName("output"), add, placeholder); in TestMapNodesToOutputs() local
237 Output mul = Mul(root.WithOpName("output"), add, placeholder); in TestFilterGraphDef() local
297 Output mul = Mul(root.WithOpName("output"), add, placeholder); in TestGetOpTypeMatches() local
390 Output mul = Mul(root.WithOpName("output"), add, placeholder); in TestGetOpTypeMatchesDAG() local
427 Output mul = Mul(root.WithOpName("output"), add, placeholder); in TestReplaceMatchingOpTypes() local
536 Output mul = Mul(root.WithOpName("output"), add, placeholder); in TestRenameNodeInputs() local
574 Output mul = Mul(root.WithOpName("output"), add, placeholder); in TestRenameNodeInputsWithRedirects() local
612 Output mul = Mul(root.WithOpName("output"), add, placeholder); in TestRenameNodeInputsWithCycle() local
683 Output mul = Mul(root.WithOpName("mul"), add, placeholder); in TestRenameNodeInputsWithIgnores() local
/external/rust/crates/ryu/src/
Dd2s_small_table.rs105 let mul = *DOUBLE_POW5_SPLIT2.get_unchecked(base as usize); in compute_pow5() localVariable
128 let mul = *DOUBLE_POW5_INV_SPLIT2.get_unchecked(base as usize); // 1/5^base2 in compute_inv_pow5() localVariable
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DDynamicSymmetry.h125 inline GroupElement mul(Generator g1, GroupElement g2) const in mul() function
130 inline GroupElement mul(GroupElement g1, Generator g2) const in mul() function
135 inline GroupElement mul(Generator g1, Generator g2) const in mul() function
179 inline DynamicSGroup::GroupElement DynamicSGroup::mul(GroupElement g1, GroupElement g2) const in mul() function
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/
Dcity.cc203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
220 uint64_t mul = k2 + len * 2; in HashLen0to16() local
228 uint64_t mul = k2 + len * 2; in HashLen0to16() local
246 uint64_t mul = k2 + len * 2; in HashLen17to32() local
278 uint64_t mul = k2 + len * 2; in HashLen33to64() local
/external/abseil-cpp/absl/hash/internal/
Dcity.cc203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
220 uint64_t mul = k2 + len * 2; in HashLen0to16() local
228 uint64_t mul = k2 + len * 2; in HashLen0to16() local
246 uint64_t mul = k2 + len * 2; in HashLen17to32() local
278 uint64_t mul = k2 + len * 2; in HashLen33to64() local
/external/openscreen/third_party/abseil/src/absl/hash/internal/
Dcity.cc203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
220 uint64_t mul = k2 + len * 2; in HashLen0to16() local
228 uint64_t mul = k2 + len * 2; in HashLen0to16() local
246 uint64_t mul = k2 + len * 2; in HashLen17to32() local
278 uint64_t mul = k2 + len * 2; in HashLen33to64() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/
Dcity.cc203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
220 uint64_t mul = k2 + len * 2; in HashLen0to16() local
228 uint64_t mul = k2 + len * 2; in HashLen0to16() local
246 uint64_t mul = k2 + len * 2; in HashLen17to32() local
278 uint64_t mul = k2 + len * 2; in HashLen33to64() local
/external/libtextclassifier/abseil-cpp/absl/hash/internal/
Dcity.cc207 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
219 uint64_t mul = k2 + len * 2; in HashLen0to16() local
227 uint64_t mul = k2 + len * 2; in HashLen0to16() local
245 uint64_t mul = k2 + len * 2; in HashLen17to32() local
277 uint64_t mul = k2 + len * 2; in HashLen33to64() local
/external/angle/third_party/abseil-cpp/absl/hash/internal/
Dcity.cc203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
220 uint64_t mul = k2 + len * 2; in HashLen0to16() local
228 uint64_t mul = k2 + len * 2; in HashLen0to16() local
246 uint64_t mul = k2 + len * 2; in HashLen17to32() local
278 uint64_t mul = k2 + len * 2; in HashLen33to64() local
/external/rust/crates/plotters/src/coord/ranged3d/
Dprojection.rs34 fn mul(self, other: ProjectionMatrix) -> ProjectionMatrix { in mul() method
50 fn mul(self, (x, y, z): (i32, i32, i32)) -> (i32, i32) { in mul() method
62 fn mul(self, (x, y, z): (f64, f64, f64)) -> (i32, i32) { in mul() method
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DLightingColorFilterNatives.java27 public static native long native_CreateLightingFilter(int mul, int add); in native_CreateLightingFilter()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeLightingColorFilter.java17 protected static long native_CreateLightingFilter(int mul, int add) { in native_CreateLightingFilter()
/external/skia/src/effects/
DSkColorMatrixFilter.cpp19 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_mul_op_test.cc66 QuantizedMul mul = in TestMul() local
115 Mul mul = Mul(root.WithOpName("mul"), x, y); in TestMulShape() local
154 QuantizedMul mul = QuantizedMul(root.WithOpName("mul"), placeholder, y, x_min, in TimeMul() local
/external/tensorflow/tensorflow/core/grappler/utils/
Dgrappler_test_test.cc103 Output mul = ops::Mul(s.WithOpName("mul"), a, b); in TEST_F() local
118 Output mul = ops::Mul(s.WithOpName("mul"), a, b); in TEST_F() local

12345678910