HomeSort by relevance Sort by last modified time
    Searched defs:dtoa (Results 1 - 6 of 6) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
dtoa.h 189 inline char* dtoa(double value, char* buffer) { function in namespace:internal
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dtoa.c 34 /* dtoa for IEEE arithmetic (dmg): convert double to ASCII string.
76 dtoa function
gdtoaimp.h 29 /* This is a variation on dtoa.c that converts arbitary binary
42 * before invoking strtod or dtoa. If the machine uses (the equivalent
92 * computation of dtoa and gdtoa. This will cause modes 4 and 5 to be
164 * dtoa. You may do so whether or not MULTIPLE_THREADS is #defined.
168 * dtoa.c).
492 #define dtoa __dtoa macro
589 extern char *dtoa ANSI((double d, int mode, int ndigits,
  /libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java 464 dtoa( binExp, fractBits, nSignificantBits ); method
528 dtoa( binExp, ((long)fractBits)<<(expShift-singleExpShift), nSignificantBits ); method
533 dtoa( int binExp, long fractBits, int nSignificantBits ) method in class:FloatingDecimal
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java 529 dtoa( binExp, fractBits, nSignificantBits ); method
596 dtoa( binExp, ((long)fractBits)<<(expShift-singleExpShift), nSignificantBits ); method
600 dtoa( int binExp, long fractBits, int nSignificantBits ) method in class:FormattedFloatingDecimal
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 

Completed in 596 milliseconds