Searched refs:table (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-0.14.4/sources/libraries/gr/CTR/ |
| D | gr_LookUpTable.cpp | 25 void LookUpTable::SetTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ] ) in SetTable() 30 …*command++ = Float32ToUnsignedFix12( table[ i ] ) | Float32ToFix12( table[ i + 1 ] - table[ i ] ) … in SetTable() 35 …*command++ = Float32ToUnsignedFix12( table[ i ] ) | Float32ToFix12( table[ i + 1 ] - table[ i ] ) … in SetTable() 39 …*command++ = Float32ToUnsignedFix12( table[ i ] ) | Float32ToFix12( table[ i + 1 ] - table[ i ] ) … in SetTable() 44 …*command++ = Float32ToUnsignedFix12( table[ i ] ) | Float32ToFix12( table[ i + 1 ] - table[ i ] ) … in SetTable() 47 *command++ = Float32ToUnsignedFix12( table[ i ] ); in SetTable()
|
| D | gr_Fog.cpp | 25 void Fog::SetTable( const f32 table[ FOG_LOOKUP_TABLE_ELEMENT_NUM ] ) in SetTable() 35 …*command++ = Float32ToUnsignedFix11( table[ i ] ) << 13 | Float32ToFix13Fraction11( table[ i + 1 ]… in SetTable() 40 *command++ = Float32ToUnsignedFix11( table[ i ] ) << 13 | in SetTable() 41 Float32ToFix13Fraction11( table[ i + 1 ] - table[ i ] ); in SetTable() 44 *command++ = Float32ToUnsignedFix11( table[ i ] ) << 13; in SetTable()
|
| /CTR-SDK-0.14.4/documents/api/css/ |
| D | page.css | 305 table.table, table.table td, table.table th 311 table.table 319 table.table td, table.table th 324 table.table td.number, table.table th.number 329 table.table tbody tr th 336 table.table thead tr th, 337 table.table tbody tr th.category 342 table.table caption 348 table.table th
|
| D | manpage.css | 303 table.table, table.table td, table.table th 309 table.table 317 table.table td, table.table th 322 table.table td.number, table.table th.number 327 table.table tbody tr th 334 table.table thead tr th, 335 table.table tbody tr th.category 340 table.table caption 346 table.table th
|
| /CTR-SDK-0.14.4/include/nn/util/ |
| D | util_Crc.h | 80 u8 table[CRC_TABLE_SIZE]; member 145 u16 table[CRC_TABLE_SIZE]; member 211 u16 table[CRC_TABLE_SIZE]; member 278 u32 table[CRC_TABLE_SIZE]; member 345 u32 table[CRC_TABLE_SIZE]; member
|
| /CTR-SDK-0.14.4/include/nn/fslow/ |
| D | fslow_SafeHandle.h | 321 Accessor(SafeHandleTable& table, SafeHandle handle) in Accessor() argument 323 SafeHandleTableEntry* entry = table.FindEntry(handle); in Accessor() 407 …Accessor(SafeArchiveHandleTable& table, Handle handle) : SafeHandleTable::Accessor(table.m_Table, … in Accessor() argument
|
| /CTR-SDK-0.14.4/include/nn/gr/CTR/ |
| D | gr_LookUpTable.h | 43 void SetTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ] );
|
| D | gr_Fog.h | 77 void SetTable( const f32 table[ FOG_LOOKUP_TABLE_ELEMENT_NUM ] );
|