Home
last modified time | relevance | path

Searched defs:Abs (Results 101 – 125 of 1840) sorted by relevance

12345678910>>...74

/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/internal/cmplx64/
H A Dabs.go14 func Abs(x complex64) float32 { return math.Hypot(real(x), imag(x)) } func
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/other/
H A Dabstract4.C9 struct Abs struct
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/other/
H A Dabstract4.C9 struct Abs struct
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/internal/cmplx64/
H A Dabs.go14 func Abs(x complex64) float32 { return math.Hypot(real(x), imag(x)) } func
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/other/
H A Dabstract4.C9 struct Abs struct
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/other/
H A Dabstract4.C9 struct Abs struct
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/other/
H A Dabstract4.C9 struct Abs struct
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/internal/cmplx64/
H A Dabs.go14 func Abs(x complex64) float32 { return math.Hypot(real(x), imag(x)) } func
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/other/
H A Dabstract4.C9 struct Abs struct
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/other/
H A Dabstract4.C9 struct Abs struct
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/other/
H A Dabstract4.C9 struct Abs struct
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/other/
H A Dabstract4.C9 struct Abs struct
/dports/security/acmetool/acmetool-0.2.1/vendor/gopkg.in/hlandau/svcutils.v1/exepath/
H A Dexepath.go37 var Abs string var
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/other/
H A Dabstract4.C9 struct Abs struct
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/internal/cmplx64/
H A Dabs.go14 func Abs(x complex64) float32 { return math.Hypot(real(x), imag(x)) } func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/internal/cmplx64/
H A Dabs.go14 func Abs(x complex64) float32 { return math.Hypot(real(x), imag(x)) } func
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/other/
H A Dabstract4.C9 struct Abs struct
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/eddy/utilities/src/
H A DMath.cpp346 Math::Abs( in Abs() function in eddy::utilities::Math
355 Math::Abs( in Abs() function in eddy::utilities::Math
364 Math::Abs( in Abs() function in eddy::utilities::Math
373 Math::Abs( in Abs() function in eddy::utilities::Math
/dports/graphics/cenon/Cenon/GraphicObjects.subproj/
H A DPathContour.m425 …(Abs(grad.x) < Abs(grad.y) && grad.y != 0 && grad0.y != 0 && ((grad.y<0 && grad0.y<0) || (grad.y>0… category
427 …(Abs(grad.x) > Abs(grad.y) && grad.x != 0 && grad0.x != 0 && ((grad.x<0 && grad0.x<0) || (grad.x>0… category
441 …(Abs(grad.x) < Abs(grad.y) && grad.y != 0 && grad0.y != 0 && ((grad.y<0 && grad0.y<0) || (grad.y>0… category
443 …(Abs(grad.x) > Abs(grad.y) && grad.x != 0 && grad0.x != 0 && ((grad.x<0 && grad0.x<0) || (grad.x>0… category
457 …(Abs(grad.x) < Abs(grad.y) && grad.y != 0 && grad0.y != 0 && ((grad.y<0 && grad0.y<0) || (grad.y>0… category
459 …(Abs(grad.x) > Abs(grad.y) && grad.x != 0 && grad0.x != 0 && ((grad.x<0 && grad0.x<0) || (grad.x>0… category
473 …(Abs(grad.x) < Abs(grad.y) && grad.y != 0 && grad0.y != 0 && ((grad.y<0 && grad0.y<0) || (grad.y>0… category
475 …(Abs(grad.x) > Abs(grad.y) && grad.x != 0 && grad0.x != 0 && ((grad.x<0 && grad0.x<0) || (grad.x>0… category
699 …(Abs(grad.x) < Abs(grad.y) && grad.y != 0 && grad0.y != 0 && ((grad.y<0 && grad0.y<0) || (grad.y>0… category
701 …(Abs(grad.x) > Abs(grad.y) && grad.x != 0 && grad0.x != 0 && ((grad.x<0 && grad0.x<0) || (grad.x>0… category
/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DAvidaTools.h37 inline int Abs(int val) { return (val < 0) ? -val : val; } in Abs() function
38 inline double Abs(double val) { return (val < 0.0) ? -val : val; } in Abs() function
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/game_sp/
H A Dvb_lib.h8 #define Abs(x) ABS(x) macro
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/game_sp/
H A Dvb_lib.h8 #define Abs(x) ABS(x) macro
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/game_sp/
H A Dvb_lib.h8 #define Abs(x) ABS(x) macro
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/game_sp/
H A Dvb_lib.h8 #define Abs(x) ABS(x) macro
/dports/audio/libnoise/noise/src/module/
H A Dabs.cpp27 Abs::Abs (): in Abs() function in Abs

12345678910>>...74