Home
last modified time | relevance | path

Searched refs:SIGN16 (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/include/nn/util/
Dutil_Float24.h597 u32 sign = bits16 & SIGN16; in Bits16ToFloat32()
604 if ((bits16 & ~SIGN16) == 0) in Bits16ToFloat32()
638 bits16 |= (sign != 0) ? SIGN16 : 0; in Float32ToBits16()
676 SIGN16 = 0x00008000, enumerator