Home
last modified time | relevance | path

Searched refs:aQuotient (Results 1 – 10 of 10) sorted by relevance

/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/
H A Danumber.cpp856 void BaseDivide(ANumber& aQuotient, in BaseDivide() argument
871 aQuotient.resize(m + 1); in BaseDivide()
946 aQuotient[j] = (PlatWord)q; in BaseDivide()
958 void IntegerDivide(ANumber& aQuotient, in IntegerDivide() argument
973 aQuotient.CopyFrom(a1); in IntegerDivide()
983 aQuotient.iExp = 0; in IntegerDivide()
984 aQuotient.iTensExp = 0; in IntegerDivide()
985 aQuotient.resize(1); in IntegerDivide()
986 aQuotient[0] = 0; in IntegerDivide()
997 aQuotient.iNegative = false; in IntegerDivide()
[all …]
H A Dyacasnumbers.cpp221 static void DivideInteger(ANumber& aQuotient, in DivideInteger() argument
236 IntegerDivide(aQuotient, aRemainder, a1, a2); in DivideInteger()
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/include/yacas/
H A Danumber.h76 void BaseDivide(ANumber& aQuotient, ANumber& aRemainder, ANumber& a1, ANumber& a2);
78 void IntegerDivide(ANumber& aQuotient, ANumber& aRemainder, ANumber& a1, ANumber& a2);
90 void Divide(ANumber& aQuotient, ANumber& aRemainder, ANumber& a1, ANumber& a2);
H A Danumber.inl319 inline void WordBaseDivide(T& aQuotient, T& aRemainder, T& a1, T& a2) argument
330 aQuotient.resize(m+1);
361 ANumber sub(aQuotient.Precision());
416 aQuotient[j] = (typename T::value_type)q;
/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DnsCoord.h51 inline nscoord NSCoordDivRem(nscoord aSpace, size_t aN, nscoord* aQuotient) { in NSCoordDivRem() argument
53 *aQuotient = aSpace / aN; in NSCoordDivRem()
57 *aQuotient = nscoord(result.quot); in NSCoordDivRem()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DnsCoord.h55 inline nscoord NSCoordDivRem(nscoord aSpace, size_t aN, nscoord* aQuotient) { in NSCoordDivRem() argument
57 *aQuotient = aSpace / aN; in NSCoordDivRem()
61 *aQuotient = nscoord(result.quot); in NSCoordDivRem()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DnsCoord.h51 inline nscoord NSCoordDivRem(nscoord aSpace, size_t aN, nscoord* aQuotient) { in NSCoordDivRem() argument
53 *aQuotient = aSpace / aN; in NSCoordDivRem()
57 *aQuotient = nscoord(result.quot); in NSCoordDivRem()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsCoord.h65 inline nscoord NSCoordDivRem(nscoord aSpace, size_t aN, nscoord* aQuotient) in NSCoordDivRem() argument
68 *aQuotient = aSpace / aN; in NSCoordDivRem()
72 *aQuotient = nscoord(result.quot); in NSCoordDivRem()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsCoord.h71 inline nscoord NSCoordDivRem(nscoord aSpace, size_t aN, nscoord* aQuotient) { in NSCoordDivRem() argument
73 *aQuotient = aSpace / aN; in NSCoordDivRem()
77 *aQuotient = nscoord(result.quot); in NSCoordDivRem()
/dports/www/firefox/firefox-99.0/gfx/src/
H A DnsCoord.h106 inline nscoord NSCoordDivRem(nscoord aSpace, size_t aN, nscoord* aQuotient) {
108 *aQuotient = aSpace / aN;
112 *aQuotient = nscoord(result.quot);