Home
last modified time | relevance | path

Searched refs:multiplication (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dvec-mul-01.ll1 ; Test vector multiplication.
5 ; Test a v16i8 multiplication.
14 ; Test a v8i16 multiplication.
23 ; Test a v4i32 multiplication.
32 ; Test a v2i64 multiplication. There's no vector equivalent.
41 ; Test a v2f64 multiplication.
51 ; Test an f64 multiplication that uses vector registers.
Dint-mul-06.ll1 ; Test 64-bit multiplication in which the second operand is constant.
5 ; Check multiplication by 2, which should use shifts.
14 ; Check multiplication by 3.
77 ; Check multiplication by -1, which is a negation.
86 ; Check multiplication by -2, which should use shifts.
96 ; Check multiplication by -3.
152 ; Check the next value down again, which cannot use constant multiplication
Dvec-mul-03.ll1 ; Test vector multiplication on z14.
5 ; Test a v4f32 multiplication.
15 ; Test an f32 multiplication that uses vector registers.
Dint-mul-05.ll1 ; Test 32-bit multiplication in which the second operand is constant.
5 ; Check multiplication by 2, which should use shifts.
14 ; Check multiplication by 3.
77 ; Check multiplication by -1, which is a negation.
86 ; Check multiplication by -2, which should use shifts.
96 ; Check multiplication by -3.
Dint-mul-07.ll8 ; Check zero-extended multiplication in which only the high part is used.
21 ; Check sign-extended multiplication in which only the high part is used.
34 ; Check zero-extended multiplication in which the result is split into
50 ; Check sign-extended multiplication in which the result is split into
Dfp-mul-05.ll1 ; Test multiplication of two f128s.
5 ; There is no memory form of 128-bit multiplication.
/external/llvm/test/CodeGen/SystemZ/
Dvec-mul-01.ll1 ; Test vector multiplication.
5 ; Test a v16i8 multiplication.
14 ; Test a v8i16 multiplication.
23 ; Test a v4i32 multiplication.
32 ; Test a v2i64 multiplication. There's no vector equivalent.
41 ; Test a v2f64 multiplication.
51 ; Test an f64 multiplication that uses vector registers.
Dint-mul-06.ll1 ; Test 64-bit multiplication in which the second operand is constant.
5 ; Check multiplication by 2, which should use shifts.
14 ; Check multiplication by 3.
77 ; Check multiplication by -1, which is a negation.
86 ; Check multiplication by -2, which should use shifts.
96 ; Check multiplication by -3.
152 ; Check the next value down again, which cannot use constant multiplication
Dint-mul-05.ll1 ; Test 32-bit multiplication in which the second operand is constant.
5 ; Check multiplication by 2, which should use shifts.
14 ; Check multiplication by 3.
77 ; Check multiplication by -1, which is a negation.
86 ; Check multiplication by -2, which should use shifts.
96 ; Check multiplication by -3.
Dint-mul-07.ll8 ; Check zero-extended multiplication in which only the high part is used.
21 ; Check sign-extended multiplication in which only the high part is used.
34 ; Check zero-extended multiplication in which the result is split into
50 ; Check sign-extended multiplication in which the result is split into
Dfp-mul-05.ll1 ; Test multiplication of two f128s.
5 ; There is no memory form of 128-bit multiplication.
/external/llvm/test/CodeGen/X86/
Dfdiv.ll5 ; Exact division by a constant converted to multiplication.
15 ; Inexact division by a constant converted to multiplication.
25 ; No conversion to multiplication if too funky.
36 ; Don't generate multiplication by a denormal.
46 ; Don't generate multiplication by a denormal.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfdiv.ll5 ; Exact division by a constant converted to multiplication.
15 ; Inexact division by a constant converted to multiplication.
25 ; No conversion to multiplication if too funky.
36 ; Don't generate multiplication by a denormal.
46 ; Don't generate multiplication by a denormal.
/external/gemmlowp/meta/
DREADME5 - providing a new matrix multiplication kernel.
14 The multiplication kernel - the most inner loop of the matrix multiplication,
18 specialized 8bit multiplication, aggregating to vector aggregators and then
47 some python scripts. 9 Versions of the multiplication kernel were prepared.
52 Using those multiplication and packing/unpacking primitives 144 gemm function
/external/boringssl/src/third_party/wycheproof_testvectors/
Dx25519_test.txt37 # If a point multiplication is performed then it is important that the result is
49 # If a point multiplication is performed then it is important that the result is
61 # If a point multiplication is performed then it is important that the result is
73 # If a point multiplication is performed then it is important that the result is
85 # If a point multiplication is performed then it is important that the result is
117 # If a point multiplication is performed then it is important that the result is
129 # If a point multiplication is performed then it is important that the result is
141 # If a point multiplication is performed then it is important that the result is
153 # If a point multiplication is performed then it is important that the result is
165 # If a point multiplication is performed then it is important that the result is
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_QuantizedMatMul.pbtxt54 If true, `a` is transposed before multiplication.
60 If true, `b` is transposed before multiplication.
70 summary: "Perform a quantized matrix multiplication of `a` by the matrix `b`."
Dapi_def_MatMul.pbtxt6 If true, "a" is transposed before multiplication.
12 If true, "b" is transposed before multiplication.
/external/gemmlowp/doc/
Dquantization.md136 ## Quantizing a matrix multiplication
140 rewriting a multiplication of matrices of real numbers, by the equivalent
141 multiplication of matrices of quantized values.
182 matrix multiplication should do, i.e. how to compute `result_quantized_value`.
203 "quantized matrix multiplication" should actually compute, in order to be able
206 ## Implementation of quantized matrix multiplication
208 Having obtained the mathematical form (5) of quantized matrix multiplication, we
263 So how do we implement the multiplication of a int32 value by a positive real
325 multiplication with a int32 multiplier, which may overflow. By contrast, in
327 integer multiplication becomes a fixed-point multiplication and cannot
[all …]
Doutput.md15 multiplication feeds into other operations applied to its result, without
18 activation. One then wants to feed the result of the matrix multiplication
51 quantized matrix multiplication with a sounds quantization paradigm, is here:
Dlow-precision.md36 multiplication takes the following parameters:
60 EightBitIntGemm paradigm, where quantized matrix multiplication takes the
89 In addition, note that the integer multiplication by the numerator in the above
91 output stages by performing a fixed-point multiplication instead of an ordinary
92 integer multiplication.
131 Expanding this (using distributivity of matrix multiplication over addition), we
141 The first term, `lhs * rhs`, is just the matrix multiplication ignoring the
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Schedule.td116 defm WriteIMul : X86SchedWritePair; // Integer multiplication.
117 defm WriteIMul64 : X86SchedWritePair; // Integer 64-bit multiplication.
118 def WriteIMulH : SchedWrite; // Integer multiplication, high part.
205 defm WriteFMul : X86SchedWritePair; // Floating point multiplication.
206 defm WriteFMulX : X86SchedWritePair; // Floating point multiplication (XMM).
207 defm WriteFMulY : X86SchedWritePair; // Floating point multiplication (YMM).
208 defm WriteFMulZ : X86SchedWritePair; // Floating point multiplication (YMM).
209 defm WriteFMul64 : X86SchedWritePair; // Floating point double multiplication.
210 defm WriteFMul64X : X86SchedWritePair; // Floating point double multiplication (XMM).
211 defm WriteFMul64Y : X86SchedWritePair; // Floating point double multiplication (YMM).
[all …]
/external/webrtc/webrtc/common_audio/signal_processing/
Dfilter_ar_fast_q12_armv7.S29 @ r5: data_out[j] as multiplication inputs
31 @ r7: Partial sum of a filtering multiplication results
32 @ r8: Partial sum of a filtering multiplication results
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DREADME.txt18 2. Libcalls: multiplication, division, remainder. Note, that calling convention
22 3. Implement multiplication / division by constant (dag combiner hook?).
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DREADME.txt18 2. Libcalls: multiplication, division, remainder. Note, that calling convention
22 3. Implement multiplication / division by constant (dag combiner hook?).
/external/llvm/lib/Target/MSP430/
DREADME.txt18 2. Libcalls: multiplication, division, remainder. Note, that calling convention
22 3. Implement multiplication / division by constant (dag combiner hook?).

12345678910>>...12