Home
last modified time | relevance | path

Searched refs:exponentType (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/fraqtive/fraqtive-0.4.8/src/
H A Ddatastructures.cpp45 qint8 fractal, exponentType, exponent, variant; in operator >>() local
52 stream >> exponentType; in operator >>()
53 type.m_exponentType = (ExponentType)exponentType; in operator >>()
55 if ( exponentType == IntegralExponent ) { in operator >>()
58 } else if ( exponentType == RealExponent ) { in operator >>()
H A Dfractaltypewidget.cpp132 switch ( m_type.exponentType() ) { in loadData()
192 switch ( m_type.exponentType() ) { in saveData()
H A Dparameterspage.cpp152 if ( type.exponentType() == IntegralExponent ) in loadFractalType()
154 else if ( type.exponentType() == RealExponent ) in loadFractalType()
H A Ddatafunctions.cpp32 if ( type.fractal() == MandelbrotFractal && type.exponentType() == IntegralExponent ) { in defaultPosition()
319 switch ( type.exponentType() ) { in createFunctor()
346 switch ( type.exponentType() ) { in createFunctorSSE2()
H A Dfractalpresenter.cpp358 …double exponent = m_type.exponentType() == IntegralExponent ? m_type.integralExponent() : m_type.r… in juliaPosition()
H A Ddatastructures.h53 ExponentType exponentType() const { return m_exponentType; } in exponentType() function
/dports/math/cvc4/CVC4-1.7/src/theory/fp/
H A Dtheory_fp_type_rules.h74 TypeNode exponentType = n[1].getType(check); in computeType() local
77 if (!signType.isBitVector() || !exponentType.isBitVector() || in computeType()
84 unsigned exponentBits = exponentType.getBitVectorSize(); in computeType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3648 Type exponentType = ldexpOp.exp().getType(); in verify() local
3650 if (significandType.isa<FloatType>() != exponentType.isa<IntegerType>()) in verify()
3659 if (getNumElements(significandType) != getNumElements(exponentType)) in verify()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3648 Type exponentType = ldexpOp.exp().getType(); in verify() local
3650 if (significandType.isa<FloatType>() != exponentType.isa<IntegerType>()) in verify()
3659 if (getNumElements(significandType) != getNumElements(exponentType)) in verify()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3648 Type exponentType = ldexpOp.exp().getType(); in verify() local
3650 if (significandType.isa<FloatType>() != exponentType.isa<IntegerType>()) in verify()
3659 if (getNumElements(significandType) != getNumElements(exponentType)) in verify()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3690 Type exponentType = ldexpOp.exp().getType(); in verify() local
3692 if (significandType.isa<FloatType>() != exponentType.isa<IntegerType>()) in verify()
3701 if (getNumElements(significandType) != getNumElements(exponentType)) in verify()