HomeSort by relevance Sort by last modified time
    Searched defs:shift (Results 1 - 25 of 1296) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
mmx-shift-with-immediate.c 4 void shift(__m64 a, __m64 b, int c) { function
attr-target-x86-mmx.c 9 void __attribute__((target("sse"))) shift(__m64 a, __m64 b, int c) { function
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug180.go 9 func shift(x int) int { return 1 << (1 << (1 << (uint(x)))) } func
12 if n := shift(2); n != 1<<(1<<(1<<2)) {
13 println("bad shift", n)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug180.go 9 func shift(x int) int { return 1 << (1 << (1 << (uint(x)))) } func
12 if n := shift(2); n != 1<<(1<<(1<<2)) {
13 println("bad shift", n)
  /external/compiler-rt/test/ubsan/TestCases/Misc/
coverage-levels.cc 7 // RUN: %clangxx -fsanitize=shift -DGOOD_SHIFT=1 -O1 -fsanitize-coverage=func %s -o %t
16 // RUN: %clangxx -fsanitize=shift -O1 -fsanitize-coverage=func %s -o %t
18 // RUN: %clangxx -fsanitize=shift -O1 -fsanitize-coverage=bb %s -o %t
20 // RUN: %clangxx -fsanitize=shift -O1 -fsanitize-coverage=edge %s -o %t
28 int shift = argc * 32; local
30 shift = 3;
32 if ((argc << shift) == 16) // False.
37 // CHECK_WARN: shift exponent 32 is too large
  /external/syslinux/com32/lib/
suffix_number.c 43 int shift; local
48 shift = 10;
51 shift = 20;
54 shift = 30;
57 shift = 40;
60 shift = 50;
63 shift = 60;
66 shift = 0;
69 v <<= shift; local
  /external/libunwind/src/mi/
_ReadSLEB.c 6 unsigned shift = 0; local
13 result |= (byte & 0x7f) << shift;
14 shift += 7;
19 if (shift < 8 * sizeof (unw_word_t) && (byte & 0x40) != 0)
21 result |= ((unw_word_t) -1) << shift;
_ReadULEB.c 6 unsigned shift = 0; local
13 result |= (byte & 0x7f) << shift;
16 shift += 7;
  /prebuilts/go/darwin-x86/test/chan/
select.go 12 var shift uint var
16 return 1 << shift
34 shift++
  /prebuilts/go/linux-x86/test/chan/
select.go 12 var shift uint var
16 return 1 << shift
34 shift++
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/
regpopbug.s 4 shift: .reg %sar label
6 shift2: .reg shift
9 yabba: .equ r0 + shift
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
floatunsidf.c 64 // Shift a into the significand field and clear the implicit bit.
65 const int shift = significandBits - exponent; local
66 result = (rep_t)a << shift ^ implicitBit;
  /external/compiler-rt/lib/builtins/
floatditf.c 40 // Shift a into the significand field, rounding if it is a right-shift
41 const int shift = significandBits - exponent; local
42 result = (rep_t)aAbs << shift ^ implicitBit;
floatsidf.c 43 // Shift a into the significand field and clear the implicit bit. Extra
46 const int shift = significandBits - exponent; local
47 result = (rep_t)(unsigned int)a << shift ^ implicitBit;
floatsisf.c 43 // Shift a into the significand field, rounding if it is a right-shift
45 const int shift = significandBits - exponent; local
46 result = (rep_t)a << shift ^ implicitBit;
48 const int shift = exponent - significandBits; local
49 result = (rep_t)a >> shift ^ implicitBit;
50 rep_t round = (rep_t)a << (typeWidth - shift);
floatsitf.c 40 // Shift a into the significand field and clear the implicit bit.
41 const int shift = significandBits - exponent; local
42 result = (rep_t)aAbs << shift ^ implicitBit;
floatunditf.c 31 // Shift a into the significand field and clear the implicit bit.
32 const int shift = significandBits - exponent; local
33 result = (rep_t)a << shift ^ implicitBit;
floatunsidf.c 35 // Shift a into the significand field and clear the implicit bit.
36 const int shift = significandBits - exponent; local
37 result = (rep_t)a << shift ^ implicitBit;
floatunsisf.c 35 // Shift a into the significand field, rounding if it is a right-shift
37 const int shift = significandBits - exponent; local
38 result = (rep_t)a << shift ^ implicitBit;
40 const int shift = exponent - significandBits; local
41 result = (rep_t)a >> shift ^ implicitBit;
42 rep_t round = (rep_t)a << (typeWidth - shift);
floatunsitf.c 31 // Shift a into the significand field and clear the implicit bit.
32 const int shift = significandBits - exponent; local
33 result = (rep_t)a << shift ^ implicitBit;
  /external/libnl/lib/route/
pktloc_syntax.y 36 %type <i> mask layer align shift
51 NAME align layer NUMBER mask shift
66 loc->shift = $6;
98 shift: label
  /external/python/cpython2/Demo/turtle/
tdemo_colormixer.py 26 self.ondrag(self.shift)
28 def shift(self, x, y): member in class:ColorTurtle
  /external/python/cpython3/Lib/turtledemo/
colormixer.py 26 self.ondrag(self.shift)
28 def shift(self, x, y): member in class:ColorTurtle
  /external/tensorflow/tensorflow/core/lib/random/
simple_philox.cc 33 const int shift = Rand32() % (max_log + 1); local
34 const uint32 mask = shift == 32 ? ~static_cast<uint32>(0) : (1 << shift) - 1;
  /external/webrtc/webrtc/base/
bitbuffer.cc 30 uint8_t shift = 8 - static_cast<uint8_t>(bit_count); local
31 uint8_t mask = 0xFF << shift;
32 return (byte & mask) >> shift;
131 // and shift them into the lowest bits.
261 // Subtract what we've written from the bit count, shift it off the value, and

Completed in 255 milliseconds

1 2 3 4 5 6 7 8 91011>>