Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/single/
Ds_cosf.c8 #define COSINE macro
Ds_sincosf.c22 #ifndef COSINE
/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()