HomeSort by relevance Sort by last modified time
    Searched refs:In (Results 101 - 125 of 1209) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin-6.d 29 tmpdir/main.o: In function `main':
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 10 * you may not use this file except in compliance with the License.
15 * Unless required by applicable law or agreed to in writing, software
115 * In the precision tests we are dealing with functions of different arities.
137 // These are used to make Voids usable as containers in container-generic code.
149 //! This is used in vector and matrix constructors.
186 * approximation. These are given in the type Traits<T>.
192 * the actual operations in Traits<T>. Hence we can just use:
256 //! Approximate `value` elementwise to the float precision defined in `fmt`.
257 //! The resulting interval might not be a singleton if rounding in both
643 * effects only: the execute() method should modify at least one variable in
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c 8 // to deal in the Software without restriction, including without limitation
13 // The above copyright notice and this permission notice shall be included in
19 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29 // Tone curves are powerful constructs that can contain curves specified in diverse ways.
30 // The curve is stored in segments, where each segment can be sampled or specified by parameters.
33 // each plug-in may define up to MAX_TYPES_IN_LCMS_PLUGIN functions types. For defining a function,
34 // the plug-in should provide the type id, how many parameters each type has, and a pointer t
    [all...]
cmsps2.c 8 // to deal in the Software without restriction, including without limitation
13 // The above copyright notice and this permission notice shall be included in
19 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
50 In order to obtain precision, code chooses between three ways to implement
103 Lab is used in such cases.
572 // This is the sampler. Intended to work in SAMPLER_INSPECT mode,
575 // In[] The grid location coordinates, normalized to 0..fff
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 118 // Expand these forms; we pattern-match the forms that we can handle in isel.
347 // Outgoing non-fixed arguments are placed in a buffer. First
376 "ArgLocs should remain in order and only hold varargs args");
404 for (const auto &In : Ins) {
405 assert(!In.Flags.isByVal() && "byval is not valid for return values");
406 assert(!In.Flags.isNest() && "nest is not valid for return values");
407 if (In.Flags.isInAlloca())
409 if (In.Flags.isInConsecutiveRegs())
411 if (In.Flags.isInConsecutiveRegsLast())
414 // Ignore In.getOrigAlign() because all our arguments are passed i
    [all...]
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 10 // This pass loops over all of the functions and variables in the input module.
14 // This transformation would not be legal in a regular compilation, but it gets
76 std::ifstream In(Filename.data());
77 if (!In.good()) {
82 while (In) {
84 In >> Symbol;
171 // We must assume that globals in llvm.used have a reference that not even
176 // is that even in LTO llvm doesn't see every reference. For example,
178 // conservative, we internalize symbols in llvm.compiler.used, but we
184 // Mark all functions not in the api as internal
    [all...]
  /external/ltp/testscripts/
ltpfsnolvm.sh 37 - If this is run on a 2.4 kernel system then LVM must be configured and the kernel rebuilt. In a 2.5 environment
41 Once these tests are started all data in the partitions you point to will be destroyed.
48 do case $arg in
  /external/vboot_reference/scripts/image_signing/
convert_recovery_to_ssd.sh 5 # found in the LICENSE file.
7 # Script to convert a recovery image into an SSD image. Changes are made in-
14 In-place converts recovery <image> into an SSD image. With --force, does not
28 for arg in $*; do
29 case "$arg" in
46 { echo "cgpt tool must be in the path or specified via --cgpt"; exit 1; }
52 echo "This will modify ${IMAGE} in-place and convert it into an SSD image."
  /prebuilts/go/darwin-x86/src/math/cmplx/
log.go 3 // license that can be found in the LICENSE file.
17 // Some software in this archive may be from the book _Methods and
20 // commercial product. In either event, it is copyrighted by the author.
24 // The two known misprints in the book are repaired here in the
53 // In IEEE arithmetic the peak absolute error is 5.2e-16, rms
  /prebuilts/go/darwin-x86/src/runtime/
lfstack_64bit.go 3 // license that can be found in the LICENSE file.
14 // In Linux the user address space for each architecture is limited as
28 // room in the bottom for the count.
31 // In addition to the 16 bits taken from the top, we can take 3 from the
write_err_android.go 3 // license that can be found in the LICENSE file.
21 // in kernel ring buffers. In Android-L, those /dev/log files are no longer
54 // In legacy mode: "<priority 1 byte><tag n bytes>".
55 // In logd mode: "<android_log_header_t 11 bytes><priority 1 byte><tag n bytes>"
57 // The entire log needs to be delivered in a single syscall (the NDK
87 // In legacy mode, logs are written to /dev/log/main
91 // in case user has root on device and has run
102 // used in initLogdWrite but defined here to avoid heap allocation.
106 // In logd mode, logs are sent to the logd via a unix domain socket
    [all...]
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_test.go 3 // license that can be found in the LICENSE file.
22 // transition time. To do this we explicitly check early dates in a
54 s := time.Unix(test.unix, 0).In(z).Format(format)
58 s = time.Unix(test.unix+1, 0).In(z).Format(format)
  /prebuilts/go/linux-x86/src/math/cmplx/
log.go 3 // license that can be found in the LICENSE file.
17 // Some software in this archive may be from the book _Methods and
20 // commercial product. In either event, it is copyrighted by the author.
24 // The two known misprints in the book are repaired here in the
53 // In IEEE arithmetic the peak absolute error is 5.2e-16, rms
  /prebuilts/go/linux-x86/src/runtime/
lfstack_64bit.go 3 // license that can be found in the LICENSE file.
14 // In Linux the user address space for each architecture is limited as
28 // room in the bottom for the count.
31 // In addition to the 16 bits taken from the top, we can take 3 from the
write_err_android.go 3 // license that can be found in the LICENSE file.
21 // in kernel ring buffers. In Android-L, those /dev/log files are no longer
54 // In legacy mode: "<priority 1 byte><tag n bytes>".
55 // In logd mode: "<android_log_header_t 11 bytes><priority 1 byte><tag n bytes>"
57 // The entire log needs to be delivered in a single syscall (the NDK
87 // In legacy mode, logs are written to /dev/log/main
91 // in case user has root on device and has run
102 // used in initLogdWrite but defined here to avoid heap allocation.
106 // In logd mode, logs are sent to the logd via a unix domain socket
    [all...]
  /prebuilts/go/linux-x86/src/time/
zoneinfo_test.go 3 // license that can be found in the LICENSE file.
22 // transition time. To do this we explicitly check early dates in a
54 s := time.Unix(test.unix, 0).In(z).Format(format)
58 s = time.Unix(test.unix+1, 0).In(z).Format(format)
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 8 * you may not use this file except in compliance with the License.
13 * Unless required by applicable law or agreed to in writing, software
136 * In the precision tests we are dealing with functions of different arities.
158 // These are used to make Voids usable as containers in container-generic code.
170 //! This is used in vector and matrix constructors.
207 * approximation. These are given in the type Traits<T>.
213 * the actual operations in Traits<T>. Hence we can just use:
277 //! Approximate `value` elementwise to the float precision defined in `fmt`.
278 //! The resulting interval might not be a singleton if rounding in both
664 * effects only: the execute() method should modify at least one variable in
    [all...]
  /prebuilts/go/darwin-x86/src/unicode/
graphic.go 3 // license that can be found in the LICENSE file.
38 // and in the index we convert to uint8 to avoid the range check.
42 return In(r, GraphicRanges...)
54 return In(r, PrintRanges...)
58 // The function "In" provides a nicer signature and should be used in preference to IsOneOf.
68 // In reports whether the rune is a member of one of the ranges.
69 func In(r rune, ranges ...*RangeTable) bool {
99 // There are no mark characters in Latin-1.
121 // by Unicode's White Space property; in the Latin-1 spac
    [all...]
  /prebuilts/go/linux-x86/src/unicode/
graphic.go 3 // license that can be found in the LICENSE file.
38 // and in the index we convert to uint8 to avoid the range check.
42 return In(r, GraphicRanges...)
54 return In(r, PrintRanges...)
58 // The function "In" provides a nicer signature and should be used in preference to IsOneOf.
68 // In reports whether the rune is a member of one of the ranges.
69 func In(r rune, ranges ...*RangeTable) bool {
99 // There are no mark characters in Latin-1.
121 // by Unicode's White Space property; in the Latin-1 spac
    [all...]
  /prebuilts/go/darwin-x86/src/image/
image.go 3 // license that can be found in the LICENSE file.
8 // are described in the image/color package.
12 // image data in a format such as GIF, JPEG or PNG. Decoding any particular
17 // in a program's main package. The _ means to import a package purely for its
59 // RGBA is an in-memory image whose At method returns color.RGBA values.
61 // Pix holds the image's pixels, in R, G, B, A order. The pixel at
64 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
79 if !(Point{x, y}.In(p.Rect)) {
93 if !(Point{x, y}.In(p.Rect)) {
105 if !(Point{x, y}.In(p.Rect))
    [all...]
geom.go 3 // license that can be found in the LICENSE file.
42 // In reports whether p is in r.
43 func (p Point) In(r Rectangle) bool {
48 // Mod returns the point q in r such that p.X-q.X is a multiple of r's width
83 // returns color.Opaque for points in the rectangle and color.Transparent
211 // In reports whether every point in r is in s.
212 func (r Rectangle) In(s Rectangle) bool
    [all...]
  /prebuilts/go/linux-x86/src/image/
image.go 3 // license that can be found in the LICENSE file.
8 // are described in the image/color package.
12 // image data in a format such as GIF, JPEG or PNG. Decoding any particular
17 // in a program's main package. The _ means to import a package purely for its
59 // RGBA is an in-memory image whose At method returns color.RGBA values.
61 // Pix holds the image's pixels, in R, G, B, A order. The pixel at
64 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
79 if !(Point{x, y}.In(p.Rect)) {
93 if !(Point{x, y}.In(p.Rect)) {
105 if !(Point{x, y}.In(p.Rect))
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 11 // functions that are stored in MIR files.
78 /// Report a given error with the location translated from the location in an
79 /// embedded string literal to a location in the MIR file.
84 /// Try to parse the optional LLVM module and the machine functions in the MIR
90 /// Parse the machine function in the current YAML document.
97 bool parseMachineFunction(yaml::Input &In, Module &M, bool NoLLVMIR);
99 /// Initialize the machine function to the state that's described in the MIR
142 /// Return a MIR diagnostic converted from a diagnostic located in a YAML
212 yaml::Input In(SM.getMemoryBuffer(SM.getMainFileID())->getBuffer(),
214 In.setContext(&In)
    [all...]
  /external/boringssl/src/crypto/modes/asm/
ghashv8-armx.pl 14 # Initial version was developed in tight cooperation with Ard
24 # Current performance in cycles per processed byte:
53 my ($Xl,$Xm,$Xh,$IN)=map("q$_",(0..3));
86 vext.8 $IN,$t1,$t1,#8
90 vshr.u64 $t2,$IN,#63
93 vshl.i64 $IN,$IN,#1
96 vorr $IN,$IN,$t2 @ H<<<=1
97 veor $H,$IN,$t0 @ twisted
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFGraph.cpp 307 // memory in sizes that are multiples of the size of a node. Each block has
310 // There is a mapping scheme between node id and its location in a block,
311 // and within that block is described in the header file.
318 // than 2^N, where N is the number of bits in NodeId for the block index.
365 // Insert node NA after "this" in the circular chain.
387 // Set the register reference in the reference node directly (for references
388 // in phi nodes).
395 // Set the register reference in the reference node based on a machine
396 // operand (for references in statement nodes).
412 llvm_unreachable("No owner in circular list")
    [all...]

Completed in 1013 milliseconds

1 2 3 45 6 7 8 91011>>