Home
last modified time | relevance | path

Searched defs:fast_atan (Results 1 – 3 of 3) sorted by relevance

/dports/audio/stegosaurus-lv2/stegosaurus-543a95d/
H A Dfastmaths.c21 double fast_atan( double x ) in fast_atan() function
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/pw4gww/
H A Dwannier.f90428 function fast_atan(tg,na,nb,table_sin_a, table_sin_b, table_cos_a, table_cos_b) function
436 REAL(kind=DP) :: fast_atan!the calculated value for the atan local
/dports/audio/faust/faust-2.37.3/architecture/faust/dsp/
H A Dfastmath.cpp72 EXPORT double fast_atan(double x) { return atan(x); } in fast_atan() function