/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | extended_min_max.inl | 9 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 …]
|
D | scalar_relational.inl | 10 T const & y 20 T const & y 30 T const & y 40 T const & y 50 T const & y 60 T const & y
|
D | vector_angle.inl | 10 genType const & y 21 vecType<T, P> const & y 33 tvec2<T, P> const & y 49 tvec3<T, P> const & y,
|
D | integer.inl | 7 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
|
D | compatibility.hpp | 38 …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 …]
|
D | normalize_dot.inl | 7 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)
|
D | associated_min_max.inl | 8 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 …]
|
D | fast_exponential.inl | 8 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)
|
D | common.inl | 96 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/ |
D | epsilon.inl | 18 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,
|
D | bitfield.inl | 19 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 …]
|
D | quaternion.hpp | 56 struct { T x, y, z, w;}; member 67 T x, y, z, w; member
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_image.cpp | 105 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 …]
|
D | astcenc_compute_variance.cpp | 150 #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/ |
D | func_vector_relational.inl | 9 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)
|
D | type_vec2.hpp | 30 T x, y; member 45 struct{ T x, y; }; member 71 union {T y, g, t;}; member
|
D | func_integer.inl | 181 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/ |
D | status_macros.h | 33 #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/ |
D | mlmath.h | 54 #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/ |
D | mlmath.h | 54 #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/ |
D | Tracing.h | 44 #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/ |
D | YuvConverter.h | 41 for (int y = 0; y < nHeight / 2; y++) { variable 54 for (int y = 0; y < nHeight / 2; y++) { variable
|
/hardware/google/gfxstream/host/ |
D | NativeSubWindow_android.cpp | 23 int y, in createSubWindow() 42 int y, in moveSubWindow()
|
D | NativeSubWindow_stub.cpp | 20 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/ |
D | Tracing.h | 86 #define __AEMU_GENSYM2(x,y) x##y argument 87 #define __AEMU_GENSYM1(x,y) __AEMU_GENSYM2(x,y) argument
|