HomeSort by relevance Sort by last modified time
    Searched defs:format_decimal (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/Support/
Format.h 141 /// This is a helper class used for format_hex() and format_decimal().
183 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
185 /// OS << format_decimal(0, 5) => " 0"
186 /// OS << format_decimal(255, 5) => " 255"
187 /// OS << format_decimal(-1, 3) => " -1"
188 /// OS << format_decimal(12345, 3) => "12345"
189 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
196 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
198 /// OS << format_decimal(0, 5) => " 0"
199 /// OS << format_decimal(255, 5) => " 255"
200 /// OS << format_decimal(-1, 3) => " -1"
201 /// OS << format_decimal(12345, 3) => "12345"
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
196 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
198 /// OS << format_decimal(0, 5) => " 0"
199 /// OS << format_decimal(255, 5) => " 255"
200 /// OS << format_decimal(-1, 3) => " -1"
201 /// OS << format_decimal(12345, 3) => "12345"
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
196 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
198 /// OS << format_decimal(0, 5) => " 0"
199 /// OS << format_decimal(255, 5) => " 255"
200 /// OS << format_decimal(-1, 3) => " -1"
201 /// OS << format_decimal(12345, 3) => "12345"
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
196 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
198 /// OS << format_decimal(0, 5) => " 0"
199 /// OS << format_decimal(255, 5) => " 255"
200 /// OS << format_decimal(-1, 3) => " -1"
201 /// OS << format_decimal(12345, 3) => "12345"
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
196 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
198 /// OS << format_decimal(0, 5) => " 0"
199 /// OS << format_decimal(255, 5) => " 255"
200 /// OS << format_decimal(-1, 3) => " -1"
201 /// OS << format_decimal(12345, 3) => "12345"
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
196 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
198 /// OS << format_decimal(0, 5) => " 0"
199 /// OS << format_decimal(255, 5) => " 255"
200 /// OS << format_decimal(-1, 3) => " -1"
201 /// OS << format_decimal(12345, 3) => "12345"
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
196 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
198 /// OS << format_decimal(0, 5) => " 0"
199 /// OS << format_decimal(255, 5) => " 255"
200 /// OS << format_decimal(-1, 3) => " -1"
201 /// OS << format_decimal(12345, 3) => "12345"
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
196 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
198 /// OS << format_decimal(0, 5) => " 0"
199 /// OS << format_decimal(255, 5) => " 255"
200 /// OS << format_decimal(-1, 3) => " -1"
201 /// OS << format_decimal(12345, 3) => "12345"
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 154 /// This is a helper class used for format_hex() and format_decimal().
196 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
198 /// OS << format_decimal(0, 5) => " 0"
199 /// OS << format_decimal(255, 5) => " 255"
200 /// OS << format_decimal(-1, 3) => " -1"
201 /// OS << format_decimal(12345, 3) => "12345"
202 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /external/syslinux/gpxe/src/core/
vsprintf.c 118 static char * format_decimal ( char *end, signed long num, int width ) { function
253 ptr = format_decimal ( ptr, decimal, width );
  /external/fmtlib/test/
format-test.cc 1511 std::string format_decimal(T value) { function
    [all...]
  /external/fmtlib/fmt/
format.h 988 inline void format_decimal(Char *buffer, UInt value, unsigned num_digits, function in namespace:fmt::internal
1013 inline void format_decimal(Char *buffer, UInt value, unsigned num_digits) { function in namespace:fmt::internal
1014 format_decimal(buffer, value, num_digits, NoThousandsSep());
3317 char *format_decimal(ULongLong value) { function in class:FormatInt
    [all...]

Completed in 250 milliseconds