Searched refs:polytail (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A D__lgammal.c56 static long double polytail(long double);
116 return (x*(t-c1)-(ch*t-polytail(c1/x)));
355 polytail(long double s) { function
/illumos-gate/usr/src/lib/libm/common/Q/
H A D__lgammal.c56 static long double polytail(long double);
112 return x*(t-c1)-(ch*t-polytail(c1/x));
351 polytail(long double s) { function

Completed in 57 milliseconds