Home
last modified time | relevance | path

Searched defs:mysin (Results 1 – 21 of 21) sorted by relevance

/dports/devel/vc/Vc-1.4.2/math/
H A Dmysin.m1 function y = mysin (x) function
/dports/biology/jalview/jalview/src/MCview/
H A DMCMatrix.java31 float mysin; field in MCMatrix
/dports/databases/fastdb/fastdb/examples/
H A Dtestddl.cpp106 static double mysin(double x) { return sin(x); } in mysin() function
/dports/databases/gigabase/gigabase/
H A Dtestddl.cpp105 static double mysin(double x) { return sin(x); } in mysin() function
/dports/multimedia/handbrake/zimg-release-3.0.1/test/extra/musl-libm/
H A Dfpu_wrapper.c66 double mysin(double x) in mysin() function
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/test/extra/musl-libm/
H A Dfpu_wrapper.c66 double mysin(double x) in mysin() function
/dports/devel/boost-docs/boost_1_72_0/libs/multiprecision/example/
H A Dfloating_point_examples.cpp362 mp_type mysin(const mp_type& x) in mysin() function
/dports/devel/boost-python-libs/boost_1_72_0/libs/multiprecision/example/
H A Dfloating_point_examples.cpp362 mp_type mysin(const mp_type& x) in mysin() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/multiprecision/example/
H A Dfloating_point_examples.cpp362 mp_type mysin(const mp_type& x) in mysin() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/multiprecision/example/
H A Dfloating_point_examples.cpp362 mp_type mysin(const mp_type& x) in mysin() function
/dports/databases/percona57-server/boost_1_59_0/libs/multiprecision/example/
H A Dfloating_point_examples.cpp362 mp_type mysin(const mp_type& x) in mysin() function
/dports/databases/xtrabackup/boost_1_59_0/libs/multiprecision/example/
H A Dfloating_point_examples.cpp362 mp_type mysin(const mp_type& x) in mysin() function
/dports/databases/percona57-client/boost_1_59_0/libs/multiprecision/example/
H A Dfloating_point_examples.cpp362 mp_type mysin(const mp_type& x) in mysin() function
/dports/devel/boost-libs/boost_1_72_0/libs/multiprecision/example/
H A Dfloating_point_examples.cpp362 mp_type mysin(const mp_type& x) in mysin() function
/dports/devel/hyperscan/boost_1_75_0/libs/multiprecision/example/
H A Dfloating_point_examples.cpp365 mp_type mysin(const mp_type& x) in mysin() function
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/x86_64/relaxed/
H A Drelaxedmathc.h306 double mysin, mycos; // final sine and cosine in CONCAT() local
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dpedal.c70 #define mysin(t, degrees) sin(t * 2 * M_PI / (degrees)) macro
/dports/dns/p5-Net-DNS-ToolKit/Net-DNS-ToolKit-0.48/
H A DToolKit.xs176 mysin() in mysin() function
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/tests/
H A DDifferentiatorTest.cpp194 static Real mysin(Real x) { in mysin() function
/dports/science/simbody/simbody-Simbody-3.7/examples/
H A DDifferentiator.cpp223 static Real mysin(Real x) { in mysin() function
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_curve_model.cxx1709 #define mysin(x) (mysin_precise((x))) macro
1714 #define mysin(x) (std::sin((x))) macro