HomeSort by relevance Sort by last modified time
    Searched refs:multiplication (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
mul-overlap.d 1 # name: Overlapping multiplication operands without architecture specification
mul-overlap-v6.d 1 # name: Overlapping multiplication operands for ARMv6
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
MultU64x32.c 18 64-bit Multiplication function for IA-32
56 ; The value in edx stored by second multiplication overflows
58 ; with the edx value of first multiplication.
MultU64x32.S 18 # 64-bit Multiplication function for IA-32
61 # The value in edx stored by second multiplication overflows
63 # with the edx value of first multiplication.
MultU64x32.asm 18 ; 64-bit Multiplication function for IA-32
60 ; The value in edx stored by second multiplication overflows
62 ; with the edx value of first multiplication.
  /prebuilts/go/darwin-x86/test/
const2.go 19 const LargeC = LargeB * LargeB * LargeB // GC_ERROR "constant multiplication overflow"
mergemul.go 15 // The merging is performed by a combination of the multiplication
18 // and the distributive multiplication rules
47 // The merging is performed by a combination of the multiplication
50 // and the distributive multiplication rules
strength.go 43 fmt.Printf("if failed {\n panic(\"multiplication failed\")\n}\n")
  /prebuilts/go/linux-x86/test/
const2.go 19 const LargeC = LargeB * LargeB * LargeB // GC_ERROR "constant multiplication overflow"
mergemul.go 15 // The merging is performed by a combination of the multiplication
18 // and the distributive multiplication rules
47 // The merging is performed by a combination of the multiplication
50 // and the distributive multiplication rules
strength.go 43 fmt.Printf("if failed {\n panic(\"multiplication failed\")\n}\n")
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
147-define-macro-no-space.c 34 #define X* X (as multiplication)
  /external/boringssl/src/ssl/test/runner/curve25519/
doc.go 5 // Package curve25519 provides an implementation of scalar multiplication on
  /external/llvm/test/MC/ARM/
directive-arch-armv4.s 31 @ Check that multiplication is supported
  /prebuilts/go/darwin-x86/src/math/big/
calibrate_test.go 16 // is faster than standard multiplication.
66 fmt.Printf("Multiplication times for varying Karatsuba thresholds\n")
69 // determine Tk, the work load execution time using basic multiplication
70 Tb := measureKaratsuba(1e9) // th == 1e9 => Karatsuba multiplication disabled
80 // determine Tk, the work load execution time using Karatsuba multiplication
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/
doc.go 5 // Package curve25519 provides an implementation of scalar multiplication on
  /prebuilts/go/linux-x86/src/math/big/
calibrate_test.go 16 // is faster than standard multiplication.
66 fmt.Printf("Multiplication times for varying Karatsuba thresholds\n")
69 // determine Tk, the work load execution time using basic multiplication
70 Tb := measureKaratsuba(1e9) // th == 1e9 => Karatsuba multiplication disabled
80 // determine Tk, the work load execution time using Karatsuba multiplication
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/
doc.go 5 // Package curve25519 provides an implementation of scalar multiplication on
  /external/webrtc/webrtc/common_audio/signal_processing/
filter_ar_fast_q12_armv7.S 29 @ 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
  /prebuilts/go/darwin-x86/test/ken/
cplx2.go 7 // Test arithmetic on complex numbers, including multiplication and division.
  /prebuilts/go/linux-x86/test/ken/
cplx2.go 7 // Test arithmetic on complex numbers, including multiplication and division.
  /external/tensorflow/tensorflow/contrib/specs/python/
specs_lib.py 90 (via "**"), and maps addition ("+") and multiplication ("*")
  /prebuilts/go/darwin-x86/src/runtime/
hash32.go 16 // Constants for multiplication: four random odd 32-bit numbers.
hash64.go 16 // Constants for multiplication: four random odd 64-bit numbers.
  /prebuilts/go/linux-x86/src/runtime/
hash32.go 16 // Constants for multiplication: four random odd 32-bit numbers.

Completed in 983 milliseconds

1 2 3 4 5