OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:div_ceil
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/misc/
filefrag.c
98
static unsigned int
div_ceil
(unsigned int a, unsigned int b)
function
441
long cylgroups =
div_ceil
(fsinfo.f_blocks, blksize * 8);
/external/eigen/Eigen/src/Core/util/
Meta.h
483
T
div_ceil
(const T &a, const T &b)
function in namespace:numext
/external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h
125
const Index n_per_thread = numext::
div_ceil
(n, num_threads);
138
const Index m_per_thread = numext::
div_ceil
(m, num_threads);
[
all
...]
Completed in 113 milliseconds