Searched refs:CN (Results 1 – 2 of 2) sorted by relevance
77 static const double split = CN; /* 2^27 + 1 */
40 #define CN 134217729.0 macro74 __p = CN * (x); hx = ((x) - __p) + __p; tx = (x) - hx; \75 __p = CN * (y); hy = ((y) - __p) + __p; ty = (y) - hy; \92 __p=CN*(x); hx=((x)-__p)+__p; tx=(x)-hx; \93 __p=CN*(y); hy=((y)-__p)+__p; ty=(y)-hy; \
Completed in 3 milliseconds