Searched defs:otherwise (Results 1 – 3 of 3) sorted by relevance
116 | otherwise = (visited', vertex: sequence') function138 | otherwise = (visited', utSetFromList (vertex: sequence): utSetSequence) function197 | otherwise = x: rmdup (y:xs) function
136 otherwise = sa * Sk4f::Min(da, (d*sa)*(sa-s).approxInvert()) + s*ida + d*isa; in XFERMODE() local152 otherwise = sa*(da-Sk4f::Min(da, (da-d)*sa*s.approxInvert())) + s*ida + d*isa; in XFERMODE() local
125 Sk4f otherwise = sa * Sk4f::Min(da, (d * sa) / (sa - s)) + s * ida + d * isa; in colordodge_4f() local142 Sk4f otherwise = sa * (da - Sk4f::Min(da, (da - d) * sa / s)) + s * ida + d * isa; in colorburn_4f() local