Home | History | Annotate | Download | only in math

Lines Matching refs:TRX_US

130 #define TRX_US(ch, f,n)  ch = BYTE_TO_USHORT( PTR_ELT(f,n) )
170 #undef TRX_US
184 #define TRX_US(us, f,n) us = UBYTE_TO_USHORT(PTR_ELT(f,n))
219 #undef TRX_US
231 #define TRX_US(us, f,n) us = SHORT_TO_USHORT(PTR_ELT(f,n))
273 #undef TRX_US
285 #define TRX_US(us,f,n) us = PTR_ELT(f,n)
326 #undef TRX_US
338 #define TRX_US(us, f,n) us = INT_TO_USHORT(PTR_ELT(f,n))
380 #undef TRX_US
392 #define TRX_US(us, f,n) us = (GLshort) (PTR_ELT(f,n) >> 16)
433 #undef TRX_US
445 #define TRX_US(us,f,n) UNCLAMPED_FLOAT_TO_USHORT(us, PTR_ELT(f,n))
528 #undef TRX_US