Searched defs:renorm_shift (Results 1 – 1 of 1) sorted by relevance
65 uint32_t renorm_shift = (uint32_t) nonsign_bsr ^ 31; in fp16_ieee_to_fp32_bits() local67 uint32_t renorm_shift = nonsign ? __builtin_clz(nonsign) : 32; in fp16_ieee_to_fp32_bits() local294 uint32_t renorm_shift = (uint32_t) nonsign_bsr ^ 31; in fp16_alt_to_fp32_bits() local296 uint32_t renorm_shift = nonsign ? __builtin_clz(nonsign) : 32; in fp16_alt_to_fp32_bits() local