Home
last modified time | relevance | path

Searched defs:SIGN (Results 1201 – 1208 of 1208) sorted by relevance

1...<<414243444546474849

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dutilities.h60 #define SIGN(a,b) ((b) > 0.0 ? fabs(a) : -fabs(a)) macro
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DMeshUtils.F9017659 SUBROUTINE DisplaceMesh( Mesh, Update, SIGN, Perm, DOFs, StabRecomp, UpdateDirs ) argument
17663 INTEGER :: DOFs,SIGN,Perm(:) local
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DDynareBison.hh716 SIGN = 457, enumerator
/dports/lang/algol68g/algol68g-2.8.4/source/
H A Da68g.h1484 #define SIGN(n) ((n) == 0 ? 0 : ((n) > 0 ? 1 : -1)) macro
/dports/cad/yosys/yosys-yosys-0.12/techlibs/nexus/
H A Dcells_xtra.v4 parameter SIGN = "DISABLED"; constant
5191 parameter SIGN = "DISABLED"; constant
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/src/
H A Ddp36.F48166 REAL ABS,SQRT,SIGN local
48348 REAL ABS,SQRT,SIGN local
/dports/security/modsecurity3/modsecurity-v3.0.5/others/libinjection/src/
H A Dsqlparse_data.json9363 "SIGN": "f", string
/dports/biology/molden/molden5.8/
H A Dxwin.c58 #define SIGN(a) (((a) > 0) ? 1 : -1) macro

1...<<414243444546474849