Searched refs:hexfloat (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/scanf/ |
H A D | doscan.c | 224 int chars, c, base, first, width, seen_point, seen_digit, hexfloat; in gmpscan() local 245 hexfloat = 0; in gmpscan() 277 hexfloat = 1; in gmpscan() 336 if (hexfloat && (c == 'p' || c == 'P')) in gmpscan() 342 else if (! hexfloat && (c == 'e' || c == 'E')) in gmpscan() 395 ASSERT_NOCARRY (mpf_set_str (f, s, hexfloat ? 16 : 10)); in gmpscan()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | ios_base.h | 1091 hexfloat(ios_base& __base) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | ios_base.h | 1104 hexfloat(ios_base& __base) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | ios | 195 ios_base& hexfloat (ios_base& str); 1024 hexfloat(ios_base& __str)
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2014 | 615 * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc: 1348 * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc: 4747 pass precision when using hexfloat format. 4749 output precision if C99 hexfloat conversion specifiers not available. 4770 * doc/xml/manual/status_cxx2011.xml: Remove hexfloat from notes. 4772 * include/bits/ios_base.h (hexfloat): New function. 4776 * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:
|
H A D | ChangeLog-2016 | 160 * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc: 4954 * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:
|
H A D | ChangeLog-2018 | 6043 * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | NEWS | 5632 + I/O manipulators std::put_time, std::get_time, std::hexfloat 5639 * Support for the C++11 hexfloat manipulator changes how the num_put
|
H A D | MD5SUMS | 32611 f5bf541a52f1abf010763c5694083380 gcc/testsuite/gcc.dg/c90-hexfloat-1.c 32612 41522075e308c97f2730a59c1b6571a8 gcc/testsuite/gcc.dg/c90-hexfloat-2.c 32701 86b0883204030931b1dd5d4955d3516e gcc/testsuite/gcc.dg/c99-hexfloat-1.c 32702 ebd19187698ad2fd5b7b1c1ad5f8a4c9 gcc/testsuite/gcc.dg/c99-hexfloat-2.c 32703 d70f879ee82af7f8058ffda0ddf79dda gcc/testsuite/gcc.dg/c99-hexfloat-3.c 33189 ac84ca250023a220998c58a81935b248 gcc/testsuite/gcc.dg/cpp/c99-hexfloat-3.c 98714 …9f89ad46def67c865 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | NEWS | 7506 + I/O manipulators std::put_time, std::get_time, std::hexfloat 7513 * Support for the C++11 hexfloat manipulator changes how the num_put
|
H A D | MD5SUMS | 37130 f5bf541a52f1abf010763c5694083380 gcc/testsuite/gcc.dg/c90-hexfloat-1.c 37131 41522075e308c97f2730a59c1b6571a8 gcc/testsuite/gcc.dg/c90-hexfloat-2.c 37223 86b0883204030931b1dd5d4955d3516e gcc/testsuite/gcc.dg/c99-hexfloat-1.c 37224 ebd19187698ad2fd5b7b1c1ad5f8a4c9 gcc/testsuite/gcc.dg/c99-hexfloat-2.c 37225 d70f879ee82af7f8058ffda0ddf79dda gcc/testsuite/gcc.dg/c99-hexfloat-3.c 37720 ac84ca250023a220998c58a81935b248 gcc/testsuite/gcc.dg/cpp/c99-hexfloat-3.c 113077 …89e221dacb4ffbca7 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2007 | 22428 z9_109_cost): Remove fields for hexfloat instructions: dxr, ddr and der.
|
H A D | ChangeLog-2003 | 28330 * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
|
H A D | ChangeLog-2004 | 42368 hexfloat strings.
|