HomeSort by relevance Sort by last modified time
    Searched defs:Complex (Results 1 - 6 of 6) sorted by null

  /external/webkit/JavaScriptCore/wtf/
Complex.h 32 #include <complex>
37 typedef std::complex<double> Complex;
39 inline Complex complexFromMagnitudePhase(double magnitude, double phase)
41 return Complex(magnitude * cos(phase), magnitude * sin(phase));
  /external/webkit/WebCore/bindings/v8/
npruntime_internal.h 39 #undef Complex
  /external/webkit/WebCore/bridge/
npruntime_internal.h 39 #undef Complex
  /external/webkit/WebCore/platform/graphics/
Font.h 130 // Used for complex text, and does not utilize the glyph map cache.
171 enum CodePath { Auto, Simple, Complex };
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 556 #define Complex 0 /* paths may intersect */
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 922 milliseconds