Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/util/
Dutil_Float24.h127 u32 sign = bits24 & SIGN24; in Bits24ToFloat32()
134 if ((bits24 & ~SIGN24) == 0) in Bits24ToFloat32()
168 bits24 |= (sign != 0) ? SIGN24 : 0; in Float32ToBits24()
206 SIGN24 = 0x00800000, enumerator