Searched refs:Complex (Results 1 - 25 of 40) sorted by relevance

12

/external/webkit/Source/WebCore/ForwardingHeaders/wtf/
H A DComplex.h3 #include <JavaScriptCore/Complex.h>
/external/webkit/Source/JavaScriptCore/wtf/
H A DComplex.h37 typedef std::complex<double> Complex; typedef in namespace:WTF
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/platform/audio/
H A DBiquad.h34 #include <wtf/Complex.h>
63 void setZeroPolePairs(const Complex& zero, const Complex& pole);
67 void setAllpassPole(const Complex& pole);
H A DFFTFrame.cpp39 #include <wtf/Complex.h>
101 Complex c1(realP1[i], imagP1[i]);
102 Complex c2(realP2[i], imagP2[i]);
168 Complex c = complexFromMagnitudePhase(mag, phaseAccum);
190 Complex c(realP[i], imagP[i]);
237 Complex c(realP[i], imagP[i]);
243 Complex c2 = complexFromMagnitudePhase(mag, phase);
H A DBiquad.cpp260 void Biquad::setZeroPolePairs(const Complex &zero, const Complex &pole)
274 void Biquad::setAllpassPole(const Complex &pole)
276 Complex zero = Complex(1.0, 0.0) / pole;
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime_internal.h39 #undef Complex macro
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime_internal.h39 #undef Complex macro
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp142 if (codePath(run) != Complex)
162 if (codePath(run) != Complex)
176 if (codePathToUse != Complex) {
198 if (codePath(run) != Complex)
213 if (codePath(run) != Complex)
226 if (codePath(run) != Complex)
280 return Complex;
291 return Complex;
296 return Complex;
301 return Complex;
[all...]
H A DFont.h157 enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow }; enumerator in enum:WebCore::Font::CodePath
/external/libvpx/examples/includes/geshi/geshi/
H A Dmake.php128 //Complex variables/functions [built-ins]
136 //Complex variables/functions [others]
H A Dmatlab.php217 //Complex numbers
/external/webkit/Source/WebCore/platform/win/
H A DWebCoreTextRenderer.cpp119 Font::setCodePath(complex ? Font::Complex : Font::Auto);
124 return Font::codePath() == Font::Complex;
/external/webkit/Source/WebCore/webaudio/
H A DRealtimeAnalyser.cpp42 #include <wtf/Complex.h>
190 Complex c(realP[i], imagP[i]);
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1116 llvm::Constant *Complex[2]; local
1118 Complex[0] = llvm::ConstantInt::get(VMContext,
1120 Complex[1] = llvm::ConstantInt::get(VMContext,
1124 llvm::StructType *STy = llvm::StructType::get(Complex[0]->getType(),
1125 Complex[1]->getType(),
1127 return llvm::ConstantStruct::get(STy, Complex);
1137 llvm::Constant *Complex[2]; local
1139 Complex[0] = llvm::ConstantFP::get(VMContext,
1141 Complex[1] = llvm::ConstantFP::get(VMContext,
1145 llvm::StructType *STy = llvm::StructType::get(Complex[
[all...]
H A DCGValue.h37 enum Flavor { Scalar, Complex, Aggregate }; enumerator in enum:clang::CodeGen::RValue::Flavor
46 bool isComplex() const { return V1.getInt() == Complex; }
80 ER.V1.setInt(Complex);
H A DCGRTTI.cpp407 case Type::Complex:
600 case Type::Complex:
H A DCodeGenTypes.cpp379 case Type::Complex: {
H A DCodeGenFunction.cpp91 case Type::Complex:
1061 case Type::Complex:
/external/clang/tools/libclang/
H A DCXType.cpp75 TKCASE(Complex);
414 TKIND(Complex);
553 case Type::Complex:
/external/chromium/base/threading/
H A Dworker_pool_posix_unittest.cc231 TEST_F(PosixDynamicThreadPoolTest, Complex) {
/external/clang/lib/AST/
H A DType.cpp395 if (const ComplexType *Complex = getAs<ComplexType>())
396 if (Complex->getElementType()->isIntegerType())
397 return Complex;
973 case Type::Complex:
1299 case Complex:
2090 case Type::Complex:
/external/neven/
H A DAndroid.mk27 Embedded/common/src/b_BasicEm/Complex.c \
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java29 CtClass clazz = pool.get(ArrayAccessReplaceTest.class.getName() + "$Complex");
390 public static class Complex implements ComplexInterface { class in class:ArrayAccessReplaceTest
/external/valgrind/tsan/
H A Dsuppressions_test.cc275 TEST_F(BaseSuppressionsTest, Complex) {
/external/webkit/Source/WebKit2/WebProcess/
H A DWebProcess.cpp261 WebCore::Font::setCodePath(alwaysUseComplexText ? WebCore::Font::Complex : WebCore::Font::Auto);

Completed in 482 milliseconds

12