OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fmant
(Results
1 - 1
of
1
) sorted by null
/dalvik/libcore/luni/src/main/native/
org_apache_harmony_luni_util_fltparse.c
260
U_32
fmant
, fovfl;
local
281
fmant
= (U_32) (dmant >> 29);
283
while ((dexp < -127) && ((
fmant
| fovfl) != 0))
285
if ((
fmant
& 1) != 0)
290
fmant
>>= 1;
297
fmant
++;
299
else if ((
fmant
& 1) != 0)
301
fmant
++;
308
fmant
++;
311
FLOAT_TO_INTBITS (result) =
fmant
;
[
all
...]
Completed in 17 milliseconds