Searched refs:INLINE (Results 1 – 3 of 3) sorted by relevance
42 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )67 INLINE void shift64RightJamming( bits64 a, int16 count, bits64 *zPtr )103 INLINE void141 INLINE void177 INLINE void229 INLINE void288 INLINE void308 INLINE void344 INLINE void365 INLINE void[all …]
72 #define INLINE static inline macro
113 INLINE bits32 extractFloat32Frac( float32 a ) in extractFloat32Frac()125 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp()138 INLINE flag extractFloat32Sign( float32 a )177 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32()294 INLINE bits64 extractFloat64Frac( float64 a ) in extractFloat64Frac()306 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp()319 INLINE flag extractFloat64Sign( float64 a )358 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig ) in packFloat64()470 INLINE bits64 extractFloatx80Frac( floatx80 a ) in extractFloatx80Frac()483 INLINE int32 extractFloatx80Exp( floatx80 a ) in extractFloatx80Exp()[all …]