Home
last modified time | relevance | path

Searched refs:exp_min (Results 1 – 25 of 109) sorted by relevance

12345

/dports/math/mpc/mpc-1.2.1/tests/
H A Dtgeneric.tpl28 mpfr_exp_t exp_min, mpfr_exp_t exp_max,
32 mpfr_exp_t exp_min,
54 mpfr_exp_t exp_min;
66 exp_min = mpfr_get_emin ();
69 if (-exp_max > exp_min)
70 exp_min = - exp_max;
102 random_params (params, exp_min, exp_max, special);
113 random_params (params, exp_min, exp_max, special);
234 test_random_mpfr (random_part, exp_min, exp_max, 128);
239 mpfr_exp_t exp_min, mpfr_exp_t exp_max,
[all …]
H A Dtset.c330 mpfr_exp_t exp_min; in check_set_str() local
336 exp_min = mpfr_get_emin (); in check_set_str()
341 if (-exp_max > exp_min) in check_set_str()
342 exp_min = - exp_max; in check_set_str()
367 test_default_random (expected, exp_min, exp_max, 128, 25); in check_set_str()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpc-1.2.1-c/tests/
H A Dtgeneric.tpl28 mpfr_exp_t exp_min, mpfr_exp_t exp_max,
32 mpfr_exp_t exp_min,
54 mpfr_exp_t exp_min;
66 exp_min = mpfr_get_emin ();
69 if (-exp_max > exp_min)
70 exp_min = - exp_max;
102 random_params (params, exp_min, exp_max, special);
113 random_params (params, exp_min, exp_max, special);
234 test_random_mpfr (random_part, exp_min, exp_max, 128);
239 mpfr_exp_t exp_min, mpfr_exp_t exp_max,
[all …]
H A Dtset.c330 mpfr_exp_t exp_min; in check_set_str() local
336 exp_min = mpfr_get_emin (); in check_set_str()
341 if (-exp_max > exp_min) in check_set_str()
342 exp_min = - exp_max; in check_set_str()
367 test_default_random (expected, exp_min, exp_max, 128, 25); in check_set_str()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/
H A DMeshUtilTest.cpp198 double exp_min = HUGE_VAL, exp_max = -HUGE_VAL; in test_edge_length_distribution_types() local
207 if (len < exp_min) in test_edge_length_distribution_types()
208 exp_min = len; in test_edge_length_distribution_types()
226 CPPUNIT_ASSERT_DOUBLES_EQUAL( exp_min, act_results.minimum(), EPSILON ); in test_edge_length_distribution_types()
257 double exp_min = HUGE_VAL, exp_max = -HUGE_VAL; in test_edge_length_distribution_unique() local
266 if (len < exp_min) in test_edge_length_distribution_unique()
267 exp_min = len; in test_edge_length_distribution_unique()
285 CPPUNIT_ASSERT_DOUBLES_EQUAL( exp_min, act_results.minimum(), EPSILON ); in test_edge_length_distribution_unique()
343 double exp_min = std::min( std::min( val14, val15 ), std::min( val16, 1.0 ) ); in test_lambda_distribution() local
348 CPPUNIT_ASSERT_DOUBLES_EQUAL( exp_min, results.minimum(), EPSILON ); in test_lambda_distribution()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Drange.cpp140 double exp_min = Math::log(get_min()) / Math::log(2); in set_unit_value() local
142 v = Math::pow(2, exp_min + (exp_max - exp_min) * p_value); in set_unit_value()
159 double exp_min = Math::log(get_min()) / Math::log(2); in get_unit_value() local
163 return (v - exp_min) / (exp_max - exp_min); in get_unit_value()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Drange.cpp140 double exp_min = Math::log(get_min()) / Math::log(2); in set_unit_value() local
142 v = Math::pow(2, exp_min + (exp_max - exp_min) * p_value); in set_unit_value()
159 double exp_min = Math::log(get_min()) / Math::log(2); in get_unit_value() local
163 return (v - exp_min) / (exp_max - exp_min); in get_unit_value()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Drange.cpp156 double exp_min = get_min() == 0 ? 0.0 : Math::log(get_min()) / Math::log((double)2); in set_as_ratio() local
158 v = Math::pow(2, exp_min + (exp_max - exp_min) * p_value); in set_as_ratio()
178 double exp_min = get_min() == 0 ? 0.0 : Math::log(get_min()) / Math::log((double)2); in get_as_ratio() local
183 return CLAMP((v - exp_min) / (exp_max - exp_min), 0, 1); in get_as_ratio()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Drange.cpp156 double exp_min = get_min() == 0 ? 0.0 : Math::log(get_min()) / Math::log((double)2); in set_as_ratio() local
158 v = Math::pow(2, exp_min + (exp_max - exp_min) * p_value); in set_as_ratio()
178 double exp_min = get_min() == 0 ? 0.0 : Math::log(get_min()) / Math::log((double)2); in get_as_ratio() local
183 return CLAMP((v - exp_min) / (exp_max - exp_min), 0, 1); in get_as_ratio()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/system_env/
H A Dnumericconstants.cpp25 double NumericConstants::exp_min; member in NumericConstants
41 exp_min = C2F(dlamch)("M", 1L); in Initialize()
H A Dnumericconstants_interface.cpp55 return NumericConstants::exp_min; in nc_exp_min()
121 return NumericConstants::exp_min; in C2F()
/dports/www/py-sentinelhub/sentinelhub-3.4.1/sentinelhub/
H A Dtesting_utils.py22 def test_numpy_data(data=None, exp_shape=None, exp_dtype=None, exp_min=None, exp_max=None, exp_mean… argument
52 'min': (np.nanmin, exp_min),
/dports/dns/knot3/knot-3.1.5/tests/libdnssec/
H A Dtest_key_algorithm.c23 unsigned exp_min, unsigned exp_max, in ok_range() argument
28 ok(r == DNSSEC_EOK && min == exp_min && max == exp_max, in ok_range()
/dports/dns/knot3-lib/knot-3.1.5/tests/libdnssec/
H A Dtest_key_algorithm.c23 unsigned exp_min, unsigned exp_max, in ok_range() argument
28 ok(r == DNSSEC_EOK && min == exp_min && max == exp_max, in ok_range()
/dports/math/gmp/gmp-6.2.1/tests/mpn/
H A Dt-get_d.c406 long exp, exp_min, exp_max; in check_rand() local
418 exp_min = -100 - mant_bits; in check_rand()
430 exp = exp_min + (long) gmp_urandomm_ui (rands, exp_max - exp_min + 1); in check_rand()
/dports/math/mpir/mpir-3.0.0/tests/mpn/
H A Dt-get_d.c393 long exp, exp_min, exp_max; in check_rand() local
407 exp_min = -100 - mant_bits; in check_rand()
419 exp = exp_min + (long) gmp_urandomm_ui (rands, exp_max - exp_min + 1); in check_rand()
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/mpn/
H A Dt-get_d.c407 long exp, exp_min, exp_max; in check_rand() local
419 exp_min = -100 - mant_bits; in check_rand()
431 exp = exp_min + (long) gmp_urandomm_ui (rands, exp_max - exp_min + 1); in check_rand()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/mpn/
H A Dt-get_d.c406 long exp, exp_min, exp_max; in check_rand() local
418 exp_min = -100 - mant_bits; in check_rand()
430 exp = exp_min + (long) gmp_urandomm_ui (rands, exp_max - exp_min + 1); in check_rand()
/dports/math/gap/gap-4.11.0/extern/gmp/tests/mpn/
H A Dt-get_d.c407 long exp, exp_min, exp_max; in check_rand() local
419 exp_min = -100 - mant_bits; in check_rand()
431 exp = exp_min + (long) gmp_urandomm_ui (rands, exp_max - exp_min + 1); in check_rand()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/test/Evaluate/
H A Dfolding01.f90112 character(len(c3)), parameter :: exp_min = c1 variable
118 logical, parameter :: test_min_c_2 = res_min_c.EQ.exp_min
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/test/Evaluate/
H A Dfolding01.f90120 character(len(c3)), parameter :: exp_min = c1 variable
126 logical, parameter :: test_min_c_2 = res_min_c.EQ.exp_min
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Evaluate/
H A Dfolding01.f90120 character(len(c3)), parameter :: exp_min = c1 variable
126 logical, parameter :: test_min_c_2 = res_min_c.EQ.exp_min
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Evaluate/
H A Dfolding01.f90120 character(len(c3)), parameter :: exp_min = c1 variable
126 logical, parameter :: test_min_c_2 = res_min_c.EQ.exp_min
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/rio/
H A Doverview.py20 exp_min, exp_max = (int(v) for v in exp_range.split('..'))
21 value = [pow(int(base), k) for k in range(exp_min, exp_max + 1)]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Evaluate/
H A Dfolding01.f90124 character(len(c3)), parameter :: exp_min = c1 variable
130 logical, parameter :: test_min_c_2 = res_min_c.EQ.exp_min

12345