Lines Matching refs:INLINE
68 static INLINE float cosf( float f ) in cosf()
73 static INLINE float sinf( float f ) in sinf()
78 static INLINE float ceilf( float f ) in ceilf()
83 static INLINE float floorf( float f ) in floorf()
88 static INLINE float powf( float f, float g ) in powf()
93 static INLINE float sqrtf( float f ) in sqrtf()
98 static INLINE float fabsf( float f ) in fabsf()
103 static INLINE float logf( float f ) in logf()
119 static INLINE double log2( double x ) in log2()
125 static INLINE double
131 static INLINE float
142 static INLINE
153 static INLINE
202 static INLINE float
233 static INLINE float
250 static INLINE float
266 static INLINE float
274 static INLINE boolean
284 static INLINE int
301 static INLINE int
327 static INLINE boolean
346 static INLINE boolean
355 static INLINE boolean
364 static INLINE int
380 static INLINE boolean
389 static INLINE boolean
398 static INLINE int
414 static INLINE boolean
421 static INLINE boolean
428 static INLINE int
449 static INLINE
459 static INLINE
484 static INLINE unsigned util_last_bit(unsigned u) in util_last_bit()
503 static INLINE int u_bit_scan(unsigned *mask) in u_bit_scan()
514 static INLINE unsigned
527 static INLINE float
537 static INLINE ubyte
556 static INLINE float
562 static INLINE int8_t
571 static INLINE unsigned
591 static INLINE unsigned
623 static INLINE unsigned
660 static INLINE uint32_t
677 static INLINE uint16_t
704 static INLINE int
713 static INLINE size_t
721 static INLINE unsigned
754 static INLINE uint32_t util_unsigned_fixed(float value, unsigned frac_bits) in util_unsigned_fixed()
759 static INLINE int32_t util_signed_fixed(float value, unsigned frac_bits) in util_signed_fixed()