Home
last modified time | relevance | path

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

/dports/devel/fp16/FP16-4dfe081cf6bcd15db339cf2680b9281b8451eeb3/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 = __builtin_clz(nonsign); 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 = __builtin_clz(nonsign); in fp16_alt_to_fp32_bits() local
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/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 = __builtin_clz(nonsign); 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 = __builtin_clz(nonsign); in fp16_alt_to_fp32_bits() local
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_cpu_fp.c826 const uint32 renorm_shift = D64_WIDTH - (UNPACKED_BITS + GUARD_BITS + 1); in divide() local