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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/sync/
waitgroup.go 26 // the aligned 8 bytes in them as state.
69 // Need to model this as a read, because there can be
126 // Need to model this is as a write to race with the read in Add.
127 // As a consequence, can do the write only for the first waiter,
  /prebuilts/go/linux-x86/src/syscall/
syscall.go 13 // portable interface to the system, such as "os", "time" and "net". Use
105 // As of Go 1.6 the compiler handles that case automatically.
  /prebuilts/go/linux-x86/test/
reorder2.go 55 // As will x := g() + h() (same conditions).
  /external/ImageMagick/scripts/
xsnap 13 # This software and documentation is provided "as is," and the copyright
30 # 2. Altered versions must be plainly marked as such and must not be
31 # misrepresented as being the original source.
36 # without fee, and encourage the use of this source code as a component for
68 # Create as many buttons as needed and arrange them from left to right.
361 wm title .save "Save As..."
519 # Display tile image as a button.
550 .toolbar.file.menu add command -label "Save As ..." -command "SaveImage"
  /external/llvm/test/MC/Mips/
mips64-register-names-n32-n64.s 69 # ABI documentation (using t4-t7) and GNU As (using t0-t3)
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
FieldMask.cs 57 /// sub-message is filtered by the API to only contain those fields as
59 /// example is applied to a response message as follows:
86 /// operation applies to all fields (as if a FieldMask of all fields
103 /// to only change the values of the fields as specified in the mask
112 /// not provide a mask as described below.
115 /// all fields (as if a field mask of all fields has been specified).
122 /// As with get operations, the location of the resource which
135 /// In JSON, a field mask is encoded as a single string where paths are
139 /// As an example, consider the following message declarations:
150 /// In proto a field mask for `Profile` may look as such
    [all...]
  /libcore/ojluni/src/main/java/java/io/
StreamTokenizer.java 6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
38 * Each byte read from the input stream is regarded as a character
47 * <li>Whether line terminators are to be returned as tokens or treated
48 * as white space that merely separates tokens.
152 * made available as the part of the API in a future release.
214 * <li>Ends of lines are treated as white space, not as separate tokens.
218 * @deprecated As of JDK version 1.1, the preferred way to tokenize a
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
prog.go 22 // As an exception to that rule, we typically write down all the
139 info := progtable[p.As&obj.AMask]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips64/
prog.go 23 // As an exception to that rule, we typically write down all the
138 info := progtable[p.As&obj.AMask]
  /prebuilts/go/darwin-x86/src/math/big/
prime.go 11 // as well as a Baillie-PSW test.
24 // As of Go 1.8, ProbablyPrime(0) is allowed and applies only a Baillie-PSW test.
29 // extra strong Lucas test as its Lucas test, but since no one knows
146 // as pointed out by Jacobsen.)
162 // as in https://oeis.org/A217719/a217719.txt:
227 // so we can get the full extra-strong test at essentially the same performance as the
282 // As suggested by Jacobsen, apply Crandall and Pomerance equation 3.13:
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
prog.go 22 // As an exception to that rule, we typically write down all the
139 info := progtable[p.As&obj.AMask]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips64/
prog.go 23 // As an exception to that rule, we typically write down all the
138 info := progtable[p.As&obj.AMask]
  /prebuilts/go/linux-x86/src/math/big/
