HomeSort by relevance Sort by last modified time
    Searched refs:an (Results 226 - 250 of 8174) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
hazard2.s 1 # This test case includes a single case of a load hazard, whereby an
hazard3.s 1 # This test case includes a single case of a load hazard, whereby an
hazard4.s 1 # This test case includes a single case of a load hazard, whereby an
hazard5.s 1 # This test case includes a single case of a load hazard, whereby an
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
p2663.s 2 | This code generates an incorrect pc relative offset
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
octeon-ill.l 33 .*:47: Error: operand 2 must be an immediate expression `dmfc2 \$9,\$12'
34 .*:48: Error: operand 2 must be an immediate expression `dmfc2 \$4,\$15,4'
35 .*:49: Error: operand 2 must be an immediate expression `dmtc2 \$16,\$8'
36 .*:50: Error: operand 2 must be an immediate expression `dmtc2 \$22,\$7,\$4'
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
badoffsetlow.s 1 ; Offset less than #-32786 should cause an error since the offset is
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
esa-z9-109.s 7 # z9-109 z/Architecture mode extended sske with an additional parameter
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
err-1.s 3 ! Check that errors are emitted, with no crashes, when an external symbol
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
shift-3.s 1 ! This should not get an internal error and it should emit the expected
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
got-reloc.s 1 # Test that no GOT relocs with an addend are produced.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
locref2.d 7 # Referencing an undefined weak (non-hidden) symbol with a local-only
8 # PIC relocation is ok when building an executable.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-5.d 9 # unexpected addresses when an mmo is read in. We used to do this by
10 # e.g. linking .text at an unexpected address, like in sec-9.d. That no
13 # section contents at link time. To test, we instead read in an mmo
  /external/llvm/test/MC/ARM/
fp-const-errors.s 10 @ Test that vmov.f instructions do not accept an 8-bit encoded float as an operand
17 @ Test that fconst instructions do not accept a float constant as an operand
  /prebuilts/go/darwin-x86/src/image/
format.go 13 // ErrFormat indicates that decoding encountered an unknown format.
16 // A format holds an image format's name, magic header and how to decode it.
26 // RegisterFormat registers an image format for use by Decode.
36 // A reader is an io.Reader that can also peek ahead.
42 // asReader converts an io.Reader to a reader.
74 // Decode decodes an image that has been encoded in a registered format.
76 // Format registration is typically done by an init function in the codec-
88 // DecodeConfig decodes the color model and dimensions of an image that has
91 // an init function in the codec-specific package.
names.go 12 // Black is an opaque black uniform image.
14 // White is an opaque white uniform image.
22 // Uniform is an infinite-sized Image of uniform color.
  /prebuilts/go/linux-x86/src/image/
format.go 13 // ErrFormat indicates that decoding encountered an unknown format.
16 // A format holds an image format's name, magic header and how to decode it.
26 // RegisterFormat registers an image format for use by Decode.
36 // A reader is an io.Reader that can also peek ahead.
42 // asReader converts an io.Reader to a reader.
74 // Decode decodes an image that has been encoded in a registered format.
76 // Format registration is typically done by an init function in the codec-
88 // DecodeConfig decodes the color model and dimensions of an image that has
91 // an init function in the codec-specific package.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10607a.go 47 an := (namesz + 3) &^ 3
50 if int(12+an+ad) > len(d) {
57 id := string(d[12+an:12+an+descsz])
66 d = d[12+an+ad:]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10607a.go 47 an := (namesz + 3) &^ 3
50 if int(12+an+ad) > len(d) {
57 id := string(d[12+an:12+an+descsz])
66 d = d[12+an+ad:]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/special/
Gamma.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
177 double an = 1.0 / a; // n-th element in the series local
178 double sum = an; // partial sum
179 while (FastMath.abs(an/sum) > epsilon && n < maxIterations && sum < Double.POSITIVE_INFINITY) {
182 an = an * (x / (a + n));
185 sum = sum + an;
277 * <p>This is an independently written implementation of the algorithm described in
  /external/easymock/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
19 # Build an easymock.jar to use for host side tests
28 # Build an easymocklib.jar to use on device
  /prebuilts/go/darwin-x86/src/bytes/
bytes_decl.go 16 // A nil argument is equivalent to an empty slice.
21 // Compare returns an integer comparing two byte slices lexicographically.
23 // A nil argument is equivalent to an empty slice.
  /prebuilts/go/darwin-x86/src/os/
executable.go 14 // Executable returns an absolute path unless an error occurred.
16 // The main use case is finding resources located relative to an
  /prebuilts/go/darwin-x86/test/fixedbugs/issue14164.dir/
a.go 7 // F is an exported function, small enough to be inlined.
8 // It defines a local interface with an unexported method
19 // defined via an embedded interface t. The compiler
  /prebuilts/go/linux-x86/src/bytes/
bytes_decl.go 16 // A nil argument is equivalent to an empty slice.
21 // Compare returns an integer comparing two byte slices lexicographically.
23 // A nil argument is equivalent to an empty slice.

Completed in 646 milliseconds

1 2 3 4 5 6 7 8 91011>>