HomeSort by relevance Sort by last modified time
    Searched refs:handleRange (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceThreadPool.h 248 std::function<void(Index, Index)> handleRange;
249 handleRange = [=, &handleRange, &barrier, &f](Index first, Index last) {
258 pool_->Schedule([=, &handleRange]() { handleRange(mid, last); });
259 pool_->Schedule([=, &handleRange]() { handleRange(first, mid); });
261 handleRange(0, n);
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 319 void handleRange(UChar32 start, UChar32 end, uint16_t norm16) {
352 ((LcccContext *)context)->handleRange(start, end, (uint16_t)value);
    [all...]

Completed in 163 milliseconds