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()
2923 Sin (void) : TrigFunc<T>("sin", deSin, -1.0, 1.0) {} in Sin()2939 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()
14045 const double result (deSin(d)); in calc()14097 const double s1 = deSin(d) + err; in calc()14098 const double s2 = deSin(d) - err; in calc()