Home
last modified time | relevance | path

Searched refs:totalCost (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorCostModel.h176 double cost = totalCost(output_size, cost_per_coeff); in numThreads()
186 return totalCost(output_size, cost_per_coeff) / kTaskSize; in taskSize()
190 static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double totalCost( in totalCost() function
/external/lz4/lib/
Dlz4hc.c423 static U32 totalCost = 0; in LZ4HC_encodeSequence() local
434 cost, totalCost); in LZ4HC_encodeSequence()
435 totalCost += cost; in LZ4HC_encodeSequence()