Home
last modified time | relevance | path

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

/sysdeps/ieee754/dbl-64/
A Dbranred.h77 static const double split = CN; /* 2^27 + 1 */
A Ddla.h40 #define CN 134217729.0 macro
74 __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