/aosp_15_r20/art/compiler/optimizing/ |
H A D | reference_type_info.h | 35 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 D | reference_type_propagation.cc | 491 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 D | reference_type_propagation_test.cc | 67 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 D | reference_type_info.cc | 24 void ReferenceTypeInfo::DCheckValidTypeInfo(TypeHandle type_handle, bool is_exact) { in DCheckValidTypeInfo()
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir_function.cpp | 310 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 D | int128.cc | 346 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 D | int128.h | 260 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/ |
D | int128.cc | 342 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>
|
D | int128.h | 264 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 D | int128.cc | 342 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 D | int128.h | 264 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 D | int128.cc | 351 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 D | int128.h | 269 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 D | int128.cc | 351 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 D | int128.h | 268 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 D | int128.cc | 351 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 D | int128.h | 273 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 D | int128.cc | 342 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 D | int128.h | 264 static constexpr bool is_exact = true; variable 499 static constexpr bool is_exact = true; variable
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | Float8_e4m3fn-inl.h | 228 static constexpr bool is_exact = false; variable
|
H A D | Float8_e4m3fnuz-inl.h | 229 static constexpr bool is_exact = false; variable
|
H A D | Float8_e5m2fnuz-inl.h | 233 static constexpr bool is_exact = false; variable
|
H A D | Float8_e5m2-inl.h | 236 static constexpr bool is_exact = false; variable
|
H A D | Half-inl.h | 297 static constexpr bool is_exact = false; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/body/ |
D | length.rs | 78 pub(crate) fn is_exact(&self) -> bool { in is_exact() method
|