Searched refs:ainv (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/rsa/ |
D | rsa.c | 641 static int check_mod_inverse(int *out_ok, const BIGNUM *a, const BIGNUM *ainv, in check_mod_inverse() argument 646 bn_mul_consttime(tmp, a, ainv, ctx) && in check_mod_inverse() 650 if (check_reduced && (BN_is_negative(ainv) || BN_cmp(ainv, m) >= 0)) { in check_mod_inverse()
|
/external/python/cpython3/Lib/ |
D | random.py | 531 ainv = _sqrt(2.0 * alpha - 1.0) 533 ccc = alpha + ainv 540 v = _log(u1/(1.0-u1))/ainv
|
/external/python/cpython2/Lib/ |
D | random.py | 519 ainv = _sqrt(2.0 * alpha - 1.0) 521 ccc = alpha + ainv 528 v = _log(u1/(1.0-u1))/ainv
|
/external/tensorflow/tensorflow/python/ops/ |
D | linalg_grad.py | 41 ainv = op.outputs[0] 43 ainv, math_ops.matmul(grad, ainv, adjoint_b=True), adjoint_a=True)
|