Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/util/
Dutil_Float24.h758 f32 fixed = value; in Float32ToFixed13() local
759 fixed += ((0x1 << INT_WIDTH) / 2); in Float32ToFixed13()
760 fixed *= (0x1 << DECIMAL_WIDTH); in Float32ToFixed13()
762 if (fixed < 0) in Float32ToFixed13()
764 fixed = 0.0f; in Float32ToFixed13()
766 else if (fixed >= (0x1 << TOTAL_WIDTH)) in Float32ToFixed13()
768 fixed = (0x1 << TOTAL_WIDTH) - 1; in Float32ToFixed13()
771 fixed -= 0x1 << (TOTAL_WIDTH - 1); in Float32ToFixed13()
773 return static_cast<u16>(static_cast<s16>(fixed) & MASK); in Float32ToFixed13()
849 u32 fixed; in Float32ToFixed11() local
[all …]
/CTR-SDK-4.2.5/documents/TechnicalNotes/AppletGuide/SuperTables/stylesheets/
DsuperTables.css5 …ant;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;backgro…
7 …ant;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;backgro…
9 …!important;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;}
12 …!important;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;}
/CTR-SDK-4.2.5/documents/resources/Xllt/SuperTables/stylesheets/
DsuperTables.css5 …ant;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;backgro…
7 …ant;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;backgro…
9 …!important;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;}
12 …!important;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;}
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Ddetail.csv931 The value from converting the uniform value into a 23-bit, unsigned, fixed-point number"
1147 Sets a 16-bit fixed-point value, signed with 12 decimal bits, converted from the third element of t…
1153 Sets a 16-bit fixed-point value, signed with 12 decimal bits, converted from the third element of t…
2883 Sets a 24-bit unsigned fixed-point number with 8 fractional bits converted from the uniform value"
2965 …tion,x-component of Light Source [0] in the direction of the spot light (13-bit fixed point number)
2967 …tion,y-component of Light Source [0] in the direction of the spot light (13-bit fixed point number)
2969 …tion,z-component of Light Source [0] in the direction of the spot light (13-bit fixed point number)
3058 …tion,x-component of Light Source [1] in the direction of the spot light (13-bit fixed point number)
3060 …tion,y-component of Light Source [1] in the direction of the spot light (13-bit fixed point number)
3062 …tion,z-component of Light Source [1] in the direction of the spot light (13-bit fixed point number)
[all …]