Home
last modified time | relevance | path

Searched refs:NV_MAX (Results 1 – 23 of 23) sorted by relevance

/dports/math/p5-Math-MPFR/Math-MPFR-4.17/
H A DMPFR.pm850 my($bits, $PREC, $max_dig, $min_pow, $normal_min, $NV_MAX, $nvtype, $emax, $emin);
854 $normal_min = 2 ** -1022; $NV_MAX = POSIX::DBL_MAX; $emin = -1073; $emax = 1024;
859 $NV_MAX = 1.18973149535723176508575932662800702e+4932; $emin = -16493; $emax = 16384;
866 $normal_min = 2 ** -1022; $NV_MAX = POSIX::DBL_MAX; $emin = -1073; $emax = 1024;
871 $normal_min = 2 ** -16382; $NV_MAX = POSIX::LDBL_MAX; $emin = -16493; $emax = 16384;
876 $normal_min = 2 ** -16382; $NV_MAX = POSIX::LDBL_MAX; $emin = -16444; $emax = 16384;
881 $normal_min = 2 ** -1022; $NV_MAX = POSIX::LDBL_MAX; $emin = -1073; $emax = 1024;
900 'NV_MAX' => $NV_MAX,
/dports/math/p5-Math-GMPq/Math-GMPq-0.48/t/
H A Dget_set_cmp_IV_NV.t141 # $big_nv is NV_MAX and a buggy perl could assign that value
148 warn "\nThis perl incorrectly assigns NV_MAX as Inf\n";
152 cmp_ok($nv_check, '==', $big_nv, "NV_MAX survives \"set and get\" round trip");
/dports/math/igraph/igraph-0.9.5/vendor/glpk/api/
H A Dgraph.c29 #define NV_MAX 100000000 /* = 100*10^6 */ macro
148 if (nadd > NV_MAX - G->nv) in glp_add_vertices()
/dports/math/glpk/glpk-5.0/src/api/
H A Dgraph.c29 #define NV_MAX 100000000 /* = 100*10^6 */ macro
148 if (nadd > NV_MAX - G->nv) in glp_add_vertices()
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpapi15.c29 #define NV_MAX 100000000 /* = 100*10^6 */
148 if (nadd > NV_MAX - G->nv)
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D500600144 NV_MAX # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D500600144 NV_MAX # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D500600144 NV_MAX # Z added by devel/scanprov
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A Dptypes.h60 #define NV_MAX DBL_MAX macro
H A Dutil.c2180 if (x >= NV_MAX) return INFINITY; in Li()
/dports/lang/perl5.32/perl-5.32.1/
H A Dperl.h2067 # define NV_MAX LDBL_MAX macro
2085 # define NV_MAX LDBL_MAX macro
2088 # define NV_MAX HUGE_VALL macro
2165 # define NV_MAX FLT128_MAX macro
2207 # define NV_MAX DBL_MAX macro
2213 # define NV_MAX DBL_MAX macro
H A Dnumeric.c1401 return NV_MAX; in S_mulexp10()
/dports/lang/perl5.34/perl-5.34.0/
H A Dperl.h2223 # define NV_MAX LDBL_MAX macro
2241 # define NV_MAX LDBL_MAX macro
2244 # define NV_MAX HUGE_VALL macro
2321 # define NV_MAX FLT128_MAX macro
2363 # define NV_MAX DBL_MAX macro
2369 # define NV_MAX DBL_MAX macro
H A Dnumeric.c1398 return NV_MAX; in S_mulexp10()
/dports/lang/perl5.30/perl-5.30.3/
H A Dperl.h1870 # define NV_MAX LDBL_MAX macro
1888 # define NV_MAX LDBL_MAX macro
1891 # define NV_MAX HUGE_VALL macro
1968 # define NV_MAX FLT128_MAX macro
2010 # define NV_MAX DBL_MAX macro
2016 # define NV_MAX DBL_MAX macro
H A Dnumeric.c1291 return NV_MAX; in S_mulexp10()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperl.h2228 # define NV_MAX LDBL_MAX macro
2246 # define NV_MAX LDBL_MAX macro
2249 # define NV_MAX HUGE_VALL macro
2326 # define NV_MAX FLT128_MAX macro
2368 # define NV_MAX DBL_MAX macro
2374 # define NV_MAX DBL_MAX macro
H A Dnumeric.c1398 return NV_MAX; in S_mulexp10()
/dports/converters/p5-Cpanel-JSON-XS/Cpanel-JSON-XS-4.27/t/
H A D118_type.t264 skip 'unknown NV_MAX', 20 if !$fltinf;
/dports/devel/p5-Heap-Simple-XS/Heap-Simple-XS-0.10/
H A DXS.xs18 # define INFINITY (NV_MAX*NV_MAX)
/dports/converters/p5-Cpanel-JSON-XS/Cpanel-JSON-XS-4.27/
H A DXS.xs2120 nv = (nv > 0) ? NV_MAX : -NV_MAX; in encode_sv()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dxs.vim1677 syn keyword xsMacro NV_MANT_DIG NV_MAX NV_MAX_10_EXP NV_MAX_EXP NV_MIN
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dxs.vim1677 syn keyword xsMacro NV_MANT_DIG NV_MAX NV_MAX_10_EXP NV_MAX_EXP NV_MIN