Searched defs:c5 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A D__lgammal.c66 c5 = 5.0L, variable
106 return (primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5)));
109 logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5)*(x-c6));
/illumos-gate/usr/src/lib/libm/common/Q/
H A D__lgammal.c66 c5 = 5.0L, variable
102 return primary(x-y)+logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5));
105 logl((x-c1)*(x-c2)*(x-c3)*(x-c4)*(x-c5)*(x-c6));
/illumos-gate/usr/src/lib/libm/common/C/
H A D__lgamma.c111 c5 = -1.910444077728e-03, variable
263 p = hln2pi+t*(c0+y*(c1+y*(c2+y*(c3+y*(c4+y*(c5+y*c6))))));
/illumos-gate/usr/src/cmd/col/
H A Dcol.c392 wchar_t c1, c2, c3, c4, c5, c6, c7; local
406 c5 = *line;
419 c4 = c5;
420 c5 = c6;
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h54 uint32_t c5; member in struct:__anon9116
124 (l1)->_comps.c5 == (l2)->_comps.c5 && \
186 (l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
192 (l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
216 (l1)->_comps.c5 == (l2)->_comps.c5 && \
230 (l2)->_comps.c5 == ((l1)->_comps.c5 & (l2)->_comps.c5)
[all...]

Completed in 62 milliseconds