Home
last modified time | relevance | path

Searched defs:roundMax (Results 1 – 3 of 3) sorted by relevance

/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/Decimal-0.5.1/src/Data/
H A DDecimal.hs165 roundMax (Decimal _ 0) (Decimal _ 0) = (0,0,0) function
166 roundMax (Decimal e1 n1) (Decimal _ 0) = (e1,n1,0) function
167 roundMax (Decimal _ 0) (Decimal e2 n2) = (e2,0,n2) function
168 roundMax d1@(Decimal e1 n1) d2@(Decimal e2 n2) function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/Decimal-0.5.1/src/Data/
H A DDecimal.hs165 roundMax (Decimal _ 0) (Decimal _ 0) = (0,0,0) function
166 roundMax (Decimal e1 n1) (Decimal _ 0) = (e1,n1,0) function
167 roundMax (Decimal _ 0) (Decimal e2 n2) = (e2,0,n2) function
168 roundMax d1@(Decimal e1 n1) d2@(Decimal e2 n2) function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/Decimal-0.5.2/src/Data/
H A DDecimal.hs165 roundMax (Decimal _ 0) (Decimal _ 0) = (0,0,0) function
166 roundMax (Decimal e1 n1) (Decimal _ 0) = (e1,n1,0) function
167 roundMax (Decimal _ 0) (Decimal e2 n2) = (e2,0,n2) function
168 roundMax d1@(Decimal e1 n1) d2@(Decimal e2 n2) function