HomeSort by relevance Sort by last modified time
    Searched refs:For (Results 251 - 275 of 1888) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/math/
erf.go 40 // 1. For |x| in [0, 0.84375]
57 // guarantee the error is less than one ulp for erf.
59 // 2. For |x| in [0.84375,1.25], let s = |x| - 1, and
70 // Note that |P1/Q1|< 0.078 for x in [0.84375,1.25]
75 // 3. For x in [1.25,1/0.35(~2.857143)],
82 // 4. For x in [1/0.35,28]
105 // Here is the error bound for R1/S1 and R2/S2
109 // 5. For inf > x >= 28
121 // Coefficients for approximation to erf in [0, 0.84375]
134 // Coefficients for approximation to erf in [0.84375, 1.25
    [all...]
  /prebuilts/go/linux-x86/src/math/
erf.go 40 // 1. For |x| in [0, 0.84375]
57 // guarantee the error is less than one ulp for erf.
59 // 2. For |x| in [0.84375,1.25], let s = |x| - 1, and
70 // Note that |P1/Q1|< 0.078 for x in [0.84375,1.25]
75 // 3. For x in [1.25,1/0.35(~2.857143)],
82 // 4. For x in [1/0.35,28]
105 // Here is the error bound for R1/S1 and R2/S2
109 // 5. For inf > x >= 28
121 // Coefficients for approximation to erf in [0, 0.84375]
134 // Coefficients for approximation to erf in [0.84375, 1.25
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeAdaptor.as 34 /** Tell me how to create a token for use with imaginary token nodes.
35 * For example, there is probably no input symbol associated with imaginary
36 * token DECL, but you need to create it as a payload or whatever for
46 /** Tell me how to create a token for use with imaginary token nodes.
47 * For example, there is probably no input symbol associated with imaginary
48 * token DECL, but you need to create it as a payload or whatever for
52 * an actual real input token. Typically this is for converting '{'
64 /** Track start/stop token for subtree root created for a rule.
65 * Only works with Tree nodes. For rules that match nothing
    [all...]
  /external/tensorflow/tensorflow/core/profiler/g3doc/
options.md 5 For all tfprof views, the profiles are processed with the following procedures
23 types are selected for display and their statistics are aggregated by the
31 For example, in code view, a callee might be hidden, but its statistics is
40 can vary. For example `-max_depth` in scope view means the depth of
71 by the current operation. For example, it can be a tensor
103 `-account_type_regexes`: Account and display the nodes whose types match one of the type regexes specified. tfprof allow user to define extra operation types for graph nodes through tensorflow.tfprof.OpLogProto proto. regexes are comma-sperated.
123 For example: ```-output timeline:outfile=<filename>```.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
magic.go 9 // So you want to compute x / c for some constant c?
23 // for a value of e TBD (^ = exponentiation). Then
29 // Which we want to be equal to ?x / c? for 0 <= x < 2^n-1
91 // Doesn't work for 0.
92 // Don't use for powers of 2.
102 // The return values satisfy for all 0 <= x < 2^n
123 // For signed division, we use a similar strategy.
126 // This will require an additional Neg op for c<0.
139 // times an unsigned n-bit value. For n smaller than the
141 // signed multiply instruction. For n == word size
    [all...]
  /prebuilts/go/darwin-x86/src/go/importer/
importer.go 19 // A Lookup function returns a reader to access package data for
23 // For returns an Importer for importing from installed packages
24 // for the compilers "gc" and "gccgo", or for importing directly
31 // If lookup is nil, the default package lookup mechanism for the
42 func For(compiler string, lookup Lookup) types.Importer {
63 panic("source importer for custom import path lookup not supported (issue #13847).")
73 // Default returns an Importer for the compiler that built the running binary.
76 return For(runtime.Compiler, nil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
magic.go 9 // So you want to compute x / c for some constant c?
23 // for a value of e TBD (^ = exponentiation). Then
29 // Which we want to be equal to ?x / c? for 0 <= x < 2^n-1
91 // Doesn't work for 0.
92 // Don't use for powers of 2.
102 // The return values satisfy for all 0 <= x < 2^n
123 // For signed division, we use a similar strategy.
126 // This will require an additional Neg op for c<0.
139 // times an unsigned n-bit value. For n smaller than the
141 // signed multiply instruction. For n == word size
    [all...]
  /prebuilts/go/linux-x86/src/go/importer/
importer.go 19 // A Lookup function returns a reader to access package data for
23 // For returns an Importer for importing from installed packages
24 // for the compilers "gc" and "gccgo", or for importing directly
31 // If lookup is nil, the default package lookup mechanism for the
42 func For(compiler string, lookup Lookup) types.Importer {
63 panic("source importer for custom import path lookup not supported (issue #13847).")
73 // Default returns an Importer for the compiler that built the running binary.
76 return For(runtime.Compiler, nil
    [all...]
  /build/soong/cc/
coverage.go 12 // See the License for the specific language governing permissions and
59 // For static libraries, the only thing that changes our object files
70 // For executables and shared libraries, we need to check all of
104 // Just turn off for now.
  /device/google/cuttlefish_common/host/libs/ivserver/
README.md 13 * Create the shared-memory window, listen for VM connection (and subsequent
25 * For QEMU, speak the ivshmem protocol, i.e. pass a vmid, pass the shm fd
26 to the qemu VM along with event fds. One for host to guest signalling and the
27 other for guest to host signalling. Please see:
31 * For the client, speak the ad-hoc client protocol:
  /external/boringssl/ios-arm/crypto/fipsmodule/
sha256-armv4.S 10 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
12 @ CRYPTOGAMS licenses depending on where you obtain it. For further
18 @ SHA256 block procedure for ARMv4. May 2007.
26 @ Rescheduling for dual-issue pipeline resulted in 22% improvement on
132 str r1,[sp,#17*4] @ make room for r1
149 str r1,[sp,#17*4] @ make room for r1
190 str r1,[sp,#17*4] @ make room for r1
207 str r1,[sp,#17*4] @ make room for r1
248 str r1,[sp,#17*4] @ make room for r1
265 str r1,[sp,#17*4] @ make room for r
    [all...]
sha512-armv4.S 10 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
12 @ CRYPTOGAMS licenses depending on where you obtain it. For further
18 @ SHA512 block procedure for ARMv4. September 2007.
26 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on
46 @ for further details. On side note Cortex-A15 processes one byte in
54 @ expected to maintain native byte order for whole 64-bit values.
    [all...]
  /external/boringssl/linux-arm/crypto/fipsmodule/
sha256-armv4.S 11 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
13 @ CRYPTOGAMS licenses depending on where you obtain it. For further
19 @ SHA256 block procedure for ARMv4. May 2007.
27 @ Rescheduling for dual-issue pipeline resulted in 22% improvement on
131 str r1,[sp,#17*4] @ make room for r1
148 str r1,[sp,#17*4] @ make room for r1
189 str r1,[sp,#17*4] @ make room for r1
206 str r1,[sp,#17*4] @ make room for r1
247 str r1,[sp,#17*4] @ make room for r1
264 str r1,[sp,#17*4] @ make room for r
    [all...]
sha512-armv4.S 11 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
13 @ CRYPTOGAMS licenses depending on where you obtain it. For further
19 @ SHA512 block procedure for ARMv4. September 2007.
27 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on
47 @ for further details. On side note Cortex-A15 processes one byte in
55 @ expected to maintain native byte order for whole 64-bit values.
    [all...]
  /external/mesa3d/docs/specs/
EXT_shader_integer_mix.spec 63 genIType y, from. For a component of a that is false, the
64 genBType a) corresponding component of x is returned. For a
MESA_texture_array.spec 32 Support for ARB_fragment_program is assumed, but not required.
34 Support for ARB_fragment_program_shadow is assumed, but not required.
36 Support for EXT_framebuffer_object is assumed, but not required.
63 involve using a separate texture unit for each texture map or using 3D
71 of the N LOD in all three dimensions. For the TEXTURE_2D_ARRAY target,
73 same for all levels of detail. The texture then becomes an array of
132 (Note: COMPARE_REF_DEPTH_TO_TEXTURE_EXT is simply an alias for the
150 (Note: FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER is simply an alias for the
173 one of TEXTURE_3D for a three-dimensional texture or
174 TEXTURE_2D_ARRAY_EXT for an two-dimensional array texture
    [all...]
  /external/valgrind/memcheck/tests/
big_blocks_freed_list.stderr.exp 65 For a detailed leak analysis, rerun with: --leak-check=full
67 For counts of detected and suppressed errors, rerun with: -v
  /frameworks/rs/script_api/
rs_convert.spec 13 # See the License for the specific language governing permissions and
42 For example, converting a float that contains 1.0e18 to a short is undefined.
106 The input values are typically between 0.0f and 1.0f inclusive. For input values outside
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 71 for i := 0; i < nComp; i++ {
74 for j, comp := range d.comp[:d.nComp] {
88 for j := 0; j < i; j++ {
115 // For progressive JPEGs, these are the two more-or-less independent
118 // For example, three passes could transmit coefficient 0 (the DC
121 // band of coefficients are transmitted in one pass. For example,
126 // For sequential JPEGs, these parameters are hard-coded to 0/63/0/0, as
138 return FormatError("progressive AC coefficients for more than one component")
153 for i := 0; i < nComp; i++ {
172 for my := 0; my < myy; my++
    [all...]
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 71 for i := 0; i < nComp; i++ {
74 for j, comp := range d.comp[:d.nComp] {
88 for j := 0; j < i; j++ {
115 // For progressive JPEGs, these are the two more-or-less independent
118 // For example, three passes could transmit coefficient 0 (the DC
121 // band of coefficients are transmitted in one pass. For example,
126 // For sequential JPEGs, these parameters are hard-coded to 0/63/0/0, as
138 return FormatError("progressive AC coefficients for more than one component")
153 for i := 0; i < nComp; i++ {
172 for my := 0; my < myy; my++
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.desktop/
harfbuzz.md 10 For parts of HarfBuzz that are licensed under different licenses see individual
26 For full copyright notices consult the individual files in the package.
31 software and its documentation for any purpose, provided that the
35 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
43 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
47 All source code, except for one section, is licensed as above. The one
51 Permission to use, copy, modify, and/or distribute this software for any
57 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  /prebuilts/jdk/jdk9/linux-x86/legal/java.desktop/
harfbuzz.md 10 For parts of HarfBuzz that are licensed under different licenses see individual
26 For full copyright notices consult the individual files in the package.
31 software and its documentation for any purpose, provided that the
35 IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
43 FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
47 All source code, except for one section, is licensed as above. The one
51 Permission to use, copy, modify, and/or distribute this software for any
57 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 6 * SWIG library file containing typemaps for implementing various kinds of
7 * constraints. Depends upon the SWIG exception library for generating
15 This library provides support for applying constraints to function
32 directive. For example :
47 In this case, all of the types listed would be checked for non-NULL
53 constraint name as the parameter name. For example :
60 %apply double { Real }; // Make everything defined for doubles
61 // work for Reals.
71 // Required attribute for C# exception handling
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
ccr.s 18 ; For each flag. Note that the disassembly will show macros for
64 ; FIXME: Put tests for new flag-names here, (not above.
  /prebuilts/go/darwin-x86/src/cmd/go/internal/help/
helpdoc.go 15 The first is the cgo tool, which is part of the Go distribution. For
18 The second is the SWIG program, which is a general tool for
19 interfacing between languages. For information on SWIG see
46 the directory DIR/src/P for some DIR listed in the GOPATH
47 environment variable (For more details see: 'go help gopath').
52 There are four reserved names for paths that should not be used
53 for packages to be built with the go tool:
58 trees. For example, 'go list all' lists all the packages on the local
86 See golang.org/s/go15vendor for more about vendoring.
89 a remote repository. Run 'go help importpath' for details
    [all...]

Completed in 1111 milliseconds

<<11121314151617181920>>