Home
last modified time | relevance | path

Searched defs:exp_scale (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/FP16/include/fp16/
H A Dpsimd.h22 const psimd_f32 exp_scale = psimd_splat_f32(0x1.0p-112f); in fp16_ieee_to_fp32_psimd() local
24 const psimd_f32 exp_scale = psimd_splat_f32(fp32_from_bits(UINT32_C(0x7800000))); in fp16_ieee_to_fp32_psimd() local
49 const psimd_f32 exp_scale = psimd_splat_f32(0x1.0p-112f); in fp16_ieee_to_fp32x2_psimd() local
51 const psimd_f32 exp_scale = psimd_splat_f32(fp32_from_bits(UINT32_C(0x7800000))); in fp16_ieee_to_fp32x2_psimd() local
H A Dfp16.h166 const float exp_scale = 0x1.0p-112f; in fp16_ieee_to_fp32_value() local
168 const float exp_scale = fp32_from_bits(UINT32_C(0x7800000)); in fp16_ieee_to_fp32_value() local
/aosp_15_r20/external/pytorch/c10/util/
H A DHalf.h233 const float exp_scale = exp_scale_val; in fp16_ieee_to_fp32_value() local
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dmicroparams.h970 float exp_scale; member
977 float exp_scale; member