HomeSort by relevance Sort by last modified time
    Searched refs:ARE (Results 126 - 150 of 162) sorted by null

1 2 3 4 56 7

  /external/eigen/blas/testing/
sblat3.f 22 *> of the file are read using list-directed input, the last 6 records
23 *> are read using the format ( A6, L2 ). An annotated example of a data
161 * Read the flag that indicates whether error exits are to be tested.
211 * whether they are to be tested.
380 9989 FORMAT( ' ERROR IN SMMCH - IN-LINE DOT PRODUCTS ARE BEING EVALU',
    [all...]
zblat2.f 22 *> of the file are read using list-directed input, the last 17 records
23 *> are read using the format ( A6, L2 ). An annotated example of a data
192 * Read the flag that indicates whether error exits are to be tested.
270 * whether they are to be tested.
424 9985 FORMAT( ' ERROR IN ZMVCH - IN-LINE DOT PRODUCTS ARE BEING EVALU',
    [all...]
cblat1.f 567 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE
cblat3.f 22 *> of the file are read using list-directed input, the last 9 records
23 *> are read using the format ( A6, L2 ). An annotated example of a data
168 * Read the flag that indicates whether error exits are to be tested.
218 * whether they are to be tested.
390 9989 FORMAT( ' ERROR IN CMMCH - IN-LINE DOT PRODUCTS ARE BEING EVALU',
    [all...]
sblat1.f     [all...]
zblat1.f 567 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE
zblat3.f 22 *> of the file are read using list-directed input, the last 9 records
23 *> are read using the format ( A6, L2 ). An annotated example of a data
170 * Read the flag that indicates whether error exits are to be tested.
220 * whether they are to be tested.
392 9989 FORMAT( ' ERROR IN ZMMCH - IN-LINE DOT PRODUCTS ARE BEING EVALU',
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitSimplify.cpp 267 // Check if all the bits in range [B, E) in both cells are equal.
410 // that is shorter than 32 bits, some bits of the source register are not
413 // the bits are calculated, false otherwise.
726 // These four are actually LH.
885 // Return false if one (or both) classes are nullptr.
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 7 // modification, are permitted provided that the following conditions are
23 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
54 /// Repeated fields and map fields are not handled by this class; use <c>RepeatedField&lt;T&gt;</c>
77 /// byte array. If more bytes are written than fit in the array,
86 /// byte array slice. If more bytes are written than fit in the array,
755 "SpaceLeft can only be called on CodedOutputStreams that are " +
CodedInputStream.cs 7 // modification, are permitted provided that the following conditions are
23 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
50 /// Repeated fields and map fields are not handled by this class; use <see cref="RepeatedField{T}"/>
118 // Note that the checks are performed such that we don't end up checking obviously-valid things
186 /// having to check that the default values are valid every time.
211 /// are suitable for most use cases.
428 // Note: Currently we expect this to be the way that groups are read. We could put the recursion
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 7 // modification, are permitted provided that the following conditions are
23 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
43 /// Helper to construct a byte array from a bunch of bytes. The inputs are
339 /// is thrown. Instead, the invalid bytes are replaced with the Unicode
  /external/protobuf/js/binary/
proto_test.js 6 // modification, are permitted provided that the following conditions are
22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
277 * Helper: verify that all expected extensions are present.
432 * Test that base64 string and Uint8Array are interchangeable in bytes fields.
utils_test.js 6 // modification, are permitted provided that the following conditions are
22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
decoder.js 6 // modification, are permitted provided that the following conditions are
22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
515 * to know the value we're skipping backwards over or things are ambiguous.
535 * If there are more than 32 bits of data in the varint, it _must_ be due to
887 * Reads an enum value from the binary stream, which are always encoded as
900 * encounters characters longer than three bytes. These characters are ignored
901 * though, as they are extremely rare: three UTF-8 bytes cover virtually all
917 // UTF-8 continuation mark. We are out of sync. This
reader.js 6 // modification, are permitted provided that the following conditions are
22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
266 // If we're at the end of the block, there are no more fields.
    [all...]
utils.js 6 // modification, are permitted provided that the following conditions are
22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
457 // only 3 (very large) digits. Those digits are then trivial to convert to
460 // The magic numbers used here are -
  /external/v8/benchmarks/
richards.js 3 // modification, are permitted provided that the following conditions are
19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
85 * They don't have any meaning a such but are characteristic of a
96 * which holds tasks and the data queue they are processing.
364 * @param {int} v1 a seed value that controls how the device tasks are scheduled
420 * @param {int} v1 a seed used to specify how work packets are manipulated
421 * @param {int} v2 another seed used to specify how work packets are manipulated
508 * Besides carrying data, packets form linked lists and are hence used both as
  /external/v8/tools/
profile.js 3 // modification, are permitted provided that the following conditions are
19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
156 // As code and functions are in the same address space,
426 * Cleans up function entries that are not referenced by code entries.
  /external/v8/tools/profviz/
composer.js 3 // modification, are permitted provided that the following conditions are
19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 59 // Lines beginning with # are comments. Lines beginning with
60 // a capital letter are test names printed during RE2's test suite
61 // and are echoed into t but otherwise ignored.
398 // A REG_AUGMENTED ARE (egrep with negation)
570 // in the outcome. Unspecified endpoints (offset -1) are denoted by ?.
571 // Unset endpoints (offset -2) are denoted by X. {x}(o:n) denotes a
591 // All the other error codes are compile errors.
  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 59 // Lines beginning with # are comments. Lines beginning with
60 // a capital letter are test names printed during RE2's test suite
61 // and are echoed into t but otherwise ignored.
398 // A REG_AUGMENTED ARE (egrep with negation)
570 // in the outcome. Unspecified endpoints (offset -1) are denoted by ?.
571 // Unset endpoints (offset -2) are denoted by X. {x}(o:n) denotes a
591 // All the other error codes are compile errors.
  /external/valgrind/helgrind/
libhb_core.c 142 some effort to make them as small as possible. Logically they are
163 NB2: thrid values are issued upwards from 1024, and values less
165 will do, so long as they are unique), but it does help ensure they
166 are less likely to get confused with the various other kinds of
171 NB3: this probably also relies on the fact that Thr's are never
226 /* In the lines, each 8 bytes are treated individually, and are mapped
241 /* tags are separated from lines. tags are Addrs and are
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 8 modification, are permitted provided that the following conditions
9 are met:
25 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
342 /// with small collections. Since small collections are more typical in these
352 /// Also note that the variable names are case sensitive, so 'x' is a
356 /// TLocalStorage can only store variables that are 32 bits in size, and
363 /// sure that any stored variables of type IInterface are released.
391 { Checks if A and B are implemented by the same object }
  /external/cblas/testing/
c_cblat1.f 526 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE
c_zblat1.f 526 * SEE IF THE TERM BY TERM DIFFERENCES, MULTIPLIED BY SFAC, ARE

Completed in 332 milliseconds

1 2 3 4 56 7