Searched defs:sincos (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/
H A Dos_compat_android.cc61 // a single call to sincos(). This means that source code that looks like:
70 // sincos(angle, &s, &c);
72 // Unfortunately, sincos() and friends are not part of the Android libm.so
75 // because 'sincos' doesn't appear anywhere in the sources!).
77 // To solve this, we provide our own implementation of the sincos() function
94 void sincos(double angle, double* s, double *c) { function
/external/opencv/cvaux/src/
H A Dcvhmmobs.cpp514 static const double sincos[16 * 2] = { local
562 da0 = a0 = sincos[2 * n - 1];
563 db0 = b0 = sincos[2 * n - 2];

Completed in 90 milliseconds