Home
last modified time | relevance | path

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

/CTR-SDK-0.14.21/include/nn/util/
Dutil_Float24.h438 u32 sign = bits20 & SIGN20; in Bits20ToFloat32()
445 if ((bits20 & ~SIGN20) == 0) in Bits20ToFloat32()
479 bits20 |= (sign != 0) ? SIGN20 : 0; in Float32ToBits20()
517 SIGN20 = 0x00080000, enumerator