Searched defs:divident (Results 1 – 2 of 2) 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
23 size_t div_round_up(const size_t divident, const size_t divisor) { in div_round_up()