Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 189) sorted by relevance

12345678

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dextended_min_max.inl9 T const & y,
19 typename C<T>::T const & y,
30 C<T> const & y,
41 T const & y,
53 typename C<T>::T const & y,
65 C<T> const & y,
76 T const & y,
86 typename C<T>::T const & y,
97 C<T> const & y,
108 T const & y,
[all …]
Dscalar_relational.inl10 T const & y
20 T const & y
30 T const & y
40 T const & y
50 T const & y
60 T const & y
Dvector_angle.inl10 genType const & y
21 vecType<T, P> const & y
33 tvec2<T, P> const & y
49 tvec3<T, P> const & y,
Dinteger.inl7 GLM_FUNC_QUALIFIER int pow(int x, int y)
66 GLM_FUNC_QUALIFIER int mod(int x, int y)
112 GLM_FUNC_QUALIFIER uint pow(uint x, uint y)
136 GLM_FUNC_QUALIFIER uint mod(uint x, uint y)
153 int y, m, n; local
Dcompatibility.hpp38 …template <typename T> GLM_FUNC_QUALIFIER T lerp(T x, T y, T a){return mix(x, y, a);} … in lerp()
39 … GLM_FUNC_QUALIFIER tvec2<T, P> lerp(const tvec2<T, P>& x, const tvec2<T, P>& y, T a){return mix(x… in lerp()
41 … GLM_FUNC_QUALIFIER tvec3<T, P> lerp(const tvec3<T, P>& x, const tvec3<T, P>& y, T a){return mix(x… in lerp()
42 … GLM_FUNC_QUALIFIER tvec4<T, P> lerp(const tvec4<T, P>& x, const tvec4<T, P>& y, T a){return mix(x… in lerp()
43 … GLM_FUNC_QUALIFIER tvec2<T, P> lerp(const tvec2<T, P>& x, const tvec2<T, P>& y, const tvec2<T, P>… in lerp()
44 … GLM_FUNC_QUALIFIER tvec3<T, P> lerp(const tvec3<T, P>& x, const tvec3<T, P>& y, const tvec3<T, P>… in lerp()
45 … GLM_FUNC_QUALIFIER tvec4<T, P> lerp(const tvec4<T, P>& x, const tvec4<T, P>& y, const tvec4<T, P>… in lerp()
52 …template <typename T, precision P> GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);} … in atan2()
53 …GLM_FUNC_QUALIFIER tvec2<T, P> atan2(const tvec2<T, P>& x, const tvec2<T, P>& y){return atan(x, y)… in atan2()
54 …GLM_FUNC_QUALIFIER tvec3<T, P> atan2(const tvec3<T, P>& x, const tvec3<T, P>& y){return atan(x, y)… in atan2()
[all …]
Dnormalize_dot.inl7 GLM_FUNC_QUALIFIER T normalizeDot(vecType<T, P> const & x, vecType<T, P> const & y)
13 GLM_FUNC_QUALIFIER T fastNormalizeDot(vecType<T, P> const & x, vecType<T, P> const & y)
Dassociated_min_max.inl8 GLM_FUNC_QUALIFIER U associatedMin(T x, U a, T y, U b)
17 vecType<T, P> const & y, vecType<U, P> const & b
27 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin
43 vecType<T, P> const & y, U b
57 T y, U b,
69 vecType<T, P> const & y, vecType<U, P> const & b,
84 T y, U b,
102 vecType<T, P> const & y, vecType<U, P> const & b,
121 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin
147 vecType<T, P> const & y, U b,
[all …]
Dfast_exponential.inl8 GLM_FUNC_QUALIFIER genType fastPow(genType x, genType y)
14 GLM_FUNC_QUALIFIER vecType<T, P> fastPow(vecType<T, P> const & x, vecType<T, P> const & y)
20 GLM_FUNC_QUALIFIER T fastPow(T x, int y)
29 GLM_FUNC_QUALIFIER vecType<T, P> fastPow(vecType<T, P> const & x, vecType<int, P> const & y)
Dcommon.inl96 GLM_FUNC_QUALIFIER genType fmod(genType x, genType y)
102 GLM_FUNC_QUALIFIER vecType<T, P> fmod(vecType<T, P> const & x, T y) argument
108 GLM_FUNC_QUALIFIER vecType<T, P> fmod(vecType<T, P> const & x, vecType<T, P> const & y)
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Depsilon.inl18 float const & y,
29 double const & y,
40 float const & y,
51 double const & y,
62 vecType<T, P> const & y,
73 vecType<T, P> const & y,
84 vecType<T, P> const & y,
95 vecType<T, P> const & y,
106 tquat<T, P> const & y,
118 tquat<T, P> const & y,
Dbitfield.inl19 GLM_FUNC_QUALIFIER glm::uint16 bitfieldInterleave(glm::uint8 x, glm::uint8 y)
37 GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint16 x, glm::uint16 y)
58 GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint32 x, glm::uint32 y)
82 GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint8 x, glm::uint8 y, glm::uint8 z)
108 GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint16 x, glm::uint16 y, glm::uint16 z)
138 GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint32 x, glm::uint32 y, glm::uint32 z)
168 …GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint8 x, glm::uint8 y, glm::uint8 z, glm::u…
194 …GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint16 x, glm::uint16 y, glm::uint16 z, glm…
301 GLM_FUNC_QUALIFIER int16 bitfieldInterleave(int8 x, int8 y)
322 GLM_FUNC_QUALIFIER uint16 bitfieldInterleave(uint8 x, uint8 y)
[all …]
Dquaternion.hpp56 struct { T x, y, z, w;}; member
67 T x, y, z, w; member
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image.cpp105 for (unsigned int y = 0; y < dim_y; y++) in determine_image_components() local
126 for (unsigned int y = 0; y < dim_y; y++) in determine_image_components() local
150 for (unsigned int y = 0; y < dim_y; y++) in determine_image_components() local
179 for (unsigned int y = 0; y < dim_y; y++) in astc_img_from_floatx4_array() local
213 for (unsigned int y = 0; y < dim_y; y++) in astc_img_from_unorm8x4_array() local
245 for (unsigned int y = 0; y < dim_y; y++) in floatx4_array_from_astc_img() local
262 for (unsigned int y = 0; y < dim_y; y++) in floatx4_array_from_astc_img() local
285 for (unsigned int y = 0; y < dim_y; y++) in floatx4_array_from_astc_img() local
315 for (unsigned int y = 0; y < dim_y; y++) in unorm8x4_array_from_astc_img() local
332 for (unsigned int y = 0; y < dim_y; y++) in unorm8x4_array_from_astc_img() local
[all …]
Dastcenc_compute_variance.cpp150 #define VARBUF1(z, y, x) varbuf1[z * zst + y * yst + x] in compute_pixel_region_variance() argument
151 #define VARBUF2(z, y, x) varbuf2[z * zst + y * yst + x] in compute_pixel_region_variance() argument
167 for (int y = 1; y < padsize_y; y++) in compute_pixel_region_variance() local
211 for (int y = 1; y < padsize_y; y++) in compute_pixel_region_variance() local
250 for (int y = 1; y < padsize_y; y++) in compute_pixel_region_variance() local
283 for (int y = 0; y < padsize_y; y++) in compute_pixel_region_variance() local
298 for (int y = 0; y < padsize_y; y++) in compute_pixel_region_variance() local
312 for (int y = 1; y < padsize_y; y++) in compute_pixel_region_variance() local
330 for (int y = 1; y < padsize_y; y++) in compute_pixel_region_variance() local
363 for (int y = 0; y < size_y; y++) in compute_pixel_region_variance() local
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_vector_relational.inl9 GLM_FUNC_QUALIFIER vecType<bool, P> lessThan(vecType<T, P> const & x, vecType<T, P> const & y)
21 GLM_FUNC_QUALIFIER vecType<bool, P> lessThanEqual(vecType<T, P> const & x, vecType<T, P> const & y)
32 GLM_FUNC_QUALIFIER vecType<bool, P> greaterThan(vecType<T, P> const & x, vecType<T, P> const & y)
43 …_FUNC_QUALIFIER vecType<bool, P> greaterThanEqual(vecType<T, P> const & x, vecType<T, P> const & y)
54 GLM_FUNC_QUALIFIER vecType<bool, P> equal(vecType<T, P> const & x, vecType<T, P> const & y)
65 GLM_FUNC_QUALIFIER vecType<bool, P> notEqual(vecType<T, P> const & x, vecType<T, P> const & y)
Dtype_vec2.hpp30 T x, y; member
45 struct{ T x, y; }; member
71 union {T y, g, t;}; member
Dfunc_integer.inl181 GLM_FUNC_QUALIFIER uint uaddCarry(uint const & x, uint const & y, uint & Carry)
190 … vecType<uint, P> uaddCarry(vecType<uint, P> const & x, vecType<uint, P> const & y, vecType<uint, …
199 GLM_FUNC_QUALIFIER uint usubBorrow(uint const & x, uint const & y, uint & Borrow)
211 …vecType<uint, P> usubBorrow(vecType<uint, P> const & x, vecType<uint, P> const & y, vecType<uint, …
220 GLM_FUNC_QUALIFIER void umulExtended(uint const & x, uint const & y, uint & msb, uint & lsb)
230 …GLM_FUNC_QUALIFIER void umulExtended(vecType<uint, P> const & x, vecType<uint, P> const & y, vecTy…
240 GLM_FUNC_QUALIFIER void imulExtended(int x, int y, int & msb, int & lsb)
250 …GLM_FUNC_QUALIFIER void imulExtended(vecType<int, P> const & x, vecType<int, P> const & y, vecType…
/hardware/google/aemu/base/include/aemu/base/utils/
Dstatus_macros.h33 #define AEMU_INTERNAL_CONCAT_IMPL(x, y) x##y argument
34 #define AEMU_INTERNAL_MACRO_CONCAT(x, y) AEMU_INTERNAL_CONCAT_IMPL(x, y) argument
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h54 #define atan2(x,y) ml_atan2(x,y) argument
64 #define pow(x,y) ml_pow(x,y) argument
70 #define atan2f(x,y) ml_atan2(x,y) argument
87 #define MIN(x,y) (((x)<(y))?(x):(y)) argument
91 #define MAX(x,y) (((x)>(y))?(x):(y)) argument
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h54 #define atan2(x,y) ml_atan2(x,y) argument
64 #define pow(x,y) ml_pow(x,y) argument
70 #define atan2f(x,y) ml_atan2(x,y) argument
87 #define MIN(x,y) (((x)<(y))?(x):(y)) argument
91 #define MAX(x,y) (((x)>(y))?(x):(y)) argument
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DTracing.h44 #define __AEMU_GENSYM2(x,y) x##y argument
45 #define __AEMU_GENSYM1(x,y) __AEMU_GENSYM2(x,y) argument
/hardware/google/aemu/host-common/include/host-common/
DYuvConverter.h41 for (int y = 0; y < nHeight / 2; y++) { variable
54 for (int y = 0; y < nHeight / 2; y++) { variable
/hardware/google/gfxstream/host/
DNativeSubWindow_android.cpp23 int y, in createSubWindow()
42 int y, in moveSubWindow()
DNativeSubWindow_stub.cpp20 EGLNativeWindowType createSubWindow(FBNativeWindowType p_window, int x, int y, int width, in createSubWindow()
30 int y, int width, int height, float dpr) { in moveSubWindow()
/hardware/google/aemu/base/include/aemu/base/
DTracing.h86 #define __AEMU_GENSYM2(x,y) x##y argument
87 #define __AEMU_GENSYM1(x,y) __AEMU_GENSYM2(x,y) argument

12345678