Searched refs:lenof (Results 1 – 1 of 1) sorted by relevance
29 #define lenof(x) (sizeof(x)/sizeof(*(x))) macro84 long double p = poly(coeffs_large, lenof(coeffs_large), t); in tgamma_large()124 long double g = poly(coeffs_tiny, lenof(coeffs_tiny), x); in tgamma_tiny()166 p = poly(coeffs_central_neg, lenof(coeffs_central_neg), -t); in tgamma_central()168 p = poly(coeffs_central_pos, lenof(coeffs_central_pos), t); in tgamma_central()