Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/
H A Df_format.h187 #define I16S_PER_S_TYPE (BITS_PER_S_TYPE / 16) macro
226 #if (I16S_PER_S_TYPE > 0)
227 INT_16 i16[ I16S_PER_S_TYPE ];
228 U_INT_16 u16[ I16S_PER_S_TYPE ];
323 #define S_SIGNED_HI_16 i16[ UNION_IX(I16S_PER_S_TYPE,0) ]
326 #define S_SIGNED_LO1_16 i16[ UNION_IX(I16S_PER_S_TYPE,1) ]
329 #define S_SIGNED_LO2_16 i16[ UNION_IX(I16S_PER_S_TYPE,2) ]
332 #define S_SIGNED_LO3_16 i16[ UNION_IX(I16S_PER_S_TYPE,3) ]
338 #define S_UNSIGNED_HI_16 u16[ UNION_IX(I16S_PER_S_TYPE,0) ]
341 #define S_UNSIGNED_LO1_16 u16[ UNION_IX(I16S_PER_S_TYPE,1) ]
[all …]