Searched refs:_upper_thresh (Results 1 – 1 of 1) sorted by relevance
433 static const thresh_t _upper_thresh[] = { variable456 #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()