Home
last modified time | relevance | path

Searched defs:as_bits (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dobject_reference.h100 uint32_t as_bits = reinterpret_cast32<uint32_t>(mirror_ptr); in Compress() local
106 uint32_t as_bits = kPoisonReferences ? -ref : ref; in Decompress() local
/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dhalf.h68 uint32_t as_bits; in fp32_from_bits() member
78 uint32_t as_bits; in fp32_to_bits() member
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dhex_float_test.cpp1383 const uint32_t as_bits = sign_bit << 15 | (biased_exp << 10) | mantissa; in makeF16() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dhex_float_test.cpp1383 const uint32_t as_bits = sign_bit << 15 | (biased_exp << 10) | mantissa; in makeF16() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dhex_float_test.cpp1383 const uint32_t as_bits = sign_bit << 15 | (biased_exp << 10) | mantissa; in makeF16() local