Home
last modified time | relevance | path

Searched refs:kBase (Results 1 – 18 of 18) sorted by relevance

/external/abseil-cpp/absl/numeric/
Dint128_stream_test.cc96 constexpr std::ios::fmtflags kBase = std::ios::showbase; variable
241 {0, kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
242 {0, kBase, /*width = */ 6, "_____0"}, in GetInt128FormatCases()
243 {0, kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
244 {0, kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
249 {0, kUpper | kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
250 {0, kUpper | kBase, /*width = */ 6, "_____0"}, in GetInt128FormatCases()
251 {0, kUpper | kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
252 {0, kUpper | kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
257 {0, kLeft | kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/numeric/
Dint128_stream_test.cc96 constexpr std::ios::fmtflags kBase = std::ios::showbase; variable
241 {0, kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
242 {0, kBase, /*width = */ 6, "_____0"}, in GetInt128FormatCases()
243 {0, kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
244 {0, kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
249 {0, kUpper | kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
250 {0, kUpper | kBase, /*width = */ 6, "_____0"}, in GetInt128FormatCases()
251 {0, kUpper | kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
252 {0, kUpper | kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
257 {0, kLeft | kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
[all …]
/external/libtextclassifier/abseil-cpp/absl/numeric/
Dint128_stream_test.cc96 constexpr std::ios::fmtflags kBase = std::ios::showbase; variable
241 {0, kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
242 {0, kBase, /*width = */ 6, "_____0"}, in GetInt128FormatCases()
243 {0, kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
244 {0, kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
249 {0, kUpper | kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
250 {0, kUpper | kBase, /*width = */ 6, "_____0"}, in GetInt128FormatCases()
251 {0, kUpper | kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
252 {0, kUpper | kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
257 {0, kLeft | kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
[all …]
/external/angle/third_party/abseil-cpp/absl/numeric/
Dint128_stream_test.cc96 constexpr std::ios::fmtflags kBase = std::ios::showbase; variable
241 {0, kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
242 {0, kBase, /*width = */ 6, "_____0"}, in GetInt128FormatCases()
243 {0, kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
244 {0, kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
249 {0, kUpper | kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
250 {0, kUpper | kBase, /*width = */ 6, "_____0"}, in GetInt128FormatCases()
251 {0, kUpper | kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
252 {0, kUpper | kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
257 {0, kLeft | kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/
Dint128_stream_test.cc96 constexpr std::ios::fmtflags kBase = std::ios::showbase; variable
241 {0, kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
242 {0, kBase, /*width = */ 6, "_____0"}, in GetInt128FormatCases()
243 {0, kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
244 {0, kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
249 {0, kUpper | kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
250 {0, kUpper | kBase, /*width = */ 6, "_____0"}, in GetInt128FormatCases()
251 {0, kUpper | kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
252 {0, kUpper | kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
257 {0, kLeft | kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
[all …]
/external/openscreen/third_party/abseil/src/absl/numeric/
Dint128_stream_test.cc96 constexpr std::ios::fmtflags kBase = std::ios::showbase; variable
241 {0, kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
242 {0, kBase, /*width = */ 6, "_____0"}, in GetInt128FormatCases()
243 {0, kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
244 {0, kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
249 {0, kUpper | kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
250 {0, kUpper | kBase, /*width = */ 6, "_____0"}, in GetInt128FormatCases()
251 {0, kUpper | kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
252 {0, kUpper | kBase | kPos, /*width = */ 6, "____+0"}, in GetInt128FormatCases()
257 {0, kLeft | kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
[all …]
/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.cpp23 constexpr int kBase = 256; variable
161 : a(FXSYS_roundf(src.a * kBase)), in CPDF_FixedMatrix()
162 b(FXSYS_roundf(src.b * kBase)), in CPDF_FixedMatrix()
163 c(FXSYS_roundf(src.c * kBase)), in CPDF_FixedMatrix()
164 d(FXSYS_roundf(src.d * kBase)), in CPDF_FixedMatrix()
165 e(FXSYS_roundf(src.e * kBase)), in CPDF_FixedMatrix()
166 f(FXSYS_roundf(src.f * kBase)) {} in CPDF_FixedMatrix()
170 *x1 = pdfium::base::saturated_cast<int>(val.first / kBase); in Transform()
171 *y1 = pdfium::base::saturated_cast<int>(val.second / kBase); in Transform()
176 return std::make_pair(a * x + c * y + e + kBase / 2, in TransformInternal()
[all …]
/external/libchrome/base/strings/
Dstring_number_conversions.cc185 if (traits::kBase == 16 && end - begin > 2 && *begin == '0' && in Invoke()
193 if (!CharToDigit<traits::kBase>(*current, &new_digit)) { in Invoke()
201 *output *= traits::kBase; in Invoke()
213 if (*output > static_cast<value_type>(traits::max() / traits::kBase) || in CheckBounds()
214 (*output == static_cast<value_type>(traits::max() / traits::kBase) && in CheckBounds()
215 new_digit > traits::max() % traits::kBase)) { in CheckBounds()
229 if (*output < traits::min() / traits::kBase || in CheckBounds()
230 (*output == traits::min() / traits::kBase && in CheckBounds()
231 new_digit > 0 - traits::min() % traits::kBase)) { in CheckBounds()
254 static const int kBase = BASE; member in base::__anonb3d05faa0111::BaseIteratorRangeToNumberTraits
/external/abseil-cpp/absl/container/
Dbtree_test.h65 constexpr unsigned kBase = 64; // avoid integer division.
69 buf[p--] = ' ' + (val % kBase);
70 val /= kBase;
71 maxval /= kBase;
/external/webrtc/third_party/abseil-cpp/absl/container/
Dbtree_test.h65 constexpr unsigned kBase = 64; // avoid integer division.
69 buf[p--] = ' ' + (val % kBase);
70 val /= kBase;
71 maxval /= kBase;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dbtree_test.h66 constexpr unsigned kBase = 64; // avoid integer division.
70 buf[p--] = ' ' + (val % kBase);
71 val /= kBase;
72 maxval /= kBase;
/external/openscreen/third_party/abseil/src/absl/container/
Dbtree_test.h66 constexpr unsigned kBase = 64; // avoid integer division.
70 buf[p--] = ' ' + (val % kBase);
71 val /= kBase;
72 maxval /= kBase;
/external/libtextclassifier/abseil-cpp/absl/container/
Dbtree_test.h66 constexpr unsigned kBase = 64; // avoid integer division.
70 buf[p--] = ' ' + (val % kBase);
71 val /= kBase;
72 maxval /= kBase;
/external/angle/third_party/abseil-cpp/absl/container/
Dbtree_test.h66 constexpr unsigned kBase = 64; // avoid integer division.
70 buf[p--] = ' ' + (val % kBase);
71 val /= kBase;
72 maxval /= kBase;
/external/tensorflow/tensorflow/core/lib/gtl/
Dflatrep.h48 static constexpr uint32 kBase = 3;
49 static constexpr uint32 kWidth = (1 << kBase);
150 Bucket* b = &array_[index >> kBase]; in Find()
177 Bucket* b = &array_[index >> kBase]; in FindOrInsert()
214 Bucket* b = &array_[index >> kBase]; in Prefetch()
327 Bucket* b = &array_[index >> kBase]; in FreshInsert()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dtype_conversion_unittest.cc115 const RedmondRect kBase = {10, 20, 30, 40}; in TEST() local
119 RedmondRect rr = kBase; in TEST()
135 const RedmondRect kBase = {10, 20, 30, 40}; in TEST() local
138 RedmondRect rect = kBase; in TEST()
/external/boringssl/src/crypto/hpke/
Dhpke_test.cc39 kBase = 0, enumerator
57 case HPKEMode::kBase: in Verify()
/external/angle/src/tests/gl_tests/
DFramebufferMultiviewTest.cpp20 const size_t kBase = static_cast<size_t>(GL_COLOR_ATTACHMENT0); in GetDrawBufferRange() local
23 drawBuffers[i] = static_cast<GLenum>(kBase + i); in GetDrawBufferRange()