HomeSort by relevance Sort by last modified time
    Searched refs:even (Results 176 - 200 of 1238) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/bytes/
bytes_arm64.go 48 // we should cutover at even larger average skips,
bytes_generic.go 48 // we should cutover at even larger average skips,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
writebarrier_test.go 13 // Make sure writebarrier phase works even StoreWB ops are not in dependency order
  /prebuilts/go/linux-x86/src/cmd/fix/
doc.go 27 or partially updated code even without using the -r flag.
  /prebuilts/go/linux-x86/src/cmd/vet/
assign.go 28 // These are almost always useless, and even when they aren't they are usually a mistake.
  /prebuilts/go/linux-x86/src/math/
remainder.go 25 // integer nearest x/y (in half way cases, choose the even one).
  /prebuilts/go/linux-x86/src/net/
sockopt_bsd.go 29 // Allow both IP versions even if the OS default
sockopt_windows.go 14 // Allow both IP versions even if the OS default
  /prebuilts/go/linux-x86/src/os/
wait_waitid.go 6 // waitid returns if the process is stopped, even when using WEXITED.
  /prebuilts/go/linux-x86/src/runtime/
example_test.go 32 // even if there are changes in the testing package,
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
sigstack.go 44 // even if SS_DISABLE is set. (The kernel gets it right.)
  /prebuilts/go/linux-x86/src/sync/
once.go 21 // even if f has a different value in each invocation. A new instance of
  /prebuilts/go/linux-x86/src/syscall/
pwd_plan9.go 6 // goroutines and even the same goroutine as it's rescheduled on
  /prebuilts/go/linux-x86/test/fixedbugs/
bug120.go 29 // The former has an even mantissa, so "1e23" rounds to 1e23-8388608.
bug484.go 18 // even if it cannot see any address being taken in the actual
  /toolchain/binutils/binutils-2.27/binutils/
configure.com 14 $! but WITHOUT ANY WARRANTY; without even the implied warranty of
38 /* Whether fprintf must be declared even if <stdio.h> is included. */
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d30v/
opt.s 92 # parallel even though ld2w uses r6 and adds changes it
104 # parallel even though st2w uses r5 and adds modifies it
112 # parallel even though st2w uses r6 and adds changes it
  /toolchain/binutils/binutils-2.27/opcodes/
configure.com 17 $! but WITHOUT ANY WARRANTY; without even the implied warranty of
  /external/python/cpython3/Modules/_sha3/kcp/
KeccakP-1600-inplace32BI.c 44 #define toBitInterleavingAndXOR(low, high, even, odd, temp, temp0, temp1) \
46 even ^= (temp0 & 0x0000FFFF) | (temp1 << 16); \
49 #define toBitInterleavingAndAND(low, high, even, odd, temp, temp0, temp1) \
51 even &= (temp0 & 0x0000FFFF) | (temp1 << 16); \
54 #define toBitInterleavingAndSet(low, high, even, odd, temp, temp0, temp1) \
56 even = (temp0 & 0x0000FFFF) | (temp1 << 16); \
61 #define prepareFromBitInterleaving(even, odd, temp, temp0, temp1) \
62 temp0 = (even); \
76 #define fromBitInterleaving(even, odd, low, high, temp, temp0, temp1) \
77 prepareFromBitInterleaving(even, odd, temp, temp0, temp1)
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
rat.go 65 // nearest to the quotient a/b, using round-to-even in
141 // Round q using round-half-to-even.
163 // nearest to the quotient a/b, using round-to-even in
239 // Round q using round-half-to-even.
263 // The sign of f always matches the sign of x, even if f == 0.
279 // The sign of f always matches the sign of x, even if f == 0.
  /prebuilts/go/linux-x86/src/math/big/
rat.go 65 // nearest to the quotient a/b, using round-to-even in
141 // Round q using round-half-to-even.
163 // nearest to the quotient a/b, using round-to-even in
239 // Round q using round-half-to-even.
263 // The sign of f always matches the sign of x, even if f == 0.
279 // The sign of f always matches the sign of x, even if f == 0.
  /build/make/tools/zipalign/
ZipEntry.cpp 364 time_t even; local
369 /* round up to an even number of seconds */
370 even = (time_t)(((unsigned long)(when) + 1) & (~1));
374 ptm = localtime_r(&even, &tmResult);
376 ptm = localtime(&even);
  /compatibility/cdd/9_security-model/
9_9_full-disk-encryption.md 30 http://developer.android.com/preview/features/direct-boot.html) APIs even if
100 (even when wrapped with the user passcode and/or hardware bound key).
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcLowLevel.asm 57 ; even if the native function's arguments are less than 4.
62 ; parameters, even if the callee doesn't have that many parameters.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 52 (even the ones that will "never happen"), with a full explanation of each
115 but WITHOUT ANY WARRANTY; without even the implied warranty of

Completed in 677 milliseconds

1 2 3 4 5 6 78 91011>>