Home
last modified time | relevance | path

Searched refs:ddigits (Results 1 – 25 of 115) sorted by relevance

12345

/dports/devel/elfutils/elfutils-0.179/src/
H A Dsize.c328 ddigits - 2, sgettext ("bsd|text"), in print_header()
329 ddigits - 2, sgettext ("bsd|data"), in print_header()
330 ddigits - 2, sgettext ("bsd|bss"), in print_header()
331 ddigits - 2, sgettext ("bsd|dec"), in print_header()
550 ddigits - 2, textsize, in show_bsd()
551 ddigits - 2, datasize, in show_bsd()
552 ddigits - 2, bsssize, in show_bsd()
553 ddigits - 2, textsize + datasize + bsssize, in show_bsd()
577 ddigits - 2, total_textsize, in show_bsd_totals()
578 ddigits - 2, total_datasize, in show_bsd_totals()
[all …]
/dports/lang/basic256/basic256-2.0.0.11/
H A DConvert.cpp194 QString Convert::getString(DataElement *d, int ddigits) { in getString() argument
212 if(((int)xp)==ddigits-1 && floattail){ in getString()
213 s.setNum(d->floatval,'e',ddigits - 1); in getString()
219 …}else if (xp*2<-ddigits || (int)xp>=(ddigits-(floattail?1:0))) { //number is too small or too big … in getString()
220 s.setNum(d->floatval,'g',ddigits); in getString()
225 int dig = ddigits - (xp>0.0?(int)xp+1:1); in getString()
/dports/math/R-cran-memisc/memisc/R/
H A Dmtable-format-latex.R4 paste("D{.}{",LaTeXdec,"}{",ddigits,"}",sep="") argument
7 ddigits=min(3,getOption("digits")),
14 sdigits=min(1,ddigits), argument
25 ddigits=ddigits,
44 paste("D{.}{",LaTeXdec,"}{",ddigits,"}",sep="") argument
47 ddigits=min(3,getOption("digits")),
54 sdigits=min(1,ddigits), argument
H A DtoLatex-dataframe.R6 paste("D{.}{",LaTeXdec,"}{",ddigits,"}",sep="") argument
10 ddigits=digits,
74 dd[] <- ddigits
75 ddigits <- dd
H A Dtolatex-matrix.R9 colspec=if(useDcolumn) paste("D{.}{",LaTeXdec,"}{",ddigits,"}",sep="") else "r", argument
11 ddigits=digits,
H A Dtolatex-ftable.R31 colspec=if(useDcolumn) paste("D{.}{",LaTeXdec,"}{",ddigits,"}",sep="") else "r", argument
33 ddigits=digits,
H A DtoLatex-ftable-matrix.R10 paste("D{.}{",LaTeXdec,"}{",ddigits,"}",sep="") argument
13 ddigits=digits,
/dports/math/R-cran-memisc/memisc/man/
H A DtoLatexExtra.Rd27 paste("D{.}{",LaTeXdec,"}{",ddigits,"}",sep="")
30 ddigits=digits,
45 paste("D{.}{",LaTeXdec,"}{",ddigits,"}",sep="")
49 ddigits=digits,
66 paste("D{.}{",LaTeXdec,"}{",ddigits,"}",sep="")
69 ddigits=digits,
86 paste("D{.}{",LaTeXdec,"}{",ddigits,"}",sep="")
89 ddigits=digits,
125 \item{ddigits}{integer, digits after the decimal point.}
H A Dmtable-format-latex.Rd12 paste("D{.}{",LaTeXdec,"}{",ddigits,"}",sep="")
15 ddigits=min(3,getOption("digits")),
22 sdigits=min(1,ddigits),
38 \item{ddigits}{alignment specification or digits after the decimal point.}
/dports/x11/hs-xmobar/xmobar-0.39/src/Xmobar/Plugins/Monitors/
H A DCpuFreq.hs34 ddigits <- getConfigValue decDigits
41 ghzFmt = showDigits ddigits
/dports/cad/sp2sp/gwave2-20090213/src/
H A Ddraw.c56 int ddigits; in val2txt() local
100 ddigits = 4; in val2txt()
102 ddigits = 3; in val2txt()
104 ddigits = 2; in val2txt()
105 sprintf(buf, "% .*f%c", ddigits, sval, suffix); in val2txt()
/dports/databases/libpqtypes/libpqtypes-1.5.1/src/
H A Dnumerics.c463 int ddigits;
538 ddigits = i - DEC_DIGITS;
595 ndigits = (ddigits + offset + DEC_DIGITS - 1) / DEC_DIGITS;
/dports/astro/astrometry/astrometry.net-0.85/plot/
H A Dplotstuff.py213 ddigits = max(0, np.ceil(-np.log10(declabelstep)))
214 dformat = '%.' + '%i'%ddigits + 'f'
/dports/x11-fonts/otf2bdf/otf2bdf-3.1/
H A Dremap.c306 static unsigned char ddigits[32] = { variable
337 default: base = 10; dmap = ddigits; break; in my_atous()
/dports/print/freetype/freetype-1.3.1/contrib/ttf2bdf/
H A Dremap.c335 static unsigned char ddigits[32] = { variable
372 default: base = 10; dmap = ddigits; break;
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c883 int ddigits; in numeric() local
5372 int ddigits; in set_var_from_str() local
5437 ddigits = i - DEC_DIGITS; in set_var_from_str()
5920 int ddigits; in apply_typmod() local
5943 if (ddigits > maxdigits) in apply_typmod()
5955 ddigits -= 3; in apply_typmod()
5957 ddigits -= 2; in apply_typmod()
5959 ddigits -= 1; in apply_typmod()
5962 ddigits -= 1; in apply_typmod()
5968 if (ddigits > maxdigits) in apply_typmod()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c883 int ddigits; in numeric() local
5372 int ddigits; in set_var_from_str() local
5437 ddigits = i - DEC_DIGITS; in set_var_from_str()
5920 int ddigits; in apply_typmod() local
5943 if (ddigits > maxdigits) in apply_typmod()
5955 ddigits -= 3; in apply_typmod()
5957 ddigits -= 2; in apply_typmod()
5959 ddigits -= 1; in apply_typmod()
5962 ddigits -= 1; in apply_typmod()
5968 if (ddigits > maxdigits) in apply_typmod()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c883 int ddigits; in numeric() local
5372 int ddigits; in set_var_from_str() local
5437 ddigits = i - DEC_DIGITS; in set_var_from_str()
5920 int ddigits; in apply_typmod() local
5943 if (ddigits > maxdigits) in apply_typmod()
5955 ddigits -= 3; in apply_typmod()
5957 ddigits -= 2; in apply_typmod()
5959 ddigits -= 1; in apply_typmod()
5962 ddigits -= 1; in apply_typmod()
5968 if (ddigits > maxdigits) in apply_typmod()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c883 int ddigits; in numeric() local
5372 int ddigits; in set_var_from_str() local
5437 ddigits = i - DEC_DIGITS; in set_var_from_str()
5920 int ddigits; in apply_typmod() local
5943 if (ddigits > maxdigits) in apply_typmod()
5955 ddigits -= 3; in apply_typmod()
5957 ddigits -= 2; in apply_typmod()
5959 ddigits -= 1; in apply_typmod()
5962 ddigits -= 1; in apply_typmod()
5968 if (ddigits > maxdigits) in apply_typmod()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c883 int ddigits; in numeric() local
5372 int ddigits; in set_var_from_str() local
5437 ddigits = i - DEC_DIGITS; in set_var_from_str()
5920 int ddigits; in apply_typmod() local
5943 if (ddigits > maxdigits) in apply_typmod()
5955 ddigits -= 3; in apply_typmod()
5957 ddigits -= 2; in apply_typmod()
5959 ddigits -= 1; in apply_typmod()
5962 ddigits -= 1; in apply_typmod()
5968 if (ddigits > maxdigits) in apply_typmod()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c883 int ddigits; in numeric() local
5372 int ddigits; in set_var_from_str() local
5437 ddigits = i - DEC_DIGITS; in set_var_from_str()
5920 int ddigits; in apply_typmod() local
5943 if (ddigits > maxdigits) in apply_typmod()
5955 ddigits -= 3; in apply_typmod()
5957 ddigits -= 2; in apply_typmod()
5959 ddigits -= 1; in apply_typmod()
5962 ddigits -= 1; in apply_typmod()
5968 if (ddigits > maxdigits) in apply_typmod()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/utils/adt/
H A Dnumeric.c883 int ddigits; in numeric() local
5372 int ddigits; in set_var_from_str() local
5437 ddigits = i - DEC_DIGITS; in set_var_from_str()
5920 int ddigits; in apply_typmod() local
5943 if (ddigits > maxdigits) in apply_typmod()
5955 ddigits -= 3; in apply_typmod()
5957 ddigits -= 2; in apply_typmod()
5959 ddigits -= 1; in apply_typmod()
5962 ddigits -= 1; in apply_typmod()
5968 if (ddigits > maxdigits) in apply_typmod()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/bdf/
H A Dbdflib.c679 static const unsigned char ddigits[32] = variable
706 for ( v = 0; sbitset( ddigits, *s ); s++ ) in _bdf_atoul()
731 for ( v = 0; sbitset( ddigits, *s ); s++ ) in _bdf_atol()
748 for ( v = 0; sbitset( ddigits, *s ); s++ ) in _bdf_atous()
773 for ( v = 0; sbitset( ddigits, *s ); s++ ) in _bdf_atos()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/src/bdf/
H A Dbdflib.c676 static const unsigned char ddigits[32] = variable
703 for ( v = 0; sbitset( ddigits, *s ); s++ ) in _bdf_atoul()
736 for ( v = 0; sbitset( ddigits, *s ); s++ ) in _bdf_atol()
761 for ( v = 0; sbitset( ddigits, *s ); s++ ) in _bdf_atous()
794 for ( v = 0; sbitset( ddigits, *s ); s++ ) in _bdf_atos()
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/bdf/
H A Dbdflib.c679 static const unsigned char ddigits[32] = variable
706 for ( v = 0; sbitset( ddigits, *s ); s++ ) in _bdf_atoul()
739 for ( v = 0; sbitset( ddigits, *s ); s++ ) in _bdf_atol()
764 for ( v = 0; sbitset( ddigits, *s ); s++ ) in _bdf_atous()
797 for ( v = 0; sbitset( ddigits, *s ); s++ ) in _bdf_atos()

12345