Home
last modified time | relevance | path

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

/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A Dprime_nth_count.c433 static const thresh_t _upper_thresh[] = { variable
456 #define NUPPER_THRESH (sizeof(_upper_thresh)/sizeof(_upper_thresh[0]))
477 if (n < _upper_thresh[i].thresh) in prime_count_upper()
479 a = (i < (int)NUPPER_THRESH) ? _upper_thresh[i].aval : 2.334L; in prime_count_upper()