Home
last modified time | relevance | path

Searched refs:_high (Results 1 – 7 of 7) 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
193 _ranges[i*2+1] = (float)_high; 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()
231 _ranges[j+ofs] = (float)MIN(val,_high); in get_hist_ranges()
/external/opencv3/modules/imgproc/src/
Dcanny.cpp242 int _high, int _aperture_size, bool _L2gradient) in tbbCanny() argument
243 : boundaries(_boundaries), src(_src), map(_map), low(_low), high(_high), in tbbCanny()
Dhistogram.cpp1184 …t & _hist, AutoBuffer<Ipp32s> & _levels, Ipp32s _histSize, Ipp32s _low, Ipp32s _high, bool * _ok) : in IPPCalcHistInvoker() argument
1185 …), src(&_src), hist(&_hist), levels(&_levels), histSize(_histSize), low(_low), high(_high), ok(_ok) in IPPCalcHistInvoker()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c2428 #define MERGE64_SECOND(name) name##_high
2431 #define MERGE64_FIRST(name) name##_high
Dsyswrap-linux.c521 #define MERGE64_SECOND(name) name##_high
524 #define MERGE64_FIRST(name) name##_high
/external/llvm/docs/
DCodeGenerator.rst104 .. _high-level design of the code generator: