Home
last modified time | relevance | path

Searched refs:scientific (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-12-stable/contrib/file/magic/Magdir/
Dscientific3 # $File: scientific,v 1.13 2019/04/19 00:42:27 christos Exp $
4 # scientific: file(1) magic for scientific formats
/freebsd-12-stable/contrib/bc/tests/
Dextra_required.txt5 scientific
/freebsd-12-stable/contrib/bc/tests/dc/
Dall.txt20 scientific
/freebsd-12-stable/contrib/bc/tests/bc/
Dall.txt24 scientific
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dios_base.h284 static const fmtflags scientific = _S_scientific; variable
959 scientific(ios_base& __base) in scientific() function
961 __base.setf(ios_base::scientific, ios_base::floatfield); in scientific()
/freebsd-12-stable/contrib/libstdc++/include/backward/
Diomanip.h55 using std::scientific;
/freebsd-12-stable/contrib/libstdc++/src/
Dlocale_facets.cc86 else if (__fltfield == ios_base::scientific) in _S_format_float()
Dios.cc49 const ios_base::fmtflags ios_base::scientific; member in ios_base
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dios39 static constexpr fmtflags scientific;
194 ios_base& scientific (ios_base& str);
244 static const fmtflags scientific = 0x0100;
253 static const fmtflags floatfield = scientific | fixed;
1004 scientific(ios_base& __str)
1006 __str.setf(ios_base::scientific, ios_base::floatfield);
1014 __str.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield);
Dcharconv20 scientific = unspecified,
23 general = fixed | scientific
107 scientific = 0x1,
110 general = fixed | scientific
Drandom3883 _OStream::scientific);
4002 _OStream::scientific);
4196 _OStream::scientific);
4324 _OStream::scientific);
4489 _OStream::scientific);
4883 _OStream::scientific);
5004 _OStream::scientific);
5134 _OStream::scientific);
5317 _OStream::scientific);
5464 _OStream::scientific);
[all …]
/freebsd-12-stable/contrib/bc/vs/tests/
Dtests_dc.bat31 scientific
Dtests_bc.bat49 scientific
/freebsd-12-stable/contrib/libstdc++/include/tr1/
Drandom.tcc763 __os.flags(__ios_base::scientific | __ios_base::left); in operator <<()
802 __os.flags(__ios_base::scientific | __ios_base::left); in operator <<()
849 __os.flags(__ios_base::scientific | __ios_base::left); in operator <<()
1013 __os.flags(__ios_base::scientific | __ios_base::left); in operator <<()
1251 __os.flags(__ios_base::scientific | __ios_base::left); in operator <<()
1296 __os.flags(__ios_base::scientific | __ios_base::left); in operator <<()
1337 __os.flags(__ios_base::scientific | __ios_base::left); in operator <<()
1402 __os.flags(__ios_base::scientific | __ios_base::left); in operator <<()
1534 __os.flags(__ios_base::scientific | __ios_base::left); in operator <<()
/freebsd-12-stable/contrib/tzdata/
Dantarctica29 # previously sealers and scientific personnel wintered
309 # scientific station from 1903
316 # scientific station 1943/1967,
317 # previously sealers and a scientific expedition wintered by accident,
Daustralasia226 # Permanent occupation (scientific station) 1911-1915 and since 25 March 1948;
589 # and scientific personnel have wintered
593 # scientific station operated 1941/1995;
594 # previously whalers, sealers, pastoralists, and scientific personnel wintered
862 # Inhabited by civilians 1935-1942; IGY scientific base 1957-1958;
Dafrica137 # Gough (scientific station since 1955; sealers wintered previously):
1302 # scientific station since 1947
/freebsd-12-stable/contrib/file/magic/
DMakefile.am272 $(MAGIC_FRAGMENT_DIR)/scientific \
DMakefile.in549 $(MAGIC_FRAGMENT_DIR)/scientific \
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dios.cpp85 const ios_base::fmtflags ios_base::scientific; member in ios_base
Dlocale.cpp4635 if (floatfield == (ios_base::fixed | ios_base::scientific)) in __format_float()
4651 else if (floatfield == ios_base::scientific) in __format_float()
4658 else if (floatfield == (ios_base::fixed | ios_base::scientific)) in __format_float()
/freebsd-12-stable/contrib/bc/manuals/
Dbuild.md453 In addition, this `bc` has the option of outputting in scientific notation or
454 engineering notation. It can also take input in scientific or engineering
458 Extra operators, scientific notation, engineering notation, and the
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTargetProperties.td71 … zeroes to insert when displaying a very small float before falling back to scientific notation.">;
/freebsd-12-stable/crypto/openssh/
DLICENCE46 bookstore, scientific library, and patent office worldwide. More
/freebsd-12-stable/contrib/bc/
DNEWS.md509 All of this together means that for ordinary uses, and even uses in scientific
967 7. Both calculators now accept numbers in **scientific notation**. See the
969 8. Both calculators can **output in either scientific or engineering

12