Searched defs:DE_PI (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/delibs/debase/
H A DdeMath.h35 #define DE_PI 3.14159265358979324f /*!< Pi. */ macro
136 DE_INLINE float deFloatRadians (float a) { return a * (DE_PI / 180.0f); }
137 DE_INLINE float deFloatDegrees (float a) { return a * (180.0f / DE_PI); }

Completed in 94 milliseconds