Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A DFloat8_e4m3fn.h88 uint32_t renorm_shift = __clz(nonsign); in fp8e4m3fn_to_fp32_value() local
91 uint32_t renorm_shift = in fp8e4m3fn_to_fp32_value() local
96 uint32_t renorm_shift = (uint32_t)nonsign_bsr ^ 31; in fp8e4m3fn_to_fp32_value() local
99 uint32_t renorm_shift = in fp8e4m3fn_to_fp32_value() local
H A DHalf.h109 uint32_t renorm_shift = (uint32_t)nonsign_bsr ^ 31; in fp16_ieee_to_fp32_bits() local
111 uint32_t renorm_shift = __builtin_clz(nonsign); in fp16_ieee_to_fp32_bits() local
H A DFloat8_fnuz_cvt.h39 uint32_t renorm_shift = __clz(mantissa); in fp8_fnuz_to_fp32_value() local
/aosp_15_r20/external/FP16/include/fp16/
H A Dfp16.h65 uint32_t renorm_shift = (uint32_t) nonsign_bsr ^ 31; in fp16_ieee_to_fp32_bits() local
67 uint32_t renorm_shift = nonsign ? __builtin_clz(nonsign) : 32; in fp16_ieee_to_fp32_bits() local
294 uint32_t renorm_shift = (uint32_t) nonsign_bsr ^ 31; in fp16_alt_to_fp32_bits() local
296 uint32_t renorm_shift = nonsign ? __builtin_clz(nonsign) : 32; in fp16_alt_to_fp32_bits() local
/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dhalf.h134 uint32_t renorm_shift = (uint32_t)nonsign_bsr ^ 31; in fp16_ieee_to_fp32_bits() local
136 uint32_t renorm_shift = __builtin_clz(nonsign); in fp16_ieee_to_fp32_bits() local