Searched defs:unscale (Results 1 – 5 of 5) sorted by relevance
51 struct unscale struct54 typedef T type;62 struct unscale<scaled_base_unit<S, Scale> > struct64 typedef typename unscale<S>::type type;69 struct unscale<unit<D, S> > struct71 typedef unit<D, typename unscale<S>::type> type;
344 struct unscale<heterogeneous_system<T> > struct356 > type;361 struct unscale<heterogeneous_system_dim<Unit, Exponent> > struct363 typedef heterogeneous_system_dim<typename unscale<Unit>::type, Exponent> type;
1083 float4 scale, unscale; in ApplyScaleAndClamp() local
1420 float4 scale{}, unscale{}; in ApplyScaleAndClamp() local
530 bool Formula::unscale() { in unscale() function in Formula