Home
last modified time | relevance | path

Searched defs:is_exact (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/art/compiler/optimizing/
H A Dreference_type_info.h35 static ReferenceTypeInfo Create(TypeHandle type_handle, bool is_exact) { in Create()
46 static ReferenceTypeInfo CreateUnchecked(TypeHandle type_handle, bool is_exact) { in CreateUnchecked()
138 ReferenceTypeInfo(TypeHandle type_handle, bool is_exact) in ReferenceTypeInfo()
H A Dreference_type_propagation.cc491 bool is_exact) { in SetClassAsTypeInfo()
532 bool is_exact) { in UpdateReferenceTypeInfo()
715 bool is_exact = klass->CannotBeAssignedFromOtherTypes(); in VisitCheckCast() local
770 bool is_exact = a.IsExact() && b.IsExact(); in MergeTypes() local
816 bool is_exact = component_handle->CannotBeAssignedFromOtherTypes(); in UpdateArrayGet() local
H A Dreference_type_propagation_test.cc67 ReferenceTypeInfo ObjectType(bool is_exact = true) REQUIRES_SHARED(Locks::mutator_lock_) { in ObjectType()
72 ReferenceTypeInfo StringType(bool is_exact = true) REQUIRES_SHARED(Locks::mutator_lock_) { in StringType()
H A Dreference_type_info.cc24 void ReferenceTypeInfo::DCheckValidTypeInfo(TypeHandle type_handle, bool is_exact) { in DCheckValidTypeInfo()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_function.cpp310 bool is_exact; in matching_signature() local
322 bool *is_exact) in matching_signature()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/numeric/
H A Dint128.cc346 constexpr bool numeric_limits<absl::uint128>::is_exact; member in std::numeric_limits<absl::uint128>
370 constexpr bool numeric_limits<absl::int128>::is_exact; member in std::numeric_limits<absl::int128>
H A Dint128.h260 static constexpr bool is_exact = true; variable
495 static constexpr bool is_exact = true; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/
Dint128.cc342 constexpr bool numeric_limits<absl::uint128>::is_exact; member in std::numeric_limits<absl::uint128>
366 constexpr bool numeric_limits<absl::int128>::is_exact; member in std::numeric_limits<absl::int128>
Dint128.h264 static constexpr bool is_exact = true; variable
499 static constexpr bool is_exact = true; variable
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/numeric/
H A Dint128.cc342 constexpr bool numeric_limits<absl::uint128>::is_exact; member in std::numeric_limits<absl::uint128>
366 constexpr bool numeric_limits<absl::int128>::is_exact; member in std::numeric_limits<absl::int128>
H A Dint128.h264 static constexpr bool is_exact = true; variable
499 static constexpr bool is_exact = true; variable
/aosp_15_r20/external/abseil-cpp/absl/numeric/
H A Dint128.cc351 constexpr bool numeric_limits<absl::uint128>::is_exact; member in std::numeric_limits<absl::uint128>
375 constexpr bool numeric_limits<absl::int128>::is_exact; member in std::numeric_limits<absl::int128>
H A Dint128.h269 static constexpr bool is_exact = true; variable
514 static constexpr bool is_exact = true; variable
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/numeric/
H A Dint128.cc351 constexpr bool numeric_limits<absl::uint128>::is_exact; member in std::numeric_limits<absl::uint128>
375 constexpr bool numeric_limits<absl::int128>::is_exact; member in std::numeric_limits<absl::int128>
H A Dint128.h268 static constexpr bool is_exact = true; variable
511 static constexpr bool is_exact = true; variable
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/numeric/
H A Dint128.cc351 constexpr bool numeric_limits<absl::uint128>::is_exact; member in std::numeric_limits<absl::uint128>
375 constexpr bool numeric_limits<absl::int128>::is_exact; member in std::numeric_limits<absl::int128>
H A Dint128.h273 static constexpr bool is_exact = true; variable
522 static constexpr bool is_exact = true; variable
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/numeric/
H A Dint128.cc342 constexpr bool numeric_limits<absl::uint128>::is_exact; member in std::numeric_limits<absl::uint128>
366 constexpr bool numeric_limits<absl::int128>::is_exact; member in std::numeric_limits<absl::int128>
H A Dint128.h264 static constexpr bool is_exact = true; variable
499 static constexpr bool is_exact = true; variable
/aosp_15_r20/external/pytorch/c10/util/
H A DFloat8_e4m3fn-inl.h228 static constexpr bool is_exact = false; variable
H A DFloat8_e4m3fnuz-inl.h229 static constexpr bool is_exact = false; variable
H A DFloat8_e5m2fnuz-inl.h233 static constexpr bool is_exact = false; variable
H A DFloat8_e5m2-inl.h236 static constexpr bool is_exact = false; variable
H A DHalf-inl.h297 static constexpr bool is_exact = false; variable
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/body/
Dlength.rs78 pub(crate) fn is_exact(&self) -> bool { in is_exact() method

12