Home
last modified time | relevance | path

Searched defs:scientific (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__charconv/
H A Dchars_format.h24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h51 scientific = 1u << 7u, enumerator
/llvm-project/libcxx/src/
H A Dios.cpp72 const ios_base::fmtflags ios_base::scientific; member in ios_base