Home
last modified time | relevance | path

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

/aosp_15_r20/external/FP16/include/fp16/
H A Dpsimd.h20 const psimd_u32 exp_offset = psimd_splat_u32(UINT32_C(0x70000000)); in fp16_ieee_to_fp32_psimd() local
47 const psimd_u32 exp_offset = psimd_splat_u32(UINT32_C(0x70000000)); in fp16_ieee_to_fp32x2_psimd() local
86 const psimd_u32 exp_offset = psimd_splat_u32(UINT32_C(0x38000000)); in fp16_alt_to_fp32_psimd() local
120 const psimd_u32 exp_offset = psimd_splat_u32(UINT32_C(0x38000000)); in fp16_alt_to_fp32x2_psimd() local
H A Dfp16.h164 const uint32_t exp_offset = UINT32_C(0xE0) << 23; in fp16_ieee_to_fp32_value() local
376 const uint32_t exp_offset = UINT32_C(0x70) << 23; in fp16_alt_to_fp32_value() local
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/utils/
H A Dcustom_float.c29 uint32_t exp_offset = (1 << (format->exponenta_bits - 1)) - 1; in build_custom_float() local
/aosp_15_r20/external/pytorch/c10/util/
H A DHalf.h228 constexpr uint32_t exp_offset = UINT32_C(0xE0) << 23; in fp16_ieee_to_fp32_value() local
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dmicroparams.h969 uint32_t exp_offset; member