Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/util/
Dutil_Float24.h127 u32 sign = bits24 & SIGN24; in Bits24ToFloat32() local
132 bits32 |= (sign != 0) ? SIGN32 : 0; in Bits24ToFloat32()
163 u32 sign = bits32 & SIGN32; in Float32ToBits24() local
168 bits24 |= (sign != 0) ? SIGN24 : 0; in Float32ToBits24()
284 u32 sign = bits31 & SIGN31; in Bits31ToFloat32() local
289 bits32 |= (sign != 0) ? SIGN32 : 0; in Bits31ToFloat32()
318 u32 sign = bits32 & SIGN32; in Float32ToBits31() local
323 bits31 |= (sign != 0) ? SIGN31 : 0; in Float32ToBits31()
438 u32 sign = bits20 & SIGN20; in Bits20ToFloat32() local
443 bits32 |= (sign != 0) ? SIGN32 : 0; in Bits20ToFloat32()
[all …]
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Arithmetic.h168 FCopySign(f32 abs, f32 sign) in FCopySign() argument
173 return FSelect(sign, pos, neg); in FCopySign()
/CTR-SDK-4.2.5/build/omake/compilers/
Dcommondefs.cctype.RVCT.om128 # 68: integer conversion resulted in a change of sign
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Ddetail.csv39sign reversed when the dmp_FragOperation.wScale uniform value is nonzero. Sets (zNear - zFar), usi…
43 …total values are converted to 24-bit floating-point values (with a single sign bit, a 7-bit expone…
2894 …it as the sign, 5 bits as the exponent, and 10 bits as the mantissa) converted from the value of d…