Home
last modified time | relevance | path

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

/dports/graphics/enblend/enblend-enfuse-4.2/src/
H A Dnearest.h359 struct saturating_subtract struct
361 typedef ValueType first_argument_type;
362 typedef ValueType second_argument_type;
363 typedef ValueType result_type;
365 result_type operator()(const first_argument_type& v1, in operator()