HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 526 - 550 of 1983) sorted by null

<<21222324252627282930>>

  /external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
MachO_ARM64_relocations.s 17 # bits of the 28-bit possible branch range. The lower two bits are always zero
  /external/v8/test/mjsunit/
arguments.js 137 x = "two";
144 assertEquals("two", x);
  /external/v8/tools/
v8-info.sh 70 -u Print a link to all SVN revisions between two V8 revision tags.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copyframe_func_neon.asm 48 ; copy two rows at one time
108 ;copy two rows at one time
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentHashMapTest.java 43 map.put(two, "B");
332 assertTrue(s.contains(two));
407 (e.getKey().equals(two) && e.getValue().equals("B")) ||
423 assertTrue(empty.containsKey(two));
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/
asm.go 96 p.errorf("expect two or three operands for TEXT")
119 // Bizarre syntax: $frameSize-argSize is two words, not subtraction.
176 p.errorf("expect two operands for DATA")
225 p.errorf("expect two or three operands for GLOBL")
262 p.errorf("expect two operands for PCDATA")
288 p.errorf("expect two operands for FUNCDATA")
330 // First two must be constants; a[1] is a register number.
500 // ARM64 instructions with one input and two outputs.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
asm.go 93 p.errorf("expect two or three operands for TEXT")
116 // Bizarre syntax: $frameSize-argSize is two words, not subtraction.
173 p.errorf("expect two operands for DATA")
222 p.errorf("expect two or three operands for GLOBL")
259 p.errorf("expect two operands for PCDATA")
285 p.errorf("expect two operands for FUNCDATA")
327 // First two must be constants; a[1] is a register number.
497 // ARM64 instructions with one input and two outputs.
  /prebuilts/go/darwin-x86/src/cmd/go/
doc.go 18 Doc accepts zero, one, or two arguments.
50 When run with two arguments, the first must be a full package path (not just a
85 go doc text/template new # Two arguments
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader_test.go 75 Input: `"two
79 Output: [][]string{{"two\nline", "one line", "three\nline\nfield"}},
  /prebuilts/go/darwin-x86/src/image/
decode_example_test.go 18 // two lines to also understand GIF and PNG images:
41 // An image's bounds do not necessarily start at (0, 0), so the two loops start
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
select_test.go 20 // At least two channels are needed because
236 // there are two variables, access to one
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/
asm.go 96 p.errorf("expect two or three operands for TEXT")
119 // Bizarre syntax: $frameSize-argSize is two words, not subtraction.
176 p.errorf("expect two operands for DATA")
225 p.errorf("expect two or three operands for GLOBL")
262 p.errorf("expect two operands for PCDATA")
288 p.errorf("expect two operands for FUNCDATA")
330 // First two must be constants; a[1] is a register number.
500 // ARM64 instructions with one input and two outputs.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
asm.go 93 p.errorf("expect two or three operands for TEXT")
116 // Bizarre syntax: $frameSize-argSize is two words, not subtraction.
173 p.errorf("expect two operands for DATA")
222 p.errorf("expect two or three operands for GLOBL")
259 p.errorf("expect two operands for PCDATA")
285 p.errorf("expect two operands for FUNCDATA")
327 // First two must be constants; a[1] is a register number.
497 // ARM64 instructions with one input and two outputs.
  /prebuilts/go/linux-x86/src/cmd/go/
doc.go 18 Doc accepts zero, one, or two arguments.
50 When run with two arguments, the first must be a full package path (not just a
85 go doc text/template new # Two arguments
  /prebuilts/go/linux-x86/src/encoding/csv/
reader_test.go 75 Input: `"two
79 Output: [][]string{{"two\nline", "one line", "three\nline\nfield"}},
  /prebuilts/go/linux-x86/src/image/
decode_example_test.go 18 // two lines to also understand GIF and PNG images:
41 // An image's bounds do not necessarily start at (0, 0), so the two loops start
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
select_test.go 20 // At least two channels are needed because
236 // there are two variables, access to one
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm7t.s 78 # Add two nop instructions to ensure that the
vldconst.s 138 # 8-byte entry reuse two 4-byte entries.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
opers12.s 30 std a,x ; Two-reg index
45 std [d,x] ; Indexed indirect with two reg index
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
relax-group.s 49 ;;; This group has the first two bset insn relaxable while the
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_pow.c 19 * 1. Compute and return log2(x) in two pieces:
69 two = 2.0, variable
299 r = (z*t1)/(t1-two)-(w+z*w);
e_powf.c 28 two = 2.0, variable
242 r = (z*t1)/(t1-two)-(w+z*w);
  /build/blueprint/proptools/
typeequal.go 19 // TypeEqual takes two property structs, and returns true if they are of equal type, any embedded
  /device/google/contexthub/lib/libm/
ef_pow.c 32 two = 2.0, variable
248 r = (z*t1)/(t1-two)-(w+z*w);

Completed in 1383 milliseconds

<<21222324252627282930>>