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

/external/webkit/JavaScriptCore/wtf/
H A DComplex.h39 inline Complex complexFromMagnitudePhase(double magnitude, double phase) argument
41 return Complex(magnitude * cos(phase), magnitude * sin(phase));
/external/kernel-headers/original/linux/
H A Dinput.h734 __s16 magnitude; /* Peak value */ member in struct:ff_periodic_effect
749 strong_magnitude represents the magnitude of the vibration generated

Completed in 19 milliseconds