Home
last modified time | relevance | path

Searched defs:cosf (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h68 static INLINE float cosf( float f ) in cosf() function
/external/mesa3d/src/mesa/main/
Dimports.h123 #define cosf(f) ((float) cos(f)) macro