Searched refs:BaseF (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 1519 const APFloat *BaseF; in replacePowWithExp() local 1520 if (!match(Pow->getArgOperand(0), m_APFloat(BaseF))) in replacePowWithExp() 1536 BaseR.convert(BaseF->getSemantics(), APFloat::rmTowardZero, &Ignored); in replacePowWithExp() 1537 BaseR = BaseR / *BaseF; in replacePowWithExp() 1538 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp() 1539 const APFloat *NF = IsReciprocal ? &BaseR : BaseF; in replacePowWithExp() 1564 if (Pow->hasApproxFunc() && Pow->hasNoNaNs() && BaseF->isFiniteNonZero() && in replacePowWithExp() 1565 !BaseF->isNegative()) { in replacePowWithExp() 1573 Log = ConstantFP::get(Ty, std::log2(BaseF->convertToFloat())); in replacePowWithExp() 1575 Log = ConstantFP::get(Ty, std::log2(BaseF->convertToDouble())); in replacePowWithExp()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | traits.d | 5041 interface BaseF 5046 interface DerivF : BaseF 5051 static assert( isCovariantWith!(DerivF.test1, BaseF.test1)); 5052 static assert( isCovariantWith!(DerivF.test2, BaseF.test2));
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | traits.d | 5656 interface BaseF 5661 interface DerivF : BaseF 5666 static assert( isCovariantWith!(DerivF.test1, BaseF.test1)); 5667 static assert( isCovariantWith!(DerivF.test2, BaseF.test2));
|