Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/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-2.4.0/documents/api/css/
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
Dmanpage.css307 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/
Dmanpage.css315 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/
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
Dmanpage.css307 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/
Dgr_LookUpTable.h55 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 ],
Dgr_Fog.h76 void SetTable( const f32 table[ FOG_LOOKUP_TABLE_ELEMENT_NUM ],
/CTR-SDK-2.4.0/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-2.4.0/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