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

  /external/webkit/Source/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));
46 using WTF::Complex;
  /external/webkit/Source/WebCore/bindings/v8/
npruntime_internal.h 39 #undef Complex
  /external/webkit/Source/WebCore/bridge/
npruntime_internal.h 39 #undef Complex
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 157 enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow };
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 745 // Complex type with element initializers
748 llvm::Constant *Complex[2];
749 Complex[0] = CGM.EmitConstantExpr(Real, Real->getType(), CGF);
750 if (!Complex[0])
752 Complex[1] = CGM.EmitConstantExpr(Imag, Imag->getType(), CGF);
753 if (!Complex[1])
757 return llvm::ConstantStruct::get(STy, Complex);
    [all...]
CGValue.h 34 /// simple LLVM SSA value, a pair of SSA values for complex numbers, or the
37 enum Flavor { Scalar, Complex, Aggregate };
46 bool isComplex() const { return V1.getInt() == Complex; }
57 /// getComplexVal - Return the real/imag components of this complex value.
80 ER.V1.setInt(Complex);
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 29 CtClass clazz = pool.get(ArrayAccessReplaceTest.class.getName() + "$Complex");
390 public static class Complex implements ComplexInterface {
  /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 244 milliseconds