Home
last modified time | relevance | path

Searched refs:RealPromote (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vigra/
H A Dvigra1.6.0.patch851 + typedef double RealPromote;
852 + typedef std::complex<RealPromote> ComplexPromote;
875 + static RealPromote toRealPromote(long long v) { return v; }
877 + static long long fromRealPromote(RealPromote v) {
879 + ? ((v < (RealPromote)LLONG_MIN)
882 + : ((v > (RealPromote)LLONG_MAX)
893 + typedef double RealPromote;
894 + typedef std::complex<RealPromote> ComplexPromote;
919 + static unsigned long long fromRealPromote(RealPromote v) {
922 + : ((v > (RealPromote)ULLONG_MAX)
[all …]
/trunk/main/basebmp/inc/basebmp/
H A Dcolormisc.hxx165 typedef basebmp::Color RealPromote; typedef
180 static RealPromote toRealPromote(const Type& v) { return v; } in toRealPromote()
182 static Type fromRealPromote(const RealPromote& v) { return v; } in fromRealPromote()
H A Dcolortraits.hxx53 const typename vigra::NumericTraits<AlphaType>::RealPromote fAlpha( in operator ()()
66 const typename vigra::NumericTraits<AlphaType>::RealPromote fAlpha( in operator ()()

Completed in 33 milliseconds