HomeSort by relevance Sort by last modified time
    Searched full:decpt (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium/base/third_party/dmg_fp/
g_fmt.cc 34 int decpt, j, sign; local
45 s = s0 = dtoa(x, 0, 0, &decpt, &sign, &se);
48 if (decpt == 9999) /* Infinity or Nan */ {
52 if (decpt <= -4 || decpt > se - s + 5) {
60 /* sprintf(b, "%+.2d", decpt - 1); */
61 if (--decpt < 0) {
63 decpt = -decpt;
67 for(j = 2, k = 10; 10*k <= decpt; j++, k *= 10) {
    [all...]
mac_wextra.patch 8 if (decpt == 9999) /* Infinity or Nan */ {
13 if (decpt <= -4 || decpt > se - s + 5) {
18 - for(j = 2, k = 10; 10*k <= decpt; j++, k *= 10);
19 + for(j = 2, k = 10; 10*k <= decpt; j++, k *= 10) {}
21 i = decpt / k;
25 for(; decpt < 0; decpt++)
gcc_warnings.patch 34 int *decpt, int *sign, char **rve);
90 if (decpt == 9999) /* Infinity or Nan */ {
95 if (decpt <= -4 || decpt > se - s + 5) {
106 for(; decpt < 0; decpt++)
115 if (--decpt == 0 && *s)
dmg_fp.h 19 int* decpt, int* sign, char** rve);
dtoa.cc 521 int *decpt, int *sign, char **rve);
1740 CONST unsigned char *decpt, *s0, *s, *s1; variable
3525 double dd; int mode, ndigits, *decpt, *sign; char **rve; member in namespace:dmg_fp
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
g_fmt.cc 34 int decpt, j, sign; local
45 s = s0 = dtoa(x, 0, 0, &decpt, &sign, &se);
48 if (decpt == 9999) /* Infinity or Nan */ {
52 if (decpt <= -4 || decpt > se - s + 5) {
60 /* sprintf(b, "%+.2d", decpt - 1); */
61 if (--decpt < 0) {
63 decpt = -decpt;
67 for(j = 2, k = 10; 10*k <= decpt; j++, k *= 10) {
    [all...]
mac_wextra.patch 8 if (decpt == 9999) /* Infinity or Nan */ {
13 if (decpt <= -4 || decpt > se - s + 5) {
18 - for(j = 2, k = 10; 10*k <= decpt; j++, k *= 10);
19 + for(j = 2, k = 10; 10*k <= decpt; j++, k *= 10) {}
21 i = decpt / k;
25 for(; decpt < 0; decpt++)
gcc_warnings.patch 34 int *decpt, int *sign, char **rve);
90 if (decpt == 9999) /* Infinity or Nan */ {
95 if (decpt <= -4 || decpt > se - s + 5) {
106 for(; decpt < 0; decpt++)
115 if (--decpt == 0 && *s)
dmg_fp.h 19 int* decpt, int* sign, char** rve);
dtoa.cc 527 int *decpt, int *sign, char **rve);
1746 CONST unsigned char *decpt, *s0, *s, *s1; variable
3531 double dd; int mode, ndigits, *decpt, *sign; char **rve; member in namespace:dmg_fp
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dtoa.h 8 int *decpt, int *sign, char **rve);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dtoa.h 8 int *decpt, int *sign, char **rve);
  /external/stlport/src/
num_put_float.cpp 488 int decpt, int sign, bool is_zero,
524 int nn = decpt - 1;
540 *--suffix = (char) ((decpt > 0 || is_zero ) ? '+' : '-');
551 int decpt, int sign,
554 if ( sign && (decpt > -precision) && (*bp != 0) )
560 int nnn = decpt;
575 buf += (++decpt <= 0) ? '0' : *bp++;
652 int decpt, int sign, bool is_zero,
658 __group_pos = __format_float_scientific( buf, bp, decpt, sign, is_zero,
662 __group_pos = __format_float_fixed( buf, bp, decpt, sign
862 int decpt, sign; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 488 int decpt, int sign, bool is_zero,
524 int nn = decpt - 1;
540 *--suffix = (char) ((decpt > 0 || is_zero ) ? '+' : '-');
551 int decpt, int sign,
554 if ( sign && (decpt > -precision) && (*bp != 0) )
560 int nnn = decpt;
575 buf += (++decpt <= 0) ? '0' : *bp++;
652 int decpt, int sign, bool is_zero,
658 __group_pos = __format_float_scientific( buf, bp, decpt, sign, is_zero,
662 __group_pos = __format_float_fixed( buf, bp, decpt, sign
862 int decpt, sign; local
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prdtoa.h 76 ** If d is +-Infinity or NaN, then *decpt is set to 9999.
83 PRIntn *decpt, PRIntn *sign, char **rve, char *buf, PRSize bufsize);
  /bionic/libc/stdio/
vfprintf.c 1229 cvt(double value, int ndigits, int flags, char *sign, int *decpt, int ch,
1253 digits = __dtoa(value, mode, ndigits, decpt, &dsgn, &rve);
1258 *decpt = -ndigits + 1;
1259 bp += *decpt;
  /bionic/libc/stdlib/
strtod.c 359 int *decpt, int *sign, char **rve);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 725 this. Set *DECPT with the position of the decimal character and *SIGN
730 /* Convert VALUE to a string rounded to NDIGIT decimal digits. Set *DECPT
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 725 this. Set *DECPT with the position of the decimal character and *SIGN
730 /* Convert VALUE to a string rounded to NDIGIT decimal digits. Set *DECPT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 725 this. Set *DECPT with the position of the decimal character and *SIGN
730 /* Convert VALUE to a string rounded to NDIGIT decimal digits. Set *DECPT
  /external/sonivox/arm-fm-22k/bin/
arm-fm-22k 
  /external/sonivox/arm-hybrid-22k/bin/
arm-hybrid-22k 
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libc.so 

Completed in 591 milliseconds

1 2