Home
last modified time | relevance | path

Searched defs:decimal (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/runtime/
H A Denvironment.h54 decimal::FortranRounding::RoundNearest}; // RP(==PN) enumerator
/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp72 enum radix { none, octal, hexadecimal, decimal }; global() enumerator
/llvm-project/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp23 namespace Fortran::decimal { namespace
H A Dbinary-to-decimal.cpp15 namespace Fortran::decimal { namespace
/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp67 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; global() enumerator
/llvm-project/flang/unittests/Evaluate/
H A Dreal.cpp164 const char *p{decimal.data()}; in basicTests() local