HomeSort by relevance Sort by last modified time
    Searched full:shifts (Results 276 - 300 of 1285) sorted by null

<<11121314151617181920>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 548 int shifts = getShiftsForCofactor(curve.getCofactor()); local
557 BigInteger dividend0 = ECConstants.ONE.add(ui[1]).shiftRight(shifts);
558 BigInteger dividend1 = ECConstants.ONE.add(ui[0]).shiftRight(shifts).negate();
566 int shifts = getShiftsForCofactor(cofactor); local
575 BigInteger dividend0 = ECConstants.ONE.add(ui[1]).shiftRight(shifts);
576 BigInteger dividend1 = ECConstants.ONE.add(ui[0]).shiftRight(shifts).negate();
  /external/clang/lib/Headers/
emmintrin.h 1085 /// \brief Left-shifts the 128-bit integer vector operand by the specified
    [all...]
  /external/freetype/src/base/
fttrigon.c 194 /* Pseudorotations, with right shifts */
264 /* Pseudorotations, with right shifts */
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
modify_srcu.awk 138 # Shifts the fields down by n positions. Calls next if there are no more. If p
156 # Shifts and prints the first n fields.
  /external/llvm/docs/HistoricalNotes/
2001-02-09-AdveCommentsResponse.txt 90 virtual machine). Because most shifts are by constant values, I don't
91 think that we'll have to cast many shifts. :)
  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 170 // During the shifts some of the bits will be lost. Calculate how many
174 // that remain after the shifts and the number of contiguous 1s in the mask.
  /external/llvm/test/CodeGen/X86/
fast-isel-x86-64.ll 67 ; PR3242 - Out of range shifts should not be folded by fastisel.
79 ; rdar://9289501 - fast isel should fold trivial multiplies to shifts.
  /external/mesa3d/src/intel/isl/
isl_storage_image.c 204 /* Set the swizzling shifts to all-ones to effectively disable
257 /* Right shifts required to swizzle bits 9 and 10 of the memory
  /external/skia/src/core/
SkBlitMask_D32.cpp 210 /* We want all of these in 5bits, hence the shifts in case one of them
250 /* We want all of these in 5bits, hence the shifts in case one of them
  /external/skqp/src/core/
SkBlitMask_D32.cpp 210 /* We want all of these in 5bits, hence the shifts in case one of them
250 /* We want all of these in 5bits, hence the shifts in case one of them
  /external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
2001-02-09-AdveCommentsResponse.txt 90 virtual machine). Because most shifts are by constant values, I don't
91 think that we'll have to cast many shifts. :)
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
fast-isel-x86-64.ll 66 ; PR3242 - Out of range shifts should not be folded by fastisel.
78 ; rdar://9289501 - fast isel should fold trivial multiplies to shifts.
  /external/webp/src/utils/
bit_reader_utils.c 98 br->bits_ = 0; // This is to avoid undefined behaviour with shifts.
176 br->bit_pos_ = 0; // To avoid undefined behaviour with shifts.
  /frameworks/base/services/core/java/com/android/server/am/
TaskLaunchParamsModifier.java 38 * sufficiently close enough, it shifts the bounds of the new task and tries again. When it exhausts
39 * all possible shifts, it gives up and puts the task in the original position.
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
emmintrin.h 1085 /// \brief Left-shifts the 128-bit integer vector operand by the specified
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
emmintrin.h 1085 /// \brief Left-shifts the 128-bit integer vector operand by the specified
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/gen/
arithConstGen.go 201 // don't generate tests for shifts by signed integers
278 // don't generate tests for shifts by signed integers
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/
arithConstGen.go 201 // don't generate tests for shifts by signed integers
278 // don't generate tests for shifts by signed integers
  /prebuilts/sdk/renderscript/clang-include/
emmintrin.h 1085 /// \brief Left-shifts the 128-bit integer vector operand by the specified
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
KernelDataForRenderScriptd1new.java 104 // Generates {@code NUM_SUB_PIXELS*NUM_SUB_PIXELS} sub-pixel shifts {@code
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/arm/
gic_v2.h 72 /* GICC_IIDR bit masks and shifts */
gicv2.h 80 /* GICC_IIDR bit masks and shifts */
  /external/boringssl/src/crypto/
compiler_test.cc 30 // unsigned value so the right-shift below has defined value. Right-shifts of
  /external/boringssl/src/crypto/fipsmodule/bn/
gcd.c 119 int shifts = 0; local
168 shifts++;
174 if (shifts) {
175 if (!BN_lshift(a, a, shifts)) {
  /external/fio/
hash.h 17 * them can use shifts and additions instead of multiplications for

Completed in 1484 milliseconds

<<11121314151617181920>>