Home
last modified time | relevance | path

Searched refs:SMALL_NUMBER (Results 1 – 25 of 65) sorted by relevance

123

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_geom_inline.c36 #define SMALL_NUMBER 1.e-8f macro
270 return (UNLIKELY(angle < SMALL_NUMBER)) ? 1.0f : fabsf(1.0f / cosf(angle)); in shell_angle_to_dist()
280 return (UNLIKELY(angle_cos < SMALL_NUMBER)) ? 1.0f : (1.0f / angle_cos); in shell_v3v3_normalized_to_dist()
290 return (UNLIKELY(angle_cos < SMALL_NUMBER)) ? 1.0f : (1.0f / angle_cos); in shell_v2v2_normalized_to_dist()
304 return (UNLIKELY(angle_cos < SMALL_NUMBER)) ? 1.0f : (1.0f / angle_cos); in shell_v3v3_mid_normalized_to_dist()
318 return (UNLIKELY(angle_cos < SMALL_NUMBER)) ? 1.0f : (1.0f / angle_cos); in shell_v2v2_mid_normalized_to_dist()
321 #undef SMALL_NUMBER
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A Ddakota_data_util.cpp92 if (std::abs(prev_rv[i]) < Pecos::SMALL_NUMBER) in rel_change_L2()
97 if (std::abs(curr_rv[i]) < Pecos::SMALL_NUMBER) in rel_change_L2()
117 return (scaling > Pecos::SMALL_NUMBER) ? in rel_change_L2()
134 if (std::abs(prev_rv1[i]) < Pecos::SMALL_NUMBER) in rel_change_L2()
142 if (std::abs(prev_rv2[i]) < Pecos::SMALL_NUMBER) in rel_change_L2()
147 if (std::abs(curr_rv1[i]) < Pecos::SMALL_NUMBER) in rel_change_L2()
155 if (std::abs(curr_rv2[i]) < Pecos::SMALL_NUMBER) in rel_change_L2()
192 return (scaling > Pecos::SMALL_NUMBER) ? in rel_change_L2()
H A DNonDInterval.cpp485 if (prob < Pecos::SMALL_NUMBER) // see p=0,p=1 assignments above in compute_evidence_statistics()
487 else if (1.- prob < Pecos::SMALL_NUMBER) in compute_evidence_statistics()
514 if (prob < Pecos::SMALL_NUMBER) // see p=0,p=1 assignments above in compute_evidence_statistics()
516 else if (1.- prob < Pecos::SMALL_NUMBER) in compute_evidence_statistics()
H A DNonDStochCollocation.cpp593 scale = std::max(Pecos::SMALL_NUMBER, respVariance.normFrobenius()); in compute_covariance_metric()
599 scale = std::max(Pecos::SMALL_NUMBER, respCovariance.normFrobenius()); in compute_covariance_metric()
759 Real scale = std::max(Pecos::SMALL_NUMBER, std::sqrt(scale_sq)); in compute_level_mappings_metric()
H A DNonDExpansion.cpp2241 scale = std::max(Pecos::SMALL_NUMBER, respVariance.normFrobenius()); in compute_covariance_metric()
2269 scale = std::max(Pecos::SMALL_NUMBER, respCovariance.normFrobenius()); in compute_covariance_metric()
2339 Real scale = std::max(Pecos::SMALL_NUMBER, std::sqrt(scale_sq)); in compute_level_mappings_metric()
2861 if (sigma > Pecos::SMALL_NUMBER) in compute_level_mappings()
3132 if (sigma > Pecos::SMALL_NUMBER) { in compute_analytic_statistics()
3146 if (sigma > Pecos::SMALL_NUMBER) { in compute_analytic_statistics()
3713 respVariance[i] <= Pecos::SMALL_NUMBER ) || in archive_sobol_indices()
3715 respCovariance(i,i) <= Pecos::SMALL_NUMBER ) ) in archive_sobol_indices()
4066 respVariance[i] <= Pecos::SMALL_NUMBER ) || in print_sobol_indices()
4068 respCovariance(i,i) <= Pecos::SMALL_NUMBER ) ) in print_sobol_indices()
H A DProbabilityTransformModel.cpp551 Pecos::SMALL_NUMBER) { in verify_correlation_support()
601 std::abs(x_corr(corr_i, corr_j)) > Pecos::SMALL_NUMBER) in verify_correlation_support()
878 std::abs(corr_x(corr_i, corr_j)) > Pecos::SMALL_NUMBER && in set_u_to_x_mapping()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DDiscrepancyCalculator.cpp33 ( std::fabs(approx_fn) < Pecos::SMALL_NUMBER || in check_multiplicative()
34 ( corr_order == 0 && std::fabs(truth_fn) < Pecos::SMALL_NUMBER ) ); in check_multiplicative()
45 if ( std::fabs(approx_fns[i]) < Pecos::SMALL_NUMBER || in check_multiplicative()
46 ( corr_order == 0 && std::fabs(truth_fns[i]) < Pecos::SMALL_NUMBER ) ) in check_multiplicative()
H A DSparseGridDriver.cpp99 if (axis_l_bnds[i] > SMALL_NUMBER) { // nonzero LB in anisotropic_weights()
101 curr_aniso_wts[i] = (curr_aniso_wts[i] > SMALL_NUMBER) // nonzero wt in anisotropic_weights()
134 axis_l_bnds[i] = (aniso_wts[i] > SMALL_NUMBER) ? // nonzero wt in update_axis_lower_bounds()
H A DMultivariateNormalDistribution.hpp103 if (std::abs(mvnCovariance(i,j)) > SMALL_NUMBER) in initialize_correlations()
H A DMarginalsCorrDistribution.cpp77 if (std::abs(corrMatrix(cntr_i, cntr_j)) > SMALL_NUMBER) in initialize_correlations()
H A Dpecos_global_defs.hpp36 const double SMALL_NUMBER = 1.e-25; variable
H A DInterpPolyApproximation.cpp118 if (total_variance > SMALL_NUMBER) { // Solve for partial variances in compute_component_sobol()
/dports/science/latte/LATTE-1.2.2/MATRIX/
H A DSP2Pure.cu38 REAL idemtol = SMALL_NUMBER; in sp2pure_nospin3()
154 REAL idemtol = SMALL_NUMBER; in sp2pure_nospin4()
267 REAL idemtol = SMALL_NUMBER; in sp2pure_spin3()
H A DMatrix.h67 static REAL SMALL_NUMBER = 1.0e-14f; variable
74 static REAL SMALL_NUMBER = 1.0e-14; variable
/dports/science/latte/LATTE-1.2.2/MATRIX/good/
H A DSP2Pure.cu37 REAL idemtol = SMALL_NUMBER; in sp2pure_nospin3()
167 REAL idemtol = SMALL_NUMBER; in sp2pure_spin3()
/dports/science/chrono/chrono-7.0.1/src/chrono_fsi/utils/
H A DChUtilsDevice.cuh89 #define SMALL_NUMBER -99999999 macro
/dports/science/fasthenry/fasthenry-3.0wr/src/zbuf/
H A Dpatran.c46 #define SMALL_NUMBER 0.005 /* See functions if_same_coord() and macro
538 if (fabs(coord_1[i] - coord_2[i]) > SMALL_NUMBER) return 0;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/support/
H A Dimpdefh.a61 -- NO MODIFICATION NEEDED TO TYPE SMALL_NUMBER. DO NOT MODIFY.
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/support/
H A Dimpdefh.a61 -- NO MODIFICATION NEEDED TO TYPE SMALL_NUMBER. DO NOT MODIFY.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/support/
H A Dimpdefh.a61 -- NO MODIFICATION NEEDED TO TYPE SMALL_NUMBER. DO NOT MODIFY.
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/support/
H A Dimpdefh.a61 -- NO MODIFICATION NEEDED TO TYPE SMALL_NUMBER. DO NOT MODIFY.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/support/
H A Dimpdefh.a61 -- NO MODIFICATION NEEDED TO TYPE SMALL_NUMBER. DO NOT MODIFY.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/support/
H A Dimpdefh.a61 -- NO MODIFICATION NEEDED TO TYPE SMALL_NUMBER. DO NOT MODIFY.
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/support/
H A Dimpdefh.a61 -- NO MODIFICATION NEEDED TO TYPE SMALL_NUMBER. DO NOT MODIFY.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ada/acats/support/
H A Dimpdefh.a61 -- NO MODIFICATION NEEDED TO TYPE SMALL_NUMBER. DO NOT MODIFY.

123