Home
last modified time | relevance | path

Searched refs:lhsHigh (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DtestJitRangeAnalysis.cpp318 static bool checkShiftRightRange(int32_t lhsLow, int32_t lhsHigh, in checkShiftRightRange() argument
324 for (lhsLower = lhsLow; lhsLower <= lhsHigh; lhsLower += lhsInc) { in checkShiftRightRange()
325 for (lhsUpper = lhsLower; lhsUpper <= lhsHigh; lhsUpper += lhsInc) { in checkShiftRightRange()
/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DtestJitRangeAnalysis.cpp318 static bool checkShiftRightRange(int32_t lhsLow, int32_t lhsHigh, in checkShiftRightRange() argument
324 for (lhsLower = lhsLow; lhsLower <= lhsHigh; lhsLower += lhsInc) { in checkShiftRightRange()
325 for (lhsUpper = lhsLower; lhsUpper <= lhsHigh; lhsUpper += lhsInc) { in checkShiftRightRange()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jsapi-tests/
H A DtestJitRangeAnalysis.cpp300 checkShiftRightRange(int32_t lhsLow, int32_t lhsHigh, int32_t lhsInc,
306 for (lhsLower = lhsLow; lhsLower <= lhsHigh; lhsLower += lhsInc) {
307 for (lhsUpper = lhsLower; lhsUpper <= lhsHigh; lhsUpper += lhsInc) {
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestJitRangeAnalysis.cpp292 static bool checkShiftRightRange(int32_t lhsLow, int32_t lhsHigh, in checkShiftRightRange() argument
298 for (lhsLower = lhsLow; lhsLower <= lhsHigh; lhsLower += lhsInc) { in checkShiftRightRange()
299 for (lhsUpper = lhsLower; lhsUpper <= lhsHigh; lhsUpper += lhsInc) { in checkShiftRightRange()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jsapi-tests/
H A DtestJitRangeAnalysis.cpp318 static bool checkShiftRightRange(int32_t lhsLow, int32_t lhsHigh, in checkShiftRightRange() argument
324 for (lhsLower = lhsLow; lhsLower <= lhsHigh; lhsLower += lhsInc) { in checkShiftRightRange()
325 for (lhsUpper = lhsLower; lhsUpper <= lhsHigh; lhsUpper += lhsInc) { in checkShiftRightRange()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/
H A DtestJitRangeAnalysis.cpp311 static bool checkShiftRightRange(int32_t lhsLow, int32_t lhsHigh, in checkShiftRightRange() argument
317 for (lhsLower = lhsLow; lhsLower <= lhsHigh; lhsLower += lhsInc) { in checkShiftRightRange()
318 for (lhsUpper = lhsLower; lhsUpper <= lhsHigh; lhsUpper += lhsInc) { in checkShiftRightRange()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Dorthogonal.cpp2306 const Point& lhsHigh = lhs->highPoint(); in operator ()() local
2308 COLA_ASSERT(lhsLow[dimension] == lhsHigh[dimension]); in operator ()()