Home
last modified time | relevance | path

Searched refs:_sqrt2 (Results 1 – 3 of 3) sorted by relevance

/dports/games/stratagus/stratagus-3.2.0/tools/shaders/
H A Dcrt-cgwg-fast.cg.glsl201 vec3 _sqrt2;
276 _sqrt2 = vec3(_TMP29, _TMP30, _TMP31);
278 _pow_mul2 = _weights2*_sqrt2;
/dports/math/py-jax/jax-0.2.9/jax/experimental/
H A Ddoubledouble.py223 def _sqrt2(x): function
231 doubling_rules[lax.sqrt_p] = _sqrt2
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/x2c/test/
H A Dtest_x2c_hess.py43 def _sqrt2(a0, a1i, a1j, a2ij): function
442 s2_sqrt = _sqrt2(s0, s1i, s1j, s2ao)
528 s2sqrt = _sqrt2(mol.intor('int1e_ovlp'), s1i[2], s1i[2], s2[2,2])
555 s2sqrt = _sqrt2(mol.intor('int1e_ovlp'), s1i[2], s1j[2], s2[2,2])