OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dmant
(Results
1 - 1
of
1
) sorted by null
/dalvik/libcore/luni/src/main/native/
org_apache_harmony_luni_util_fltparse.c
261
U_64
dmant
;
local
269
dmant
= doubleMantissa (dresult);
281
fmant = (U_32) (
dmant
>> 29);
282
fovfl = ((U_32) (
dmant
& 0x1FFFFFFF)) << 3;
Completed in 14 milliseconds