Home
last modified time | relevance | path

Searched refs:from_cent (Results 1 – 4 of 4) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dunits.h431 inline constexpr quantity<value_type, money_in_cent_tag> from_cent( in from_cent() function
440 return from_cent<value_type>( v * 100 ); in from_usd()
452 return v / from_cent<value_type>( 1 ); in to_cent()
725 return units::from_cent( v );
731 return units::from_cent( v );
H A Dassign.h452 out = units::from_cent( obj.get_int( name ) );
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dunits.h431 inline constexpr quantity<value_type, money_in_cent_tag> from_cent( in from_cent() function
440 return from_cent<value_type>( v * 100 ); in from_usd()
452 return v / from_cent<value_type>( 1 ); in to_cent()
725 return units::from_cent( v );
731 return units::from_cent( v );
H A Dassign.h452 out = units::from_cent( obj.get_int( name ) );