Home
last modified time | relevance | path

Searched refs:two63 (Results 1 – 4 of 4) sorted by relevance

/sysdeps/ieee754/ldbl-96/
A Ds_lrintl.c27 static const long double two63[2] = variable
64 w = two63[sx] + x; in __lrintl()
65 t = w - two63[sx]; in __lrintl()
91 w = two63[sx] + x; in __lrintl()
92 t = w - two63[sx]; in __lrintl()
A Ds_llrintl.c27 static const long double two63[2] = variable
67 w = two63[sx] + x; in __llrintl()
68 t = w - two63[sx]; in __llrintl()
A Ds_scalblnl.c26 two63 = 0x1p63L, variable
39 x *= two63; in __scalblnl()
A De_lgammal_r.c103 two63 = 9.223372036854775808e18L, variable
241 z = y + two63; /* exact */ in sin_pi()

Completed in 36 milliseconds