/dports/math/eclib/eclib-20210318/libsrc/ |
H A D | realroots.cc | 27 bigfloat safe_sqrt(const bigfloat& x) in safe_sqrt() function 90 bigfloat r1 = (safe_sqrt(disc)-b)/(2*a); in realroots() 141 bigfloat delta = safe_sqrt(D3); in realroots() 209 bigfloat r1 = safe_sqrt((a4*phi1-H)/to_bigfloat(3)); in realroots() 210 bigfloat r2 = safe_sqrt((a4*phi2-H)/to_bigfloat(3)); in realroots() 211 bigfloat r3 = safe_sqrt((a4*phi3-H)/to_bigfloat(3)); in realroots() 239 bigfloat r3 = safe_sqrt((a4*realphi-H)/to_bigfloat(3)); in realroots()
|
H A D | mquartic.cc | 118 bigfloat r1 = safe_sqrt((a4*phi1-xH)/3); in set_roots_and_type() 119 bigfloat r2 = safe_sqrt((a4*phi2-xH)/3); in set_roots_and_type() 120 bigfloat r3 = safe_sqrt((a4*phi3-xH)/3); in set_roots_and_type() 137 bigfloat r1 = safe_sqrt((a4*phi1-xH)/3); in set_roots_and_type() 138 bigfloat ir2 = safe_sqrt((xH-a4*phi2)/3); in set_roots_and_type() 139 bigfloat ir3 = safe_sqrt((xH-a4*phi3)/3); in set_roots_and_type() 180 bigfloat r3 = safe_sqrt((a4*realphi-xH)/three); in set_roots_and_type()
|
/dports/math/eclib/eclib-20210318/libsrc/eclib/ |
H A D | realroots.h | 30 bigfloat safe_sqrt(const bigfloat& x);
|
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/sampling/ |
H A D | sphericalrectanglesampler.h | 124 const T xu = (-cu * m_z0) / safe_sqrt(T(1.0) - square(cu)); in sample() 133 const T yv = (hv * d) / safe_sqrt(T(1.0) - hv2); in sample()
|
/dports/biology/gemma/GEMMA-0.98.3/src/ |
H A D | mathfunc.h | 49 double safe_sqrt(const double d);
|
H A D | mvlmm.cpp | 240 d = safe_sqrt(d); in EigenProc() 3101 cout << safe_sqrt(gsl_matrix_get(Hessian, c, c)) << "\t"; in AnalyzeBimbam() 3164 cout << safe_sqrt(gsl_matrix_get(Hessian, c, c)) << "\t"; in AnalyzeBimbam() 3540 cout << safe_sqrt(gsl_matrix_get(Hessian, c, c)) << "\t"; in AnalyzePlink() 3559 cout << safe_sqrt(v) << "\t"; in AnalyzePlink() 3607 cout << safe_sqrt(gsl_matrix_get(Hessian, c, c)) << "\t"; in AnalyzePlink() 3625 cout << safe_sqrt(v) << "\t"; in AnalyzePlink() 4094 cout << safe_sqrt(gsl_matrix_get(Hessian, c, c)) << "\t"; in AnalyzeBimbamGXE() 4157 cout << safe_sqrt(gsl_matrix_get(Hessian, c, c)) << "\t"; in AnalyzeBimbamGXE() 4539 cout << safe_sqrt(gsl_matrix_get(Hessian, c, c)) << "\t"; in AnalyzePlinkGXE() [all …]
|
H A D | gemma.cpp | 2602 d /= safe_sqrt(wi * wj); in BatchRun() 2630 wi = safe_sqrt(wi); in BatchRun() 3425 outfile << tab(j) << safe_sqrt(cPar.VVg_remle_null[c]); in WriteLog() 3443 outfile << tab(j) << safe_sqrt(cPar.VVe_remle_null[c]); in WriteLog() 3462 outfile << tab(j) << safe_sqrt(cPar.VVg_mle_null[c]); in WriteLog() 3480 outfile << tab(j) << safe_sqrt(cPar.VVe_mle_null[c]); in WriteLog()
|
H A D | lmm.cpp | 1150 se = safe_sqrt(1.0 / (tau * P_xx)); in CalcRLWald() 1192 se = safe_sqrt(1.0 / (tau * P_xx)); in CalcRLScore() 2143 double se = safe_sqrt(-1.0 / LogRL_dev2(lambda, ¶m0)); in CalcPve() 2210 gsl_vector_set(se_beta, i, safe_sqrt(gsl_matrix_get(Vbeta, i, i))); in CalcLmmVgVeBeta()
|
H A D | mathfunc.cpp | 122 double safe_sqrt(const double d) { in safe_sqrt() function
|
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/shaders/ |
H A D | node_math.h | 56 float safe_sqrt(float a) in safe_sqrt() function
|
H A D | node_math.osl | 40 Value = safe_sqrt(Value1);
|
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/ |
H A D | scalar.h | 187 T safe_sqrt(const T x); 446 inline T safe_sqrt(const T x) in safe_sqrt() function
|
/dports/devel/py-dask/dask-2021.11.2/dask/array/ |
H A D | reductions.py | 874 def safe_sqrt(a): function 890 result = safe_sqrt( 910 result = safe_sqrt(
|
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libtexture/ |
H A D | texturesys.cpp | 1550 majorlength = std::min(safe_sqrt (float(F / Aprime)), 1000.0f); in ellipse_axes() 1551 minorlength = std::min(safe_sqrt (float(F / Cprime)), 1000.0f); in ellipse_axes() 1554 majorlength = std::min(safe_sqrt(float(Cprime)), 1000.0f); in ellipse_axes() 1555 minorlength = std::min(safe_sqrt(float(Aprime)), 1000.0f); in ellipse_axes()
|
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libtexture/ |
H A D | texturesys.cpp | 1550 majorlength = std::min(safe_sqrt (float(F / Aprime)), 1000.0f); in ellipse_axes() 1551 minorlength = std::min(safe_sqrt (float(F / Cprime)), 1000.0f); in ellipse_axes() 1554 majorlength = std::min(safe_sqrt(float(Cprime)), 1000.0f); in ellipse_axes() 1555 minorlength = std::min(safe_sqrt(float(Aprime)), 1000.0f); in ellipse_axes()
|
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/ |
H A D | llvm_ops.cpp | 510 MAKE_UNARY_PERCOMPONENT_OP (sqrt , OIIO::safe_sqrt , sqrt) in MAKE_UNARY_PERCOMPONENT_OP()
|
H A D | constfold.cpp | 1795 AUTO_DECLFOLDER_FLOAT_OR_TRIPLE (sqrt , OIIO::safe_sqrt) in AUTO_DECLFOLDER_FLOAT_OR_TRIPLE() argument
|
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/ |
H A D | llvm_ops.cpp | 510 MAKE_UNARY_PERCOMPONENT_OP (sqrt , OIIO::safe_sqrt , sqrt) in MAKE_UNARY_PERCOMPONENT_OP()
|
H A D | constfold.cpp | 1795 AUTO_DECLFOLDER_FLOAT_OR_TRIPLE (sqrt , OIIO::safe_sqrt) in AUTO_DECLFOLDER_FLOAT_OR_TRIPLE() argument
|
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/ |
H A D | imagebufalgo_compare.cpp | 112 safe_sqrt(p.sum2[c] / Count - davg * davg)); in finalize()
|
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/ |
H A D | imagebufalgo_compare.cpp | 112 safe_sqrt(p.sum2[c] / Count - davg * davg)); in finalize()
|
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/ |
H A D | fmath.h | 1395 OIIO_FORCEINLINE OIIO_HOSTDEVICE T safe_sqrt (T x) {
|
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/ |
H A D | fmath.h | 1395 OIIO_FORCEINLINE OIIO_HOSTDEVICE T safe_sqrt (T x) {
|