Home
last modified time | relevance | path

Searched defs:kIsSigned (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dnumbers.h193 constexpr bool kIsSigned = static_cast<int_type>(1) - 2 < 0; in FastIntToBuffer() local
225 constexpr bool kIsSigned = static_cast<int_type>(1) - 2 < 0; in safe_strtoi_base() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dnumbers.h193 constexpr bool kIsSigned = static_cast<int_type>(1) - 2 < 0; in FastIntToBuffer() local
225 constexpr bool kIsSigned = static_cast<int_type>(1) - 2 < 0; in safe_strtoi_base() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dnumbers.h193 constexpr bool kIsSigned = static_cast<int_type>(1) - 2 < 0; in FastIntToBuffer() local
225 constexpr bool kIsSigned = static_cast<int_type>(1) - 2 < 0; in safe_strtoi_base() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dnumbers.h182 constexpr bool kIsSigned = static_cast<int_type>(1) - 2 < 0; in FastIntToBuffer() local
213 constexpr bool kIsSigned = static_cast<int_type>(1) - 2 < 0; in safe_strtoi_base() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dnumbers.h182 constexpr bool kIsSigned = static_cast<int_type>(1) - 2 < 0; in FastIntToBuffer() local
213 constexpr bool kIsSigned = static_cast<int_type>(1) - 2 < 0; in safe_strtoi_base() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dnumbers.h182 constexpr bool kIsSigned = static_cast<int_type>(1) - 2 < 0; in FastIntToBuffer() local
213 constexpr bool kIsSigned = static_cast<int_type>(1) - 2 < 0; in safe_strtoi_base() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DQuantizedLinear.cpp94 constexpr bool kIsSigned = false; in fbgemm_linear_int8_weight_fp32_activation() local
251 constexpr bool kIsSigned = true; in fbgemm_linear_quantize_weight() local
/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/
Dbit_util.h394 static constexpr bool kIsSigned = std::is_signed_v<BaseType>; variable
565 static constexpr bool kIsSigned = std::is_signed_v<BaseType>; variable
/aosp_15_r20/external/angle/src/common/
H A Dmathutil.h134 constexpr bool kIsSigned = std::numeric_limits<T>::is_signed; in clampForBitCount() local