Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 104) sorted by relevance

12345

/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Dextended_min_max.inl10 T const & z)
20 typename C<T>::T const & z
31 C<T> const & z
42 T const & z,
54 typename C<T>::T const & z,
66 C<T> const & z,
77 T const & z)
87 typename C<T>::T const & z
98 C<T> const & z
109 T const & z,
[all …]
Dassociated_min_max.inl58 T z, U c
70 vecType<T, P> const & z, vecType<U, P> const & c
85 T z, U c,
103 vecType<T, P> const & z, vecType<U, P> const & c,
125 T z, vecType<U, P> const & c,
148 vecType<T, P> const & z, U c,
219 T z, U c
232 vecType<T, P> const & z, vecType<U, P> const & c
247 T z, vecType<U, P> const & c
262 vecType<T, P> const & z, U c
[all …]
Dsimd_quat.inl49 …UALIFIER fquatSIMD::fquatSIMD(float const & w, float const & x, float const & y, float const & z) :
159 float z; local
461 detail::fquatSIMD z = y; local
527 detail::fquatSIMD z = y; local
595 float const & z
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/
Dbitfield.inl82 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…
379 GLM_FUNC_QUALIFIER int32 bitfieldInterleave(int8 x, int8 y, int8 z)
401 GLM_FUNC_QUALIFIER uint32 bitfieldInterleave(uint8 x, uint8 y, uint8 z)
406 GLM_FUNC_QUALIFIER int64 bitfieldInterleave(int16 x, int16 y, int16 z)
428 GLM_FUNC_QUALIFIER uint64 bitfieldInterleave(uint16 x, uint16 y, uint16 z)
433 GLM_FUNC_QUALIFIER int64 bitfieldInterleave(int32 x, int32 y, int32 z)
[all …]
Dquaternion.hpp56 struct { T x, y, z, w;}; member
67 T x, y, z, w; member
Dpacking.inl187 uint z : 2; member
208 uint z : 4; member
220 uint z : 5; member
231 uint z : 5; member
243 uint z : 10; member
255 int z : 10; member
267 uint z : 9; member
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
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
161 for (int z = zd_start; z < padsize_z; z++) in compute_pixel_region_variance() local
205 for (int z = zd_start; z < padsize_z; z++) in compute_pixel_region_variance() local
244 for (int z = zd_start; z < padsize_z; z++) in compute_pixel_region_variance() local
281 for (int z = 0; z < padsize_z; z++) in compute_pixel_region_variance() local
310 for (int z = zd_start; z < padsize_z; z++) in compute_pixel_region_variance() local
319 for (int z = zd_start; z < padsize_z; z++) in compute_pixel_region_variance() local
356 for (int z = 0; z < size_z; z++) in compute_pixel_region_variance() local
Dastcenccli_image.cpp45 for (unsigned int z = 0; z < dim_z; z++) in alloc_image() local
53 for (unsigned int z = 0; z < dim_z; z++) in alloc_image() local
62 for (unsigned int z = 0; z < dim_z; z++) in alloc_image() local
79 for (unsigned int z = 0; z < img->dim_z; z++) in free_image() local
101 for (unsigned int z = 0; z < dim_z; z++) in determine_image_components() local
122 for (unsigned int z = 0; z < dim_z; z++) in determine_image_components() local
146 for (unsigned int z = 0; z < dim_z; z++) in determine_image_components() local
Dastcenccli_image_load_store.cpp699 unsigned int z; member
776 unsigned int z, in get_format()
1142 for (unsigned int z = 0; z < dim_z; z++) in load_ktx_uncompressed_image() local
1407 for (unsigned int z = 1; z < dim_z; z++) in store_ktx_uncompressed_image() local
1413 for (unsigned int z = 0; z < dim_z; z++) in store_ktx_uncompressed_image() local
1421 for (unsigned int z = 0; z < dim_z; z++) in store_ktx_uncompressed_image() local
1469 for (unsigned int z = 1; z < dim_z; z++) in store_ktx_uncompressed_image() local
1475 for (unsigned int z = 0; z < dim_z; z++) in store_ktx_uncompressed_image() local
1483 for (unsigned int z = 0; z < dim_z; z++) in store_ktx_uncompressed_image() local
1917 for (unsigned int z = 0; z < dim_z; z++) in load_dds_uncompressed_image() local
[all …]
Dastcenc_image.cpp211 for (unsigned int z = 0; z < bsd.zdim; z++) in load_image_block() local
371 for (unsigned int z = z_start; z < z_end; z++) in store_image_block() local
448 for (unsigned int z = z_start; z < z_end; z++) in store_image_block() local
510 for (unsigned int z = z_start; z < z_end; z++) in store_image_block() local
/device/google/trout/product_files/etc/automotive/evs/
Dconfig_override.json29 "z" : 48, number
40 "z" : 48, number
51 "z" : 88, number
62 "z" : 88, number
/device/google/contexthub/firmware/os/algos/common/math/
Dvec.h50 float x, y, z; member
54 float x, y, z, w; member
58 static inline void initVec3(struct Vec3 *v, float x, float y, float z) { in initVec3()
169 static inline void initVec4(struct Vec4 *v, float x, float y, float z, in initVec4()
/device/google/contexthub/firmware/lib/libm/
Dfdlibm.h386 float complex z; member
391 double complex z; member
396 long double complex z; member
400 #define REAL_PART(z) ((z).parts[0]) argument
401 #define IMAG_PART(z) ((z).parts[1]) argument
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.c239 float z) { in accelStillnessDetection()
421 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalUpdateBias()
442 void accelCalBiasSet(struct AccelCal *acc, float x, float y, float z) { in accelCalBiasSet()
449 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalBiasRemove()
457 float y, float z, float temp) { in accelCalRun()
/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/
Dtype_vec3.hpp30 T x, y, z; member
45 struct{ T x, y, z; }; member
71 union { T z, b, p; }; member
Dtype_vec4.hpp30 T x, y, z, w; member
45 struct { T x, y, z, w;}; member
73 union { T z, b, p; }; member
/device/google/contexthub/firmware/variant/nucleo/inc/variant/
Dvariant.h43 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument
49 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
/device/google/contexthub/firmware/variant/lunchbox/inc/variant/
Dvariant.h50 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument
56 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
/device/google/contexthub/firmware/variant/neonkey/inc/variant/
Dvariant.h61 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument
67 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/
Dmag_sphere_fit.c74 float z) { in magCalSphereDataUpdate()
122 float z) { in magCalSphereUpdate()
/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp99 int32_t z) { in SetTripleAxis()
109 int32_t z, int32_t w) { in SetFourAxis()
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
Dmag_cal.c142 float x, float y, float z) { in magCalUpdate()
229 void magCalGetBias(const struct MagCal *moc, float *x, float *y, float *z) { in magCalGetBias()
235 void magCalAddBias(struct MagCal *moc, float x, float y, float z) { in magCalAddBias()
/device/google/contexthub/firmware/os/algos/calibration/diversity_checker/
Ddiversity_checker.c75 float x, float y, float z) { in diversityCheckerFindNearestPoint()
111 float y, float z) { in diversityCheckerUpdate()
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c257 float x, float y, float z, float temperature_celsius) { in gyroCalUpdateGyro()
289 float x, float y, float z) { in gyroCalUpdateMag()
305 float x, float y, float z) { in gyroCalUpdateAccel()
/device/google/contexthub/firmware/os/inc/
Dtoolchain.h70 #define SET_EXTERNAL_APP_ATTRIBUTES(x, y, z) argument
72 #define SET_EXTERNAL_APP_VERSION(x, y, z) argument

12345