Home
last modified time | relevance | path

Searched refs:HALFCIRCLE (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmathndk.cpp24 #define HALFCIRCLE 180.0 macro
852 double getResult = cos(firstParam * PI / HALFCIRCLE); in Cos()
865 double getResult = cosh(firstParam * PI / HALFCIRCLE); in Cosh()
1296 double getResult = cosf(firstParam * PI / HALFCIRCLE); in CosF()
1309 double getResult = cosl(firstParam * PI / HALFCIRCLE); in CosL()
1322 double getResult = coshf(firstParam * PI / HALFCIRCLE); in CosHf()
1335 double getResult = coshl(firstParam * PI / HALFCIRCLE); in CosHl()

Completed in 13 milliseconds