Home
last modified time | relevance | path

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

/third_party/boost/boost/units/detail/
Dunscale.hpp51 struct unscale struct
54 typedef T type;
62 struct unscale<scaled_base_unit<S, Scale> > struct
64 typedef typename unscale<S>::type type;
69 struct unscale<unit<D, S> > struct
71 typedef unit<D, typename unscale<S>::type> type;
/third_party/boost/boost/units/
Dheterogeneous_system.hpp344 struct unscale<heterogeneous_system<T> > struct
356 > type;
361 struct unscale<heterogeneous_system_dim<Unit, Exponent> > struct
363 typedef heterogeneous_system_dim<typename unscale<Unit>::type, Exponent> type;
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DBlitter.cpp1083 float4 scale, unscale; in ApplyScaleAndClamp() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp1420 float4 scale{}, unscale{}; in ApplyScaleAndClamp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp530 bool Formula::unscale() { in unscale() function in Formula