Home
last modified time | relevance | path

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

/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Vector/
H A DVectorUtilities.hxx30 struct VectorUtilities{ struct
41 void copy(const T& a, T2& b){ in copy()
56 void PlusEqual(T& b, const T2& a){ in PlusEqual()
70 void MultEqual(T& b, const T2& a){ in MultEqual()
84 void scale(T& a, const T2& b){ in scale()
94 struct VectorUtilities<0u>{ struct
98 void copy(const T&, T2&){} in copy()
102 void PlusEqual(T&, const T2&){} in PlusEqual()
106 void MinusEqual(T&, const T2&){} in MinusEqual()
110 void MultEqual(T&, const T2&){} in MultEqual()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/d3d11/
H A DReadbackManagerD3D11.h30 * @param aTexture D3D10_USAGE_STAGING texture that will contain the data that
44 // The invariant maintained by |mTaskSemaphore| is that the readback thread
56 // FiFo list of readback tasks that are to be executed. Access is synchronized in PlusEqual()
65 #endif /* GFX_READBACKMANAGERD3D11_H */