Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_LookUpTable.cpp25 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 …]
Dgr_Fog.cpp25 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-1.0.0/CTR_SDK/documents/api/css/
Dmanpage.css303 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
Dpage.css305 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
/CTR-SDK-1.0.0/CTR_SDK/include/nn/gr/CTR/
Dgr_LookUpTable.h45 void SetTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ],
55 void SetAbsTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ],
64 void SetNotAbsTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ],
Dgr_Fog.h76 void SetTable( const f32 table[ FOG_LOOKUP_TABLE_ELEMENT_NUM ],
/CTR-SDK-1.0.0/CTR_SDK/include/nn/util/
Dutil_Crc.h80 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-1.0.0/CTR_SDK/include/nn/fslow/
Dfslow_SafeHandle.h321 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