Home
last modified time | relevance | path

Searched refs:_low (Results 1 – 6 of 6) sorted by relevance

/external/v8/testing/
Dgtest-support.h48 #define TRACED_FORRANGE(_type, _var, _low, _high) \ argument
49 for (_type _i = _low; _i <= _high; ++_i) \
/external/opencv3/modules/imgproc/test/
Dtest_histograms.cpp180 double _low = low + range_delta, _high = high - range_delta; in get_hist_ranges() local
192 _ranges[i*2] = (float)_low; in get_hist_ranges()
212 if( (pow(q,(double)n)-1)/(q-1.) >= _high-_low ) in get_hist_ranges()
218 delta = (_high-_low)/n; in get_hist_ranges()
224 delta = cvFloor((_high-_low)*(q-1)/(pow(q,(double)n) - 1)); in get_hist_ranges()
227 val = _low; in get_hist_ranges()
/external/opencv3/modules/imgproc/src/
Dcanny.cpp241 tbbCanny(const Range _boundaries, const Mat& _src, uchar* _map, int _low, in tbbCanny() argument
243 : boundaries(_boundaries), src(_src), map(_map), low(_low), high(_high), in tbbCanny()
Dhistogram.cpp1184 …_src, Mat & _hist, AutoBuffer<Ipp32s> & _levels, Ipp32s _histSize, Ipp32s _low, Ipp32s _high, bool… in IPPCalcHistInvoker() argument
1185 …y(), src(&_src), hist(&_hist), levels(&_levels), histSize(_histSize), low(_low), high(_high), ok(_… in IPPCalcHistInvoker()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c2427 #define MERGE64_FIRST(name) name##_low
2432 #define MERGE64_SECOND(name) name##_low
Dsyswrap-linux.c520 #define MERGE64_FIRST(name) name##_low
525 #define MERGE64_SECOND(name) name##_low