Home
last modified time | relevance | path

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

/external/FP16/include/fp16/
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