Searched refs:table (Results 1 – 11 of 11) sorted by relevance
| /CTR-SDK-2.4.0/sources/libraries/gr/CTR/ |
| D | gr_LookUpTable.cpp | 25 void LookUpTable::SetTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ], in SetTable() 32 SetAbsTable( table, lastDiffValue ); in SetTable() 37 SetNotAbsTable( table, lastDiffValue ); in SetTable() 41 void LookUpTable::SetAbsTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ], in SetAbsTable() 49 *command++ = Float32ToUnsignedFix12( table[ i ] ) | in SetAbsTable() 50 Float32ToFix12( table[ i + 1 ] - table[ i ] ) << 12; in SetAbsTable() 55 *command++ = Float32ToUnsignedFix12( table[ i ] ) | in SetAbsTable() 56 Float32ToFix12( table[ i + 1 ] - table[ i ] ) << 12; in SetAbsTable() 60 *command++ = Float32ToUnsignedFix12( table[ i ] )| in SetAbsTable() 61 Float32ToFix12( table[ i + 1 ] - table[ i ] ) << 12; in SetAbsTable() [all …]
|
| D | gr_Fog.cpp | 25 void Fog::SetTable( const f32 table[ FOG_LOOKUP_TABLE_ELEMENT_NUM ], in SetTable() 36 *command++ = ( Float32ToUnsignedFix11( table[ i ] ) << 13 ) | in SetTable() 37 Float32ToFix13Fraction11( table[ i + 1 ] - table[ i ] ); in SetTable() 42 *command++ = ( Float32ToUnsignedFix11( table[ i ] ) << 13 ) | in SetTable() 43 Float32ToFix13Fraction11( table[ i + 1 ] - table[ i ] ); in SetTable() 46 *command++ = ( Float32ToUnsignedFix11( table[ i ] ) << 13 ) | in SetTable()
|
| /CTR-SDK-2.4.0/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 | 307 table.table, table.table td, table.table th 313 table.table 321 table.table td, table.table th 326 table.table td.number, table.table th.number 331 table.table tbody tr th 338 table.table thead tr th, 339 table.table tbody tr th.category 344 table.table caption 350 table.table th
|
| /CTR-SDK-2.4.0/documents/css/ |
| D | manpage.css | 315 table.table, table.table td, table.table th 321 table.table 329 table.table td, table.table th 334 table.table td.number, table.table th.number 339 table.table tbody tr th 346 table.table thead tr th, 347 table.table tbody tr th.category 352 table.table caption 358 table.table th
|
| /CTR-SDK-2.4.0/documents/applet/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 | 307 table.table, table.table td, table.table th 313 table.table 321 table.table td, table.table th 326 table.table td.number, table.table th.number 331 table.table tbody tr th 338 table.table thead tr th, 339 table.table tbody tr th.category 344 table.table caption 350 table.table th
|
| /CTR-SDK-2.4.0/include/nn/gr/CTR/ |
| D | gr_LookUpTable.h | 55 void SetTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ], 65 void SetAbsTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ], 74 void SetNotAbsTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ],
|
| D | gr_Fog.h | 76 void SetTable( const f32 table[ FOG_LOOKUP_TABLE_ELEMENT_NUM ],
|
| /CTR-SDK-2.4.0/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-2.4.0/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
|