Home
last modified time | relevance | path

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

/external/crcalc/tests/src/com/hp/creals/
DSlowCRTest.java58 final static UnaryCRFunction COSINE = UnaryCRFunction.sinFunction field in SlowCRTest
87 checkApprEq(COSINE.execute(x).doubleValue(), Math.cos(xAsDouble), in checkTrig()
89 checkEq(COSINE.execute(x), x.cos(), in checkTrig()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf.mlir2082 // CHLO %[[COSINE:.*]] = "mhlo.cosine"(%[[ARG]])
2083 // CHLO %[[RESULT:.*]] = "mhlo.divide"(%[[SINE]], %[[COSINE]])
2095 // CHLO %[[COSINE:.*]] = "mhlo.cosine"(%[[ARG]])
2096 // CHLO %[[RESULT:.*]] = "mhlo.divide"(%[[SINE]], %[[COSINE]])