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

/external/python/cpython2/Objects/
H A Dobject.c1026 long hipart; local
1072 hipart = (long)v; /* take the top 32 bits */
1073 v = (v - (double)hipart) * 2147483648.0; /* get the next 32 bits */
1074 x = hipart + (long)v + (expo << 15);

Completed in 121 milliseconds