Searched defs:divident (Results 1 – 3 of 3) sorted by relevance
144 double divident = 2 * (x - a); in density() local152 double divident = 2 * (b - x); in density() local177 double divident = (x - a) * (x - a); in cumulativeProbability() local185 double divident = (b - x) * (b - x); in cumulativeProbability() local
50 T roundDivide(T divident, T divisor) { in roundDivide()
23 size_t div_round_up(const size_t divident, const size_t divisor) { in div_round_up()