Searched refs:pi1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/lib/msun/src/
H A De_acosl.c35 pi1 = 3.14159265358979311600e+00, /* 0x1.921fb54442d18p+1 */ variable
37 #define pi ((long double)pi1 + pi2)
H A De_atan2l.c38 pi1 = 3.14159265358979311600e+00, /* 0x1.921fb54442d18p+1 */ variable
40 #define pi ((long double)pi1 + pi2)
/freebsd-10-stable/sys/kern/
H A Dkern_umtx.c1689 struct umtx_pi *pi1; /* fast iterator */ local
1694 pi1 = pi;
1699 pi1 = umtx_pi_next(pi1);
1700 if (pi1 == NULL)
1702 pi1 = umtx_pi_next(pi1);
1703 if (pi1 == NULL)
1705 if (pi == pi1)

Completed in 213 milliseconds