Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 31) sorted by relevance

12

/ndk/sources/host-tools/nawk-20071023/
DFIXES32 fixed memory fault caused by out of order test in setsval.
40 fixed some null pointer refs calling adjbuf.
43 fixed a bug in matching the null RE in sub and gsub. thanks to al aho
47 fixed quotation in b.c; thanks to Hal Pratt and the Princeton Dante
54 removed the obsolete -V argument; fixed --version to print the
57 fixed wording and an outright error in the usage message; thanks to igor
60 fixed a bug in -d that caused core dump if no program followed.
75 core dump on linux with BEGIN {nextfile}, now fixed.
86 fixed infinite loop in parsing, originally found by brian tsang.
101 fixed a couple of overflow problems with ridiculous field numbers:
[all …]
/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp174 str << fixed << limits::max(); in check_get_float()
430 ostr << fixed << 1.23457e+17f; in num_put_float()
440 ostr << fixed << showpos << 1.23457e+17f; in num_put_float()
450 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f; in num_put_float()
470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
486 … ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f; in num_put_float()
494 …ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f; in num_put_float()
502 ostr << fixed << showpos << setprecision(100) << 1.234567e+17; in num_put_float()
513 ostr << fixed << showpos << setprecision(100) << 1.234567e+17l; in num_put_float()
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp174 str << fixed << limits::max(); in check_get_float()
430 ostr << fixed << 1.23457e+17f; in num_put_float()
440 ostr << fixed << showpos << 1.23457e+17f; in num_put_float()
450 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f; in num_put_float()
470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
486 … ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f; in num_put_float()
494 …ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f; in num_put_float()
502 ostr << fixed << showpos << setprecision(100) << 1.234567e+17; in num_put_float()
513 ostr << fixed << showpos << setprecision(100) << 1.234567e+17l; in num_put_float()
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h73 _STLP_STATIC_CONSTANT(int, fixed = 0x0040);
84 _STLP_STATIC_CONSTANT(int, floatfield = scientific | fixed);
332 inline ios_base& _STLP_CALL fixed(ios_base& __s) in fixed() function
333 { __s.setf(ios_base::fixed, ios_base::floatfield); return __s; } in fixed()
/ndk/sources/host-tools/make-3.81/tests/
DNEWS47 correctly in all cases (fixed in at least 5.004_02).
126 Several tests fixed to match the fact that MAKELEVEL > 0 or -C now
129 parallel_execution test fixed to not use double colon rules any
132 errors_in_commands test fixed to handle different error messages
135 Several tests fixed to handle -make_path with a relative path
138 dash-e-option test fixed to use $PATH instead of $USER (since the
DChangeLog513 * scripts/options/dash-t: Added a test for the -t bug fixed by
805 in Perl 4 and was fixed in Perl 5.004_01, but use a loop to delete
/ndk/sources/cxx-stl/stlport/stlport/using/
Dios37 using _STLP_NEW_IO_NAMESPACE::fixed;
/ndk/build/tools/toolchain-patches/gcc/
D0003-Work-around-for-Android-__cxa_finalize-bug.patch21 + * __cxa_finalize() implementation that was only fixed in 2.2.
/ndk/sources/host-tools/sed-4.2.1/
DNEWS30 * multibyte processing fixed
38 * fixed bug in 'i\' giving a segmentation violation if given alone.
77 * fixed --disable-nls build problems on Solaris.
79 * fixed `make check' in non-English locales.
204 * fixed bug in s///Np: was printing even if less than N matches were
207 * fixed infinite loop on s///N when LHS matched a null string and
390 regex routines. This change also fixed a bug where /./ did not match the
501 amounts of memory. These problems have been fixed and in such cases,
DChangeLog1664 `c' command gratuituosly; fixed potential memory
2010 * sed/execute.c(do_subst): fixed two bugs: s/ */X/g was failing
2099 * lib/memmove.c(memmove): fixed wrong sense used
2115 * doc/sed.1, doc/sed.texi: fixed some typos, formatting
2442 the comments; fixed several typos.
2446 * execute.c (do_subst): fixed bug where the "replaced" flag
2741 * sed.c: fixed bug which caused SEGV for files missing a
2941 * sed.c (execute_program): fixed the cycling behavior of 'D'
2950 that karl@gnu fixed some regexp bugs that were plaguing sed.
DCOPYING255 Corresponding Source fixed on a durable physical medium
323 fixed term (regardless of how the transaction is characterized), the
Daclocal.m498 # configure, and could therefore not use this "fixed" $ac_aux_dir.
/ndk/sources/cxx-stl/stlport/src/
Dnum_put_float.cpp450 __fill_fmtbuf(fmtbuf, ios_base::fixed, 'L'); in _Stl_fcvtR()
661 case ios_base::fixed: in __format_float()
731 case ios_base::fixed: in __fill_fmtbuf()
797 case ios_base::fixed:
Dios.cpp50 const ios_base::fmtflags ios_base::fixed; member in ios_base
/ndk/sources/cxx-stl/stlport/
DREADME59 They should be fixed hopefully by a later release of this library.
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdio_h.m4127 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
/ndk/build/tools/
Dprebuilt-common.sh878 … ABI_CONFIGURE_EXTRA_FLAGS="$ABI_CONFIGURE_EXTRA_FLAGS --disable-fixed-point --disable-threads"
/ndk/sources/host-tools/make-3.81/
DREADME4 In addition, there have been bugs fixed.
DNEWS59 fixed: if your makefile uses "\#" in a function invocation the
148 A complete list of bugs fixed in this version is available here:
230 A complete list of bugs fixed in this version is available here:
Dreadme.vms129 available ECOs for VMS V7.1 and newer versions. It is fixed in versions
Daclocal.m473 # configure, and could therefore not use this "fixed" $ac_aux_dir.
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmadding.sed5 # the point of this test, in case it isn't obvious, is to overfill fixed
/ndk/sources/host-tools/sed-4.2.1/po/
Del.po665 #~ msgid "lookbehind assertion is not fixed length"
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex116 % Set up fixed words for English if not already set.
2826 % problem manifests itself, so it can be fixed for real --karl.
3722 % @code, which sets - active. This problem was fixed by a kludge---
4566 % any other fixed time) so that @contents can be anywhere in the document.
4740 % Need the word Appendix, and a fixed-size box.
6376 % \parseargline) fails inside footnotes because the tokens are fixed when
7152 % in fixed width font.
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex118 % Set up fixed words for English if not already set.
3732 % problem manifests itself, so it can be fixed for real --karl.
4691 % @code, which sets - active. This problem was fixed by a kludge---
5671 % any other fixed time) so that @contents can be anywhere in the document.
5849 % Need the word Appendix, and a fixed-size box.
7547 % \parseargline) fails inside footnotes because the tokens are fixed when
9204 % in fixed width font.

12