HomeSort by relevance Sort by last modified time
    Searched full:cordic (Results 1 - 10 of 10) sorted by null

  /external/webkit/SunSpider/tests/sunspider-0.9/
LIST 18 math-cordic
math-cordic.js 26 /////. Start CORDIC
81 ///// End CORDIC
83 function cordic( runs ) { function
95 cordic(25000);
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
LIST 18 math-cordic
math-cordic.js 26 /////. Start CORDIC
81 ///// End CORDIC
83 function cordic( runs ) { function
95 cordic(25000);
  /external/skia/src/core/
SkCordic.cpp 228 SkDebugf("sin error : angle = %g ; sin = %g ; cordic = %g\n", angle, sine, sine2);
231 SkDebugf("cos error : angle = %g ; cos = %g ; cordic = %g\n", angle, cosine, cosine2);
238 SkDebugf("tan error : angle = %g ; tan = %g ; cordic = %g\n", angle, _tan, tan2);
248 SkDebugf("asin error : val = %g ; asin = %g ; cordic = %g\n", val, arcsine, arcsine2);
262 SkDebugf("acos error : val = %g ; acos = %g ; cordic = %g\n", val, arccos, arccos2);
279 SkDebugf("atan2 error : val = %g ; val2 = %g ; atan2 = %g ; cordic = %g\n", val, val2, arctan, arctan2);
295 SkDebugf("log error : val = %g ; log = %g ; cordic = %g\n", val, log, log2);
  /external/freetype/src/base/
fttrigon.c 38 /* the Cordic shrink factor, multiplied by 2^32 */
44 /* multiply a given value by the CORDIC shrink factor */
63 /* multiply a given value by the CORDIC shrink factor */
  /external/freetype/src/autofit/
aftypes.h 115 * light Cordic algorithm (see afangles.c).
  /external/webkit/SunSpider/
ChangeLog 185 * tests/math-cordic.js: ditto
876 * tests/math-cordic.js:
893 - Add BSD license notice to cordic test, the original author said to do so.
895 * tests/math-cordic.js:
978 * tests/math-cordic.js: Added. Ditto.
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
tns.c 502 * using modified cordic algorithm
    [all...]
  /external/webkit/JavaScriptCore/
ChangeLog-2009-06-16     [all...]

Completed in 106 milliseconds