Home
last modified time | relevance | path

Searched refs:HALF_PI (Results 1 – 2 of 2) sorted by relevance

/external/crcalc/tests/src/com/hp/creals/
DSlowCRTest.java54 final static CR HALF_PI = CR.PI.divide(CR.valueOf(2)); field in SlowCRTest
61 UnaryCRFunction.sinFunction.inverseMonotone(HALF_PI.negate(),
62 HALF_PI);
/external/tensorflow/tensorflow/core/kernels/special_math/
Dspecial_math_op_misc_impl.h506 const Scalar HALF_PI = Scalar(1.5707963267948966); in generic_fresnel_asymp() local
520 const Scalar z = HALF_PI * x2; in generic_fresnel_asymp()