/aosp_15_r20/external/mesa3d/src/nouveau/codegen/lib/ |
H A D | gk104.asm | 110 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 …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ |
H A D | fuse_mul_to_conv.cc | 178 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/bigint/ |
D | multiplication.rs | 15 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
|
/aosp_15_r20/external/pytorch/test/cpp/aoti_abi_check/ |
H A D | test_dtype.cpp | 20 c10::BFloat16 mul = 2.0f; in TEST() local 34 c10::Float8_e4m3fn mul = 2.0f; in TEST() local 48 c10::Float8_e4m3fnuz mul = 2.0f; in TEST() local 62 c10::Float8_e5m2 mul = 2.0f; in TEST() local 76 c10::Float8_e5m2fnuz mul = 2.0f; in TEST() local 90 c10::Half mul = 2.0f; in TEST() local
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | LightingColorFilter.java | 54 public LightingColorFilter(@ColorInt int mul, @ColorInt int add) { in LightingColorFilter() 78 public void setColorMultiply(@ColorInt int mul) { in setColorMultiply() 81 native_SetLightingFilterMul(getNativeInstance(), mul); in setColorMultiply() local 116 private static native long native_CreateLightingFilter(int mul, int add); in native_CreateLightingFilter() 120 private static native void native_SetLightingFilterMul(long lightingFilter, int mul); in native_SetLightingFilterMul()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | test_fs_scoreboard.cpp | 497 fs_inst *mul = instruction(last_block, 0); in TEST_F() local 532 fs_inst *mul = instruction(last_block, 0); in TEST_F() local 568 fs_inst *mul = instruction(last_block, 0); in TEST_F() local 598 fs_inst *mul = instruction(last_block, 1); in TEST_F() local 630 fs_inst *mul = instruction(last_block, 1); in TEST_F() local 662 fs_inst *mul = instruction(last_block, 1); in TEST_F() local 694 fs_inst *mul = instruction(last_block, 1); in TEST_F() local 731 fs_inst *mul = instruction(last_block, 1); in TEST_F() local 775 fs_inst *mul = instruction(last_block, 1); in TEST_F() local 819 fs_inst *mul = instruction(last_block, 1); in TEST_F() local [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | FarmHashFingerprint64.java | 87 private static long hashLength16(long u, long v, long mul) { in hashLength16() 120 long mul = K2 + length * 2L; in hashLength0to16() local 128 long mul = K2 + length * 2; in hashLength0to16() local 144 long mul = K2 + length * 2L; in hashLength17to32() local 154 long mul = K2 + length * 2L; in hashLength33To64() local 199 long mul = K1 + ((z & 0xFF) << 1); in hashLength65Plus() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/ |
H A D | FarmHashFingerprint64.java | 87 private static long hashLength16(long u, long v, long mul) { in hashLength16() 120 long mul = K2 + length * 2L; in hashLength0to16() local 128 long mul = K2 + length * 2; in hashLength0to16() local 144 long mul = K2 + length * 2L; in hashLength17to32() local 154 long mul = K2 + length * 2L; in hashLength33To64() local 199 long mul = K1 + ((z & 0xFF) << 1); in hashLength65Plus() local
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | fft_common.h | 143 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument 179 mul) \ argument 271 mul) \ argument 540 mul) \ argument 584 mul) \ argument 699 mul) \ argument
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A D | fold_constants_test.cc | 67 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
|
H A D | transform_utils_test.cc | 50 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
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/ |
D | arithBoundary_test.go | 9 add, sub, mul, div, mod uint64 member 13 add, sub, mul, div, mod int64 member 17 add, sub, mul, div, mod uint32 member 21 add, sub, mul, div, mod int32 member 25 add, sub, mul, div, mod uint16 member 29 add, sub, mul, div, mod int16 member 33 add, sub, mul, div, mod uint8 member 37 add, sub, mul, div, mod int8 member
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | induction_var_analysis_test.cc | 239 HInstruction* mul = InsertInstruction( in TEST_F() local 383 HInstruction* mul = InsertInstruction( in TEST_F() local 420 HInstruction* mul = InsertInstruction( in TEST_F() local 487 HInstruction* mul = InsertInstruction( in TEST_F() local 522 HInstruction* mul = InsertInstruction( in TEST_F() local 561 HInstruction* mul = InsertInstruction( in TEST_F() local 640 HInstruction* mul = InsertInstruction( in TEST_F() local 734 HInstruction* mul = InsertInstruction( in TEST_F() local 965 HInstruction* mul = InsertInstruction( in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_live_range_test.cc | 93 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
|
/aosp_15_r20/external/abseil-cpp/absl/hash/internal/ |
H A D | city.cc | 203 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
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/hash/internal/ |
H A D | city.cc | 203 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
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/internal/ |
H A D | city.cc | 203 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/ |
D | city.cc | 203 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
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/internal/ |
H A D | city.cc | 203 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
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/hash/internal/ |
H A D | city.cc | 203 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
|
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/ |
H A D | Byte2.java | 151 public void mul(Byte2 a) { in mul() method in Byte2 163 public static Byte2 mul(Byte2 a, Byte2 b) { in mul() method in Byte2 176 public void mul(byte value) { in mul() method in Byte2 188 public static Byte2 mul(Byte2 a, byte b) { in mul() method in Byte2
|
H A D | Double2.java | 151 public void mul(Double2 value) { in mul() method in Double2 163 public static Double2 mul(Double2 a, Double2 b) { in mul() method in Double2 176 public void mul(double value) { in mul() method in Double2 188 public static Double2 mul(Double2 a, double b) { in mul() method in Double2
|
H A D | Float2.java | 150 public void mul(Float2 value) { in mul() method in Float2 162 public static Float2 mul(Float2 a, Float2 b) { in mul() method in Float2 175 public void mul(float value) { in mul() method in Float2 187 public static Float2 mul(Float2 a, float b) { in mul() method in Float2
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | affine2.rs | 381 fn mul(self, rhs: Affine2) -> Self::Output { in mul() method 411 fn mul(self, rhs: Mat3) -> Self::Output { in mul() method 420 fn mul(self, rhs: Affine2) -> Self::Output { in mul() method 440 fn mul(self, rhs: Mat3A) -> Self::Output { in mul() method 449 fn mul(self, rhs: Affine2) -> Self::Output { in mul() method
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/hash/internal/ |
H A D | city.cc | 203 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
|