Searched defs:cosf (Results 1 – 7 of 7) sorted by relevance
115 # define cosf cos macro
68 static INLINE float cosf( float f ) in cosf() function
123 #define cosf(f) ((float) cos(f)) macro
84 inline float cosf(float v) { return __cosf(v); } in cosf() function
190 cosf, enumerator