Searched refs:gamma1 (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/math/special_functions/ |
D | jacobi.hpp | 32 …Real gamma1 = (2*k+alpha+beta-1)*( (2*k+alpha+beta)*(2*k+alpha+beta-2)*x + alpha*alpha -beta*beta); in jacobi() local 34 yk = (gamma1*y1 + gamma0*y0)/denom; in jacobi()
|
/third_party/boost/boost/math/special_functions/detail/ |
D | bessel_ik.hpp | 87 T a, b, c, d, sigma, gamma1, gamma2; in temme_ik() local 110 gamma1 = abs(v) < tools::epsilon<T>() ? in temme_ik() 117 f = (cosh(sigma) * gamma1 + d * (-a) * gamma2) / c; in temme_ik() 128 BOOST_MATH_INSTRUMENT_VARIABLE(gamma1); in temme_ik()
|
/third_party/mindspore/tests/ut/python/nn/probability/distribution/ |
D | test_beta.py | 201 self.gamma1 = msd.Gamma() 206 prob2 = self.gamma1('prob', value, concentration1, concentration0)
|
D | test_gamma.py | 203 self.gamma1 = msd.Gamma() 208 prob2 = self.gamma1('prob', value, concentration, rate)
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_batchnorm_op.py | 270 gamma1 = np.array([0.9821, 0.9873]).astype(np.float32) 286 exp_gamma = [gamma1, gamma2]
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 1397 __u32 gamma1; member
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 1688 __u32 gamma1; member
|