Searched refs:ATAN (Results 1 – 4 of 4) sorted by relevance
56 final static UnaryCRFunction ATAN = UnaryCRFunction.atanFunction; field in SlowCRTest75 checkApprEq(ATAN.execute(x).doubleValue(), Math.atan(xAsDouble), in checkTrig()105 checkEq(x, TAN.execute(ATAN.execute(x)), in checkTrig()
85 ATAN, enumerator181 case ATAN: in TestCWiseGrad()495 TestCWiseGrad<float, float>(ATAN, x_fn); in TEST_F()505 TestCWiseGrad<complex64, complex64>(ATAN, x_fn); in TEST_F()
141 public static final ComposableFunction ATAN = new ComposableFunction() { field in ComposableFunction
398 return mapToSelf(ComposableFunction.ATAN); in mapAtanToSelf()