Home
last modified time | relevance | path

Searched refs:atan_table (Results 1 – 14 of 14) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Dtrigonometry_table.hpp16 constexpr unsigned short atan_table[4096] = { variable
404 double angle = atan_table[(unsigned)(t * 4095)] / SCALING_FACTOR; in atan2_lookup()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/wmafixed/
H A Dwmafixed.c132 static const unsigned long atan_table[] = { variable
211 z1 = atan_table[i]; in fsincos()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/libwma/
H A Dwmafixed.c128 static const unsigned long atan_table[] = { variable
204 z1 = atan_table[i]; in fsincos()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Datan.c35 static const mp_limb_t atan_table[][3] = { variable
118 set_table (y, atan_table[0]); in mpfr_atan_aux()
123 set_table (y, atan_table[1]); in mpfr_atan_aux()
129 set_table (y, atan_table[1 + u]); in mpfr_atan_aux()
135 set_table (y, atan_table[4 + u]); in mpfr_atan_aux()
/dports/games/abuse_sdl/abuse-0.8/src/lisp/
H A Dtrig.cpp64 uint16_t atan_table[1662] = variable
H A Dlisp.h31 extern uint16_t atan_table[TBS];
H A Dlisp.cpp686 else return 45-atan_table[a]; in lisp_atan2()
692 else return 45+atan_table[a]; in lisp_atan2()
702 return 315+atan_table[a]; in lisp_atan2()
710 return 315-atan_table[a]; in lisp_atan2()
723 return 135+atan_table[a]; in lisp_atan2()
731 return 135-atan_table[a]; in lisp_atan2()
740 else return 225-atan_table[a]; in lisp_atan2()
747 else return 225+atan_table[a]; in lisp_atan2()
/dports/lang/nickle/nickle-2.90/test/
H A Dmath.5c112 for (int i = 0; i < dim(atan_table); i++) {
113 real ratio = atan_table[i].ratio;
114 real atan_value = atan_table[i].atan;
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dfft.c737 static inline FLOAT atan_table(FLOAT y, FLOAT x) in atan_table() function
803 phi[i] = atan_table(-imag, real) + PI / 4; in psycho_2_fft()
/dports/audio/twolame/twolame-0.4.0/libtwolame/
H A Dfft.c1231 static inline FLOAT atan_table(FLOAT y, FLOAT x) in atan_table() function
1297 phi[i] = atan_table(-imag, real) + PI / 4; in twolame_psycho_2_fft()
/dports/math/py-sympy/sympy-1.9/sympy/functions/elementary/
H A Dexponential.py744 atan_table = {
766 if t in atan_table:
769 return cls(modulus) + I * atan_table[t]
771 return cls(modulus) + I * (atan_table[t] - S.Pi)
772 elif t1 in atan_table:
775 return cls(modulus) + I * (-atan_table[t1])
777 return cls(modulus) + I * (S.Pi - atan_table[t1])
H A Dtrigonometric.py2621 atan_table = cls._atan_table()
2622 if arg in atan_table:
2623 return atan_table[arg]
2814 atan_table = cls._atan_table()
2815 if arg in atan_table:
2816 ang = pi/2 - atan_table[arg]
/dports/games/stratagus/stratagus-3.2.0/src/unit/
H A Dunit.cpp2054 static unsigned char atan_table[2608]; in myatan() local
2061 atan_table[init] = in myatan()
2066 return atan_table[val]; in myatan()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/unit/
H A Dunit.cpp4791 static unsigned char atan_table[2608]; in myatan() local
4798 atan_table[init] = in myatan()
4803 return atan_table[val]; in myatan()