Searched refs:deSin (Results 1 – 2 of 2) sorted by relevance
152 DE_INLINE double deSin (double a) { return sin(a); } in deSin() function
2328 Sin (void) : TrigFunc("sin", deSin, -1.0, 1.0) {} in Sin()2342 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()