Home
last modified time | relevance | path

Searched refs:fatan2 (Results 1 – 25 of 27) sorted by relevance

12

/dports/science/py-pygeodesy/PyGeodesy-21.9.16/test/
H A DtestFmath.py12 fatan, fatan2, fhorner, fmath, fpolynomial, fpowers, \
206 t = max(t, abs(atan2(f, 2.0) - fatan2(f, 2.0)))
/dports/lang/gforth/gforth-0.7.3/
H A Dcomplex.fs68 : >polar ( z -- r theta ) zdup |z| fswap frot fatan2 ;
74 : pln ( z -- pln[z] ) zdup fswap fatan2 frot frot |z| fln fswap ;
H A Dprim2201 fatan2 ( r1 r2 -- r3 ) float-ext f_a_tan_two
H A Dprim.b3328 fatan2 ( r1 r2 -- r3 ) float-ext f_a_tan_two
/dports/lang/gforth/gforth-0.7.3/test/
H A Dfloat.fs62 { 12345 1e 0e fatan2 -> 12345 pi 2e f/ }
/dports/lang/guile/guile-3.0.7/libguile/
H A Dintrinsics.h194 M(f64_from_f64_f64, fatan2, "fatan2", FATAN2) \
H A Dintrinsics.c657 scm_vm_intrinsics.fatan2 = atan2; in scm_bootstrap_intrinsics()
/dports/lang/gforth/gforth-0.7.3/kernel/
H A Daliases.fs408 Primitive fatan2
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Dfmath.py583 def fatan2(y, x): function
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_compoper1.c454 # define fatan2 atan2 macro
H A D_compoper2.c426 # define fatan2 atan2 macro
H A D_compoper.c2454 # define fatan2 atan2 macro
2693 VFUNC2 (atan2F, float, float, float, fatan2)
/dports/lang/guile/guile-3.0.7/module/language/cps/
H A Deffects-analysis.scm600 ((fatan2 x y)))
H A Dreify-primitives.scm341 fatan2
H A Dslot-allocation.scm769 'fsin 'fcos 'ftan 'fasin 'facos 'fatan 'fatan2))
H A Dtypes.scm1846 (define-type-checker (fatan2 x y) #t)
1847 (define-type-inferrer (fatan2 x y result)
H A Dspecialize-numbers.scm482 ('atan2 'fatan2))))
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dapi._tx191 fatan2 (fixatan2).
/dports/lang/fth/fth-1.4.1/tests/
H A Dnumbers-test.fs661 3.0 1.0 fatan2 3.0 fatan fneq "fatan2?" test-expr
/dports/games/d2x/d2x-0.2.5/arch/dos/allg_snd/sound/
H A Dallegro.h2054 fixed fatan2(fixed y, fixed x);
2323 inline friend fix atan2(fix x, fix y) { fix t; t.v = fatan2(x.v, y.v); return t; } in atan2()
/dports/lang/sbcl/sbcl-1.3.13/src/compiler/x86/
H A Dfloat.lisp3014 (define-vop (fatan2)
3993 (define-vop (fatan2)
/dports/lang/fth/fth-1.4.1/src/
H A Dnumbers.c2178 N_FUNC_TWO_ARGS(fatan2, atan2, Float);
/dports/lang/guile/guile-3.0.7/module/system/vm/
H A Dassembler.scm1539 (define-f64<-f64-f64-intrinsic fatan2) unknown
/dports/lang/fth/fth-1.4.1/examples/site-lib/
H A Dclm-ins.fs445 o 1/f s o fsin f* 1.0 s f- s o fcos f* f+ fatan2 f* { pa }
/dports/audio/snd/snd-21.2/
H A Dclm-ins.fs445 o 1/f s o fsin f* 1.0 s f- s o fcos f* f+ fatan2 f* { pa }

12