prime.go 11 // as well as a Baillie-PSW test.
24 // As of Go 1.8, ProbablyPrime(0) is allowed and applies only a Baillie-PSW test.
29 // extra strong Lucas test as its Lucas test, but since no one knows
146 // as pointed out by Jacobsen.)
162 // as in https://oeis.org/A217719/a217719.txt:
227 // so we can get the full extra-strong test at essentially the same performance as the
282 // As suggested by Jacobsen, apply Crandall and Pomerance equation 3.13:
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 782 auto L = [](auto ... As) {
784 vfun([](decltype(As) a) -> decltype(a) { return a; } ...)(first<decltype(As)...>{});
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
ssa.go 15 var condOps = map[ssa.Op]obj.As{
75 func loadByType(t ssa.Type) obj.As {
111 func storeByType(t ssa.Type) obj.As {
379 // the assembler expands it as the following:
578 var movu obj.As
623 // so adjust arg0 and arg1 as part of the expansion.
635 var movu obj.As
705 // stack as well. See the long comment near
738 // Make sure function pointer is in R12 as well when
821 asm, invasm obj.As
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/s390x/
ssa.go 40 func loadByType(t ssa.Type) obj.As {
76 func storeByType(t ssa.Type) obj.As {
101 func moveByType(t ssa.Type) obj.As {
135 func opregreg(op obj.As, dest, src int16) *obj.Prog {
148 func opregregimm(op obj.As, dest, src int16, off int64) *obj.Prog {
168 v.Fatalf("cannot use R0 as shift value %s", v.LongString())
609 // so adjust arg0 and arg1 as part of the expansion.
659 // so adjust arg0 as part of the expansion.
791 asm, invasm obj.As
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
ssa.go 15 var condOps = map[ssa.Op]obj.As{
75 func loadByType(t ssa.Type) obj.As {
111 func storeByType(t ssa.Type) obj.As {
379 // the assembler expands it as the following:
578 var movu obj.As
623 // so adjust arg0 and arg1 as part of the expansion.
635 var movu obj.As
705 // stack as well. See the long comment near
738 // Make sure function pointer is in R12 as well when
821 asm, invasm obj.As
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/
ssa.go 40 func loadByType(t ssa.Type) obj.As {
76 func storeByType(t ssa.Type) obj.As {
101 func moveByType(t ssa.Type) obj.As {
135 func opregreg(op obj.As, dest, src int16) *obj.Prog {
148 func opregregimm(op obj.As, dest, src int16, off int64) *obj.Prog {
168 v.Fatalf("cannot use R0 as shift value %s", v.LongString())
609 // so adjust arg0 and arg1 as part of the expansion.
659 // so adjust arg0 as part of the expansion.
791 asm, invasm obj.As
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips/
ssa.go 27 func loadByType(t ssa.Type, r int16) obj.As {
56 func storeByType(t ssa.Type, r int16) obj.As {
97 as := mips.AMOVW
99 as = mips.AMOVF
101 as = mips.AMOVD
105 p := gc.Prog(as)
111 // cannot move between special registers, use TMP as intermediate
236 // cannot move into FP or special registers, use TMP as intermediate
286 // the assembler expands it as the following:
402 var mov obj.As
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
ssa.go 41 func loadByType(t ssa.Type) obj.As {
55 func storeByType(t ssa.Type) obj.As {
78 func moveByType(t ssa.Type) obj.As {
107 func opregreg(op obj.As, dest, src int16) *obj.Prog {
198 // Arg[0] is already in AX as it's the only register we allow
273 // Arg[0] is already in AX as it's the only register we allow
802 asm, invasm obj.As
902 // liblink reorders the instruction stream as it sees fit.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips/
ssa.go 27 func loadByType(t ssa.Type, r int16) obj.As {
56 func storeByType(t ssa.Type, r int16) obj.As {
97 as := mips.AMOVW
99 as = mips.AMOVF
101 as = mips.AMOVD
105 p := gc.Prog(as)
111 // cannot move between special registers, use TMP as intermediate
236 // cannot move into FP or special registers, use TMP as intermediate
286 // the assembler expands it as the following:
402 var mov obj.As
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
ssa.go 41 func loadByType(t ssa.Type) obj.As {
55 func storeByType(t ssa.Type) obj.As {
78 func moveByType(t ssa.Type) obj.As {
107 func opregreg(op obj.As, dest, src int16) *obj.Prog {
198 // Arg[0] is already in AX as it's the only register we allow
273 // Arg[0] is already in AX as it's the only register we allow
802 asm, invasm obj.As
902 // liblink reorders the instruction stream as it sees fit.
  /external/ImageMagick/www/api/
morphology.php 63 <p>Previously IM was restricted to a square of odd size using the exact center as origin, this is no longer the case, and any rectangular kernel with any value being declared the origin. This in turn allows the use of highly asymmetrical kernels.</p>
65 <p>The floating point values in the kernel can also include a special value known as 'nan' or 'not a number' to indicate that this value is not part of the kernel array. This allows you to shaped the kernel within its rectangular area. That is 'nan' values provide a 'mask' for the kernel shape. However at least one non-nan value must be provided for correct working of a kernel.</p>
77 <p>You can define a 'list of kernels' which can be used by some morphology operators A list is defined as a semi-colon separated list kernels.</p>
107 <p>AcquireKernelBuiltIn() returned one of the 'named' built-in types of kernels used for special purposes such as gaussian blurring, skeleton pruning, and edge distance determination.</p>
136 <dd> Gaussian:{radius},{sigma} Generate a two-dimensional gaussian kernel, as used by -gaussian. The sigma for the curve is required. The resulting kernel is normalized, </dd>
140 <dd> NOTE: that the 'radius' is optional, but if provided can limit (clip) the final size of the resulting kernel to a square 2*radius+1 in size. The radius should be at least 2 times that of the sigma value, or sever clipping and aliasing may result. If not given or set to 0 the radius will be determined so as to produce the best minimal error result, which is usally much larger than is normally needed. </dd>
146 <dd> DoG:{radius},{sigma1},{sigma2} "Difference of Gaussians" Kernel. As "Gaussian" but with a gaussian produced by 'sigma2' subtracted from the gaussian produced by 'sigma1'. Typically sigma2 &gt; sigma1. The result is a zero-summing kernel. </dd>
164 <dd> All these are unscaled, zero-summing kernels by default. As such for non-HDRI version of ImageMagick some form of normalization, user scaling, and biasing the results is recommended, to prevent the resulting image being 'clipped'. </dd>
190 <dd> Type 1: Orthogonal Kernel (same as type 11 below) | 1, 0, -1 | | sqrt(2), 0, -sqrt(2) | / 2*sqrt(2) | 1, 0, -1 | </dd>
194 <dd> However this kernel is als at the heart of the FreiChen Edge Detection Process which uses a set of 9 specially weighted kernel. These 9 kernels not be normalized, but directly applied to the image. The results is then added together, to produce the intensity of an edge in a specific direction. The square root of the pixel value can then be taken as the cosine of the edge, and at least 2 such runs at 90 degrees from each other, both the direction (…)
    [all...]
  /external/libvorbis/doc/
08-residue.tex 12 hybrids as mixed by channel coupling. The exact semantic content of
35 encoded and simply trusting that it is, is as follows:
49 can be thought of as forming a vector in their own right, as in the
50 illustration below. Just as the residue vectors are coded in grouped
60 codebook design dictates that each vector is encoded as the additive
81 as a black box--or cyan box or brown box--in the above figure).
89 As an example, assume a partition vector of size eight, to be encoded
96 codebook dimensions = 8 encoded as: [ 0 1 2 3 4 5 6 7 ]
98 codebook dimensions = 4 encoded as: [ 0 2 4 6 ], [ 1 3 5 7
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 33 # cookies as a Python dictionary. See RFC 2109 for more
36 # The original idea to treat Cookies as a dictionary came from
66 Once you've created your Cookie, you can add values just as if it were
128 As mentioned before, there are three different flavors of Cookie
152 cPickle (or pickle, if cPickle isn't available). As a result of
180 as a string.
261 # Because of the way browsers really handle cookies (as opposed
409 # RFC 2109 lists these attributes as reserved:
528 # follow the character rules outlined in those specs. As a
656 # mechanism as a whole. See RFC 2109.
    [all...]

Completed in 1241 milliseconds

1 2 3 4 5 6 7 8 91011>>