Searched refs:fast_sin (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
H A Dplatform-nullos.cc58 double fast_sin(double x) { function in namespace:v8::internal
H A Dplatform.h117 double fast_sin(double input);
H A Dheap-inl.h797 return fast_sin(input);
H A Dhydrogen-instructions.cc3677 return H_CONSTANT_DOUBLE(fast_sin(d));
/external/v8/src/
H A Dplatform-nullos.cc58 double fast_sin(double x) { function in namespace:v8::internal
H A Dplatform.h101 double fast_sin(double input);
H A Dheap-inl.h668 return fast_sin(input);

Completed in 318 milliseconds