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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/strings/
compare.go 7 // Compare returns an integer comparing two strings lexicographically.
  /prebuilts/go/linux-x86/misc/cgo/gmp/
fib.go 7 // Compute Fibonacci numbers with two goroutines
  /prebuilts/go/linux-x86/misc/cgo/stdio/
fib.go 9 // Compute Fibonacci numbers with two goroutines
  /prebuilts/go/linux-x86/misc/cgo/test/
issue9400_linux.go 25 // We synchronize through a shared variable, so we need two procs
  /prebuilts/go/linux-x86/src/bytes/
bytes_decl.go 21 // Compare returns an integer comparing two byte slices lexicographically.
  /prebuilts/go/linux-x86/src/os/user/
lookup_plan9.go 16 // The latter two would require parsing /adm/users.
  /prebuilts/go/linux-x86/src/strings/
compare.go 7 // Compare returns an integer comparing two strings lexicographically.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
bad.s 15 ;; Changing interrupt states in two successive instructions
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
cortex-a8-far.d 8 00000000 <two>:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-12c.d 9 # Like libdso-12b.d, but dsofn is defined and the two called functions
libdso-15b.d 7 # A DSO that refers to two symbols in another DSO with
tls-le-13s.d 10 # executable with two R_CRIS_16_TPREL, different symbols.
tls-legd-17.d 14 # executable with two R_CRIS_16_TPREL a R_CRIS_32_GOT_GD and a
tls-legdx-17.d 12 # executable with two R_CRIS_16_TPREL a R_CRIS_32_GOT_GD and a
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
local5.d 10 # Like local1, but with two checks for a local register.
local7.d 10 # Like local1, but ext1 is here a constant, not a global register and two
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_erf.c 120 two = 2, variable
294 if(hx<0&&ix>=0x40180000) return two-tiny;/* x < -6 */
301 if(hx>0) return r/x; else return two-r/x;
303 if(hx>0) return tiny*tiny; else return two-tiny;
  /external/autotest/client/common_lib/hosts/
base_classes.py 43 1. If two separate generic implementations could reasonably be
47 (e.g. two separate run() implementations cannot both be executed)
170 Should return a string with the semantics such that two separate
172 not reboot between the two calls, and two different strings if it
173 has rebooted at least once between the two calls.
  /external/autotest/client/cros/cellular/
sms.py 100 '''Compare two SMS dictionaries, discounting the index number if
  /external/clang/test/CodeGen/
designated-initializers.c 93 int two; member in struct:u_16644::s_16644
  /external/fdlibm/
s_erf.c 119 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
296 if(hx<0&&ix>=0x40180000) return two-tiny;/* x < -6 */
306 if(hx>0) return r/x; else return two-r/x;
308 if(hx>0) return tiny*tiny; else return two-tiny;
  /external/fec/
dotprod_sse2_assist.s 28 pxor %xmm0,%xmm0 # clear running sum (in two 32-bit halves)
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
unique_pred.pass.cpp 127 int two = 2; local
201 ii[4].reset(&two);
202 ii[5].reset(&two);
203 ii[6].reset(&two);
  /external/libmpeg2/common/arm/
ideint_cac_a9.s 43 @* This functions calculates combing artifact check (CAC) for given two fields
143 @ d20 has four adj values for two sub-blocks
151 @ d21 has two values for two sub-blocks
  /external/libvpx/libvpx/vpx_dsp/arm/
variance_halfpixvar16x16_hv_media.asm 75 uxtb16 r5, r6 ; byte (two pixels) to halfwords
76 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
117 uxtb16 r5, r6 ; byte (two pixels) to halfwords
118 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
159 uxtb16 r5, r6 ; byte (two pixels) to halfwords
160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
201 uxtb16 r5, r6 ; byte (two pixels) to halfwords
202 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords

Completed in 1107 milliseconds

<<11121314151617181920>>