Home
last modified time | relevance | path

Searched defs:FINITE (Results 1 – 25 of 27) sorted by relevance

12

/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltMath.h153 #define FINITE(x) finite(x) macro
156 #define FINITE(x) isfinite(x) macro
159 #define FINITE(x) (!isnan(x)) macro
161 #define FINITE(x) (TRUE) macro
H A DbltWin.h124 #define FINITE(x) _finite(x) macro
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpcurve-map.c34 #define FINITE(x) isfinite(x) macro
36 #define FINITE(x) finite(x) macro
38 #define FINITE(x) _finite(x) macro
H A Dgimp-transform-resize.c35 #define FINITE(x) isfinite(x) macro
37 #define FINITE(x) finite(x) macro
39 #define FINITE(x) _finite(x) macro
H A Dgimpdrawable-transform.c55 #define FINITE(x) finite(x) macro
57 #define FINITE(x) isfinite(x) macro
59 #define FINITE(x) _finite(x) macro
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dfloat-format.h36 FLOAT_VAX_G, /* 64 bit VAX G format. */
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/customerprofiles/
H A Dapi_op_DeleteProfileKey.go29 type DeleteProfileKeyInput struct {
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dtuxracer.h136 # define FINITE(x) (finite(x)) macro
138 # define FINITE(x) (_finite(x)) macro
140 # define FINITE(x) (!isnan(x)) macro
142 # define FINITE(x) (!_isnan(x)) macro
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dold_interval.h26 enum kind { MINUS_INFINITY, FINITE, PLUS_INFINITY }; enumerator
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dold_interval.h26 enum kind { MINUS_INFINITY, FINITE, PLUS_INFINITY }; enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxmath.h65 #define FINITE _FINITE macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxmath.h65 #define FINITE _FINITE macro
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_arith_new.h282 typedef enum { FINITE, PLUS_INFINITY, MINUS_INFINITY } RationalType; enumerator
H A Dtheory_arith_old.h478 typedef enum { FINITE, PLUS_INFINITY, MINUS_INFINITY } RationalType; enumerator
/dports/devel/boost-docs/boost_1_72_0/boost/math/quadrature/
H A Dnaive_monte_carlo.hpp26 enum class limit_classification {FINITE, enumerator
/dports/devel/hyperscan/boost_1_75_0/boost/math/quadrature/
H A Dnaive_monte_carlo.hpp26 enum class limit_classification {FINITE, enumerator
/dports/devel/R-cran-BH/BH/inst/include/boost/math/quadrature/
H A Dnaive_monte_carlo.hpp28 enum class limit_classification {FINITE, enumerator
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/quadrature/
H A Dnaive_monte_carlo.hpp26 enum class limit_classification {FINITE, enumerator
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/quadrature/
H A Dnaive_monte_carlo.hpp26 enum class limit_classification {FINITE, enumerator
/dports/devel/boost-libs/boost_1_72_0/boost/math/quadrature/
H A Dnaive_monte_carlo.hpp26 enum class limit_classification {FINITE, enumerator
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/quadrature/
H A Dnaive_monte_carlo.hpp26 enum class limit_classification {FINITE, enumerator
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/quadrature/
H A Dnaive_monte_carlo.hpp26 enum class limit_classification {FINITE, enumerator
/dports/textproc/py-nltk/nltk-3.4.1/nltk/corpus/reader/
H A Dpropbank.py500 FINITE = 'v' variable in PropbankInflection
/dports/math/cgal/CGAL-5.3/include/CGAL/Algebraic_kernel_d/
H A DShear_transformation.h64 enum Coor_type { MINUS_INFTY,FINITE,PLUS_INFTY}; enumerator
/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/
H A Dimage-cmds.c74 #define FINITE(x) isfinite(x) macro
76 #define FINITE(x) finite(x) macro
78 #define FINITE(x) _finite(x) macro

12