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

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dj0l.c280 static GENERIC pr2[12] = { /* [5 -- 8 ] */ variable
454 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);
456 r = z*r + pr2[i];
H A Dj1l.c284 static GENERIC pr2[12] = { variable
459 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);
461 r = z*r + pr2[i];
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dj0l.c272 static const GENERIC pr2[12] = { /* [5 -- 8 ] */ variable
445 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);
447 r = z*r + pr2[i];
H A Dj1l.c268 static const GENERIC pr2[12] = { variable
442 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);
444 r = z*r + pr2[i];
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c1231 struct prefix *pr2; local
1244 for (pr2 = pi->pi_prefix_list; pr2 != NULL;
1245 pr2 = pr2->pr_next) {
1251 if (pr2->pr_prefix_len != IPV6_ABITS &&
1252 (!(pr2->pr_state & PR_STATIC) ||
1253 (pr2->pr_flags & IFF_DHCPRUNNING)) &&
1254 prefix_equal(pr->pr_prefix, pr2->pr_prefix,
1255 pr2
[all...]

Completed in 273 milliseconds