Searched refs:deSin (Results 1 – 4 of 4) sorted by relevance
153 DE_INLINE double deSin (double a) { return sin(a); } in deSin() function
2382 Sin (void) : TrigFunc("sin", deSin, -1.0, 1.0) {} in Sin()2396 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()
3026 Sin (void) : TrigFunc<T>("sin", deSin, -1.0, 1.0) {} in Sin()3042 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()
12523 const double result (deSin(d)); in calc()12575 const double s1 = deSin(d) + err; in calc()12576 const double s2 = deSin(d) - err; in calc()