Home
last modified time | relevance | path

Searched defs:sincosd (Results 1 – 11 of 11) sorted by relevance

/dports/science/py-pygeodesy/PyGeodesy-21.9.16/test/
H A DtestUtily.py28 sincosd = Math.sincosd variable
/dports/astro/geographiclib/GeographicLib-1.52/python/geographiclib/
H A Dgeomath.py167 def sincosd(x): member in Math
187 sincosd = staticmethod(sincosd) variable in Math
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Dwcstrig.h186 #define sincosd(X,S,C) sincos((X)*D2R,(S),(C)) macro
H A Dwcstrig.c78 void sincosd(double angle, double *s, double *c) in sincosd() function
/dports/astro/wcslib/wcslib-7.7/C/
H A Dwcstrig.h186 #define sincosd(X,S,C) sincos((X)*D2R,(S),(C)) macro
H A Dwcstrig.c78 void sincosd(double angle, double *s, double *c) in sincosd() function
/dports/astro/siril/siril/subprojects/wcslib/
H A Dwcstrig.h188 #define sincosd(X,S,C) sincos((X)*D2R,(S),(C)) macro
H A Dwcstrig.c80 void sincosd(double angle, double *s, double *c) in sincosd() function
/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DMath.cpp126 template<typename T> void Math::sincosd(T x, T& sinx, T& cosx) { in sincosd() function in GeographicLib::Math
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_macros.h95 #define sincosd(x,s,c) sincos((x) * D2R,s,c) macro
/dports/games/OpenLara/OpenLara-b4b19f2/src/libs/stb_vorbis/
H A Dstb_vorbis.c1223 void sincosd(double x, double *s, double *c) { in sincosd() function
1230 void sincosd(double x, double *s, double *c) { in sincosd() function