/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Test/ |
H A D | TestCorrelation.cpp | 104 const int INDEX_MAX = 200, INDEX_SHIFT = 50; in testShiftSinusoidNonPowerOf2() local 115 loadSinusoid (function2, N, INDEX_MAX + INDEX_SHIFT); in testShiftSinusoidNonPowerOf2() 124 QVERIFY ((binStartMax = INDEX_SHIFT)); in testShiftSinusoidNonPowerOf2() 130 const int INDEX_MAX = 200, INDEX_SHIFT = 50; in testShiftSinusoidPowerOf2() local 141 loadSinusoid (function2, N, INDEX_MAX + INDEX_SHIFT); in testShiftSinusoidPowerOf2() 150 QVERIFY ((binStartMax = INDEX_SHIFT)); in testShiftSinusoidPowerOf2() 156 const int INDEX_MAX = 200, INDEX_SHIFT = 50; in testShiftThreeTrianglesNonPowerOf2() local 167 loadThreeTriangles (function2, N, INDEX_MAX + INDEX_SHIFT); in testShiftThreeTrianglesNonPowerOf2() 176 QVERIFY ((binStartMax = INDEX_SHIFT)); in testShiftThreeTrianglesNonPowerOf2() 182 const int INDEX_MAX = 200, INDEX_SHIFT = 50; in testShiftThreeTrianglesPowerOf2() local [all …]
|
/dports/textproc/htdig/htdig-3.2.0b6/htlib/ |
H A D | StringMatch.cc | 60 #define INDEX_SHIFT 16 macro 177 previousValue | (index << INDEX_SHIFT); in Pattern() 215 previousValue | (index << INDEX_SHIFT); in Pattern() 275 >> INDEX_SHIFT) - 1; in FindFirst() 337 >> INDEX_SHIFT) - 1; in Compare() 438 >> INDEX_SHIFT) - 1; in FindFirstWord() 505 >> INDEX_SHIFT) - 1; in CompareWord()
|
/dports/devel/rabs/rabs-2.19.5/minilang/src/ |
H A D | inthash.c | 9 #define INDEX_SHIFT 6 macro 18 size_t Index = (Key >> INDEX_SHIFT) & Mask; in inthash_search() 33 size_t Index = (Key >> INDEX_SHIFT) & Mask; in inthash_search2() 85 size_t Index = (Key >> INDEX_SHIFT) & (INITIAL_SIZE - 1); in inthash_insert() 91 size_t Index = (Key >> INDEX_SHIFT) & Mask; in inthash_insert() 129 size_t Index2 = (Key2 >> INDEX_SHIFT) & Mask; in inthash_insert()
|
H A D | inthash_x64.s | 7 .set INDEX_SHIFT, 6 define 24 shr %rax, INDEX_SHIFT 60 shr %rax, INDEX_SHIFT
|
/dports/x11-toolkits/tk87/tk8.7a5/macosx/ |
H A D | tkMacOSXKeyboard.c | 729 macKC.v.o_s |= INDEX_SHIFT; in TkpSetKeycodeAndState() 731 if (macKC.v.o_s & INDEX_SHIFT) { in TkpSetKeycodeAndState() 818 index |= INDEX_SHIFT; in TkpGetKeySym() 833 if ((index & INDEX_SHIFT) && !(eventPtr->xkey.state & ShiftMask)) { in TkpGetKeySym() 836 index & ~INDEX_SHIFT); in TkpGetKeySym() 845 if ((index & INDEX_SHIFT) && (sym == NoSymbol)) { in TkpGetKeySym() 847 index & ~INDEX_SHIFT); in TkpGetKeySym()
|
H A D | tkMacOSXPrivate.h | 174 #define INDEX_SHIFT 1 macro 176 #define INDEX2STATE(index) ((index & INDEX_SHIFT ? ShiftMask : 0) | \ 178 #define INDEX2CARBON(index) ((index & INDEX_SHIFT ? shiftKey : 0) | \ 180 #define STATE2INDEX(state) ((state & ShiftMask ? INDEX_SHIFT : 0) | \
|
/dports/x11-toolkits/tk86/tk8.6.12/macosx/ |
H A D | tkMacOSXKeyboard.c | 731 macKC.v.o_s |= INDEX_SHIFT; in TkpSetKeycodeAndState() 733 if (macKC.v.o_s & INDEX_SHIFT) { in TkpSetKeycodeAndState() 820 index |= INDEX_SHIFT; in TkpGetKeySym() 835 if ((index & INDEX_SHIFT) && !(eventPtr->xkey.state & ShiftMask)) { in TkpGetKeySym() 838 index & ~INDEX_SHIFT); in TkpGetKeySym() 847 if ((index & INDEX_SHIFT) && (sym == NoSymbol)) { in TkpGetKeySym() 849 index & ~INDEX_SHIFT); in TkpGetKeySym()
|
H A D | tkMacOSXPrivate.h | 171 #define INDEX_SHIFT 1 macro 173 #define INDEX2STATE(index) ((index & INDEX_SHIFT ? ShiftMask : 0) | \ 175 #define INDEX2CARBON(index) ((index & INDEX_SHIFT ? shiftKey : 0) | \ 177 #define STATE2INDEX(state) ((state & ShiftMask ? INDEX_SHIFT : 0) | \
|
/dports/devel/icu/icu/source/common/ |
H A D | locdistance.h | 48 return indexAndDistance >> INDEX_SHIFT; in getIndex() 81 static constexpr int32_t INDEX_SHIFT = DISTANCE_INT_SHIFT + DISTANCE_SHIFT; variable
|
H A D | locdistance.cpp | 221 return slIndex << INDEX_SHIFT; in getBestIndexAndDistance() 254 (bestIndex << INDEX_SHIFT) | shiftedThreshold : in getBestIndexAndDistance()
|
/dports/devel/icu-lx/icu/source/common/ |
H A D | locdistance.h | 48 return indexAndDistance >> INDEX_SHIFT; in getIndex() 81 static constexpr int32_t INDEX_SHIFT = DISTANCE_INT_SHIFT + DISTANCE_SHIFT; variable
|
H A D | locdistance.cpp | 221 return slIndex << INDEX_SHIFT; in getBestIndexAndDistance() 254 (bestIndex << INDEX_SHIFT) | shiftedThreshold : in getBestIndexAndDistance()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/ |
H A D | locdistance.h | 48 return indexAndDistance >> INDEX_SHIFT; in getIndex() 81 static constexpr int32_t INDEX_SHIFT = DISTANCE_INT_SHIFT + DISTANCE_SHIFT; variable
|
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/ |
H A D | locdistance.h | 48 return indexAndDistance >> INDEX_SHIFT; in getIndex() 81 static constexpr int32_t INDEX_SHIFT = DISTANCE_INT_SHIFT + DISTANCE_SHIFT; variable
|
H A D | locdistance.cpp | 221 return slIndex << INDEX_SHIFT; in getBestIndexAndDistance() 254 (bestIndex << INDEX_SHIFT) | shiftedThreshold : in getBestIndexAndDistance()
|
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/ |
H A D | locdistance.h | 48 return indexAndDistance >> INDEX_SHIFT; in getIndex() 81 static constexpr int32_t INDEX_SHIFT = DISTANCE_INT_SHIFT + DISTANCE_SHIFT; variable
|
H A D | locdistance.cpp | 221 return slIndex << INDEX_SHIFT; in getBestIndexAndDistance() 254 (bestIndex << INDEX_SHIFT) | shiftedThreshold : in getBestIndexAndDistance()
|
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/ |
H A D | locdistance.h | 44 return indexAndDistance >> INDEX_SHIFT; in getIndex() 77 static constexpr int32_t INDEX_SHIFT = DISTANCE_INT_SHIFT + DISTANCE_SHIFT; variable
|
H A D | locdistance.cpp | 221 return slIndex << INDEX_SHIFT; in getBestIndexAndDistance() 254 (bestIndex << INDEX_SHIFT) | shiftedThreshold : in getBestIndexAndDistance()
|
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/ |
H A D | locdistance.h | 48 return indexAndDistance >> INDEX_SHIFT; in getIndex() 81 static constexpr int32_t INDEX_SHIFT = DISTANCE_INT_SHIFT + DISTANCE_SHIFT; variable
|
/dports/www/firefox/firefox-99.0/intl/icu/source/common/ |
H A D | locdistance.h | 48 return indexAndDistance >> INDEX_SHIFT; in getIndex() 81 static constexpr int32_t INDEX_SHIFT = DISTANCE_INT_SHIFT + DISTANCE_SHIFT; variable
|
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/ |
H A D | locdistance.h | 48 return indexAndDistance >> INDEX_SHIFT; in getIndex() 81 static constexpr int32_t INDEX_SHIFT = DISTANCE_INT_SHIFT + DISTANCE_SHIFT; variable
|
/dports/games/libretro-emux/emux-640d4ba/include/ |
H A D | input.h | 284 #define INDEX_SHIFT 16 macro 289 #define INDEX(index) ((index & INDEX_MASK) << INDEX_SHIFT)
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/ |
H A D | dpml_asinh.c | 1097 # define INDEX_SHIFT (F_EXP_POS + (BITS_PER_WORD - 16) - K) macro 1099 # define INDEX_SHIFT (F_EXP_POS + (BITS_PER_F_TYPE - 16) - K) macro 1103 # define INDEX_SHIFT (F_EXP_POS - K) macro 1108 #define GET_INDEX(exp_word, indx) (indx) = (exp_word >> INDEX_SHIFT) - OFFSET_IND;
|
/dports/games/libretro-emux/emux-640d4ba/frontends/input/ |
H A D | retro_input.c | 88 index = (desc->code >> INDEX_SHIFT) & INDEX_MASK; in ret_update()
|