HomeSort by relevance Sort by last modified time
    Searched defs:format_decimal (Results 1 - 17 of 17) 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-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/darwin-x86/clang-4393122/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-4479392/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
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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 );
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
205 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
207 /// OS << format_decimal(0, 5) => " 0"
208 /// OS << format_decimal(255, 5) => " 255"
209 /// OS << format_decimal(-1, 3) => " -1"
210 /// OS << format_decimal(12345, 3) => "12345"
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
205 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
207 /// OS << format_decimal(0, 5) => " 0"
208 /// OS << format_decimal(255, 5) => " 255"
209 /// OS << format_decimal(-1, 3) => " -1"
210 /// OS << format_decimal(12345, 3) => "12345"
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
205 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
207 /// OS << format_decimal(0, 5) => " 0"
208 /// OS << format_decimal(255, 5) => " 255"
209 /// OS << format_decimal(-1, 3) => " -1"
210 /// OS << format_decimal(12345, 3) => "12345"
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
205 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
207 /// OS << format_decimal(0, 5) => " 0"
208 /// OS << format_decimal(255, 5) => " 255"
209 /// OS << format_decimal(-1, 3) => " -1"
210 /// OS << format_decimal(12345, 3) => "12345"
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
205 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
207 /// OS << format_decimal(0, 5) => " 0"
208 /// OS << format_decimal(255, 5) => " 255"
209 /// OS << format_decimal(-1, 3) => " -1"
210 /// OS << format_decimal(12345, 3) => "12345"
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
205 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
207 /// OS << format_decimal(0, 5) => " 0"
208 /// OS << format_decimal(255, 5) => " 255"
209 /// OS << format_decimal(-1, 3) => " -1"
210 /// OS << format_decimal(12345, 3) => "12345"
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
205 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
207 /// OS << format_decimal(0, 5) => " 0"
208 /// OS << format_decimal(255, 5) => " 255"
209 /// OS << format_decimal(-1, 3) => " -1"
210 /// OS << format_decimal(12345, 3) => "12345"
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Format.h 163 /// This is a helper class used for format_hex() and format_decimal().
205 /// format_decimal - Output \p N as a right justified, fixed-width decimal. If
207 /// OS << format_decimal(0, 5) => " 0"
208 /// OS << format_decimal(255, 5) => " 255"
209 /// OS << format_decimal(-1, 3) => " -1"
210 /// OS << format_decimal(12345, 3) => "12345"
211 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { function in namespace:llvm

Completed in 538 milliseconds