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

/barrelfish-master/lib/gdtoa/
H A Darithchk.c106 long Cray1; local
108 /* Cray1 = 4617762693716115456 -- without overflow on non-Crays */
109 Cray1 = printf(emptyfmt) < 0 ? 0 : 4617762;
110 if (printf(emptyfmt, Cray1) >= 0)
111 Cray1 = 1000000*Cray1 + 693716;
112 if (printf(emptyfmt, Cray1) >= 0)
113 Cray1 = 1000000*Cray1 + 115456;
115 if (u.L == Cray1)
[all...]

Completed in 75 milliseconds