M_PI               45 3rdparty/include/ffmpeg_/libavutil/mathematics.h #ifndef M_PI
M_PI              683 3rdparty/libtiff/tif_luv.c #ifndef M_PI
M_PI              801 3rdparty/libtiff/tif_luv.c #define uv2ang(u, v)	( (NANGLES*.499999999/M_PI) \
M_PI               75 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     latitude = -M_PI *
M_PI               86 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     longitude = -2 * M_PI *
M_PI              102 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     float x = latLong.y / (-2 * M_PI) + 0.5f;
M_PI              103 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     float y = latLong.x / -M_PI + 0.5f;
M_PI              849 3rdparty/openexr/Imath/ImathEuler.h     angle = fmod(T (angle), T (2 * M_PI));
M_PI              851 3rdparty/openexr/Imath/ImathEuler.h     if (angle < -M_PI)	angle += 2 * M_PI;
M_PI              852 3rdparty/openexr/Imath/ImathEuler.h     if (angle > +M_PI)	angle -= 2 * M_PI;
M_PI              879 3rdparty/openexr/Imath/ImathEuler.h     otherXyzRot[i] = M_PI+xyzRot[i];
M_PI              880 3rdparty/openexr/Imath/ImathEuler.h     otherXyzRot[j] = M_PI-xyzRot[j];
M_PI              881 3rdparty/openexr/Imath/ImathEuler.h     otherXyzRot[k] = M_PI+xyzRot[k];
M_PI             1001 3rdparty/openexr/Imath/ImathMatrixAlgo.h     _rOffset *= M_PI / 180.0;
M_PI               50 3rdparty/openexr/Imath/ImathPlatform.h #ifndef M_PI