Home
last modified time | relevance | path

Searched refs:BitShift (Results 26 – 50 of 164) sorted by relevance

1234567

/dports/devel/thrust/thrust-1.9.5/thrust/system/detail/sequential/
H A Dstable_radix_sort.inl266 const EncodedType BitShift = RadixBits * j; local
267 histograms[j][(x >> BitShift) & BitMask]++;
292 const EncodedType BitShift = static_cast<EncodedType>(RadixBits * i); local
300 radix_shuffle_n<RadixBits>(exec, keys2, vals2, N, keys1, vals1, BitShift, histograms[i]);
304 radix_shuffle_n<RadixBits>(exec, keys2, N, keys1, BitShift, histograms[i]);
311 radix_shuffle_n<RadixBits>(exec, keys1, vals1, N, keys2, vals2, BitShift, histograms[i]);
315 radix_shuffle_n<RadixBits>(exec, keys1, N, keys2, BitShift, histograms[i]);
/dports/security/hexl/hexl-1.2.3/hexl/eltwise/
H A Deltwise-fma-mod-avx512.hpp15 template <int BitShift, int InputModFactor>
/dports/security/hexl/hexl-1.2.3/hexl/ntt/
H A Dfwd-ntt-avx512.hpp35 template <int BitShift>
H A Dinv-ntt-avx512.hpp35 template <int BitShift>
/dports/misc/py-onnx-tf/onnx-tf-1.6.0/onnx_tf/handlers/backend/
H A Dbitshift.py8 class BitShift(BackendHandler): class
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DAPInt.cpp1022 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1031 if (BitShift == 0) { in ashrSlowCase()
1036 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2661 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2664 if (BitShift == 0) { in tcShiftLeft()
2668 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2671 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2688 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2692 if (BitShift == 0) { in tcShiftRight()
2696 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DAPInt.cpp924 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
933 if (BitShift == 0) { in ashrSlowCase()
938 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2602 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2605 if (BitShift == 0) { in tcShiftLeft()
2609 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2612 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2629 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2633 if (BitShift == 0) { in tcShiftRight()
2637 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DAPInt.cpp922 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
931 if (BitShift == 0) { in ashrSlowCase()
936 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2591 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2594 if (BitShift == 0) { in tcShiftLeft()
2598 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2601 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2618 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2622 if (BitShift == 0) { in tcShiftRight()
2626 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DAPInt.cpp928 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
937 if (BitShift == 0) { in ashrSlowCase()
942 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2565 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2568 if (BitShift == 0) { in tcShiftLeft()
2572 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2575 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2592 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2596 if (BitShift == 0) { in tcShiftRight()
2600 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DToolUtils.pas342 function BitShift( value: SIGNEDLONG; count: SInt16 ): SIGNEDLONG; external name '_BitShift'; in BitShift() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DAPInt.cpp994 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1003 if (BitShift == 0) { in ashrSlowCase()
1008 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2712 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2715 if (BitShift == 0) { in tcShiftLeft()
2719 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2722 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2739 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2743 if (BitShift == 0) { in tcShiftRight()
2747 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DAPInt.cpp999 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1008 if (BitShift == 0) { in ashrSlowCase()
1013 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2717 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2720 if (BitShift == 0) { in tcShiftLeft()
2724 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2727 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2744 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2748 if (BitShift == 0) { in tcShiftRight()
2752 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DAPInt.cpp1001 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1010 if (BitShift == 0) { in ashrSlowCase()
1015 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2719 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2722 if (BitShift == 0) { in tcShiftLeft()
2726 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2729 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2746 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2750 if (BitShift == 0) { in tcShiftRight()
2754 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp1004 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1013 if (BitShift == 0) { in ashrSlowCase()
1018 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2714 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2717 if (BitShift == 0) { in tcShiftLeft()
2721 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2724 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2741 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2745 if (BitShift == 0) { in tcShiftRight()
2749 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DAPInt.cpp1004 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1013 if (BitShift == 0) { in ashrSlowCase()
1018 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2714 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2717 if (BitShift == 0) { in tcShiftLeft()
2721 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2724 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2741 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2745 if (BitShift == 0) { in tcShiftRight()
2749 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPInt.cpp1000 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1009 if (BitShift == 0) { in ashrSlowCase()
1014 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2718 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2721 if (BitShift == 0) { in tcShiftLeft()
2725 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2728 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2745 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2749 if (BitShift == 0) { in tcShiftRight()
2753 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DAPInt.cpp999 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1008 if (BitShift == 0) { in ashrSlowCase()
1013 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2717 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2720 if (BitShift == 0) { in tcShiftLeft()
2724 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2727 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2744 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2748 if (BitShift == 0) { in tcShiftRight()
2752 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp1001 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1010 if (BitShift == 0) { in ashrSlowCase()
1015 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2719 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2722 if (BitShift == 0) { in tcShiftLeft()
2726 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2729 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2746 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2750 if (BitShift == 0) { in tcShiftRight()
2754 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1004 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1013 if (BitShift == 0) { in ashrSlowCase()
1018 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2714 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2717 if (BitShift == 0) { in tcShiftLeft()
2721 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2724 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2741 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2745 if (BitShift == 0) { in tcShiftRight()
2749 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp1004 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1013 if (BitShift == 0) { in ashrSlowCase()
1018 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2714 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2717 if (BitShift == 0) { in tcShiftLeft()
2721 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2724 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2741 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2745 if (BitShift == 0) { in tcShiftRight()
2749 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1001 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1010 if (BitShift == 0) { in ashrSlowCase()
1015 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2719 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2722 if (BitShift == 0) { in tcShiftLeft()
2726 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2729 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2746 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2750 if (BitShift == 0) { in tcShiftRight()
2754 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPInt.cpp1000 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1009 if (BitShift == 0) { in ashrSlowCase()
1014 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2718 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2721 if (BitShift == 0) { in tcShiftLeft()
2725 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2728 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2745 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2749 if (BitShift == 0) { in tcShiftRight()
2753 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp1004 unsigned BitShift = ShiftAmt % APINT_BITS_PER_WORD; in ashrSlowCase() local
1013 if (BitShift == 0) { in ashrSlowCase()
1018 U.pVal[i] = (U.pVal[i + WordShift] >> BitShift) | in ashrSlowCase()
2714 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftLeft() local
2717 if (BitShift == 0) { in tcShiftLeft()
2721 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2724 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2741 unsigned BitShift = Count % APINT_BITS_PER_WORD; in tcShiftRight() local
2745 if (BitShift == 0) { in tcShiftRight()
2749 Dst[i] = Dst[i + WordShift] >> BitShift; in tcShiftRight()
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrareadpng.pas44 BitShift : byte; // shift right to do of the bits extracted with BitsUsed for 1 element
509 result := cd shr ((CountBitsUsed-UsingBitGroup-1) * BitShift);
1139 BitShift := 1;
1144 BitShift := 2;
1149 BitShift := 4;
1154 BitShift := 0;
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrareadpng.pas44 BitShift : byte; // shift right to do of the bits extracted with BitsUsed for 1 element
509 result := cd shr ((CountBitsUsed-UsingBitGroup-1) * BitShift);
1139 BitShift := 1;
1144 BitShift := 2;
1149 BitShift := 4;
1154 BitShift := 0;

1234567