Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A DHalf.h325 const uint32_t exp_bits = (bits >> 13) & UINT32_C(0x00007C00); in fp16_ieee_from_fp32_value() local
/aosp_15_r20/external/FP16/include/fp16/
H A Dfp16.h243 const uint32_t exp_bits = (bits >> 13) & UINT32_C(0x00007C00); in fp16_ieee_from_fp32_value() local
/aosp_15_r20/external/aac/libFDK/src/
H A Dfixpoint_math.cpp598 INT exp_bits = DFRACT_BITS - 1 - exp_e; in f2Pow() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_nir_lower_vs_inputs.c161 ufN_to_float(nir_builder *b, nir_def *src, unsigned exp_bits, unsigned mant_bits) in ufN_to_float()
/aosp_15_r20/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc6146 uint16_t exp_bits = static_cast<uint16_t>(Bits(result_exp, 4, 0)); in FPRecipSqrtEstimate() local
6150 uint32_t exp_bits = static_cast<uint32_t>(Bits(result_exp, 7, 0)); in FPRecipSqrtEstimate() local
6290 uint16_t exp_bits = static_cast<uint16_t>(Bits(result_exp, 4, 0)); in FPRecipEstimate() local
6294 uint32_t exp_bits = static_cast<uint32_t>(Bits(result_exp, 7, 0)); in FPRecipEstimate() local