Home
last modified time | relevance | path

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

/CTR-SDK-0.14.21/include/nn/util/
Dutil_Float24.h284 u32 sign = bits31 & SIGN31; in Bits31ToFloat32()
291 if ((bits31 & ~SIGN31) == 0) in Bits31ToFloat32()
323 bits31 |= (sign != 0) ? SIGN31 : 0; in Float32ToBits31()
359 SIGN31 = 0x40000000, enumerator