Home
last modified time | relevance | path

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

/titanic_50/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))); in __k_lgammal()
355 polytail(long double s) { in polytail() function
/titanic_50/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)); in __k_lgammal()
351 polytail(long double s) { in polytail() function