Home
last modified time | relevance | path

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

123456

/device/generic/vulkan-cereal/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/angle/src/image_util/
Dloadimage.cpp33 for (size_t z = 0; z < depth; z++) in LoadA8ToRGBA8() local
76 for (size_t z = 0; z < depth; z++) in LoadA8ToRGBA8() local
117 for (size_t z = 0; z < depth; z++) in LoadA32FToRGBA32F() local
146 for (size_t z = 0; z < depth; z++) in LoadA16FToRGBA16F() local
175 for (size_t z = 0; z < depth; z++) in LoadL8ToRGBA8() local
220 for (size_t z = 0; z < depth; z++) in LoadL32FToRGBA32F() local
249 for (size_t z = 0; z < depth; z++) in LoadL16FToRGBA16F() local
278 for (size_t z = 0; z < depth; z++) in LoadLA8ToRGBA8() local
322 for (size_t z = 0; z < depth; z++) in LoadLA32FToRGBA32F() local
351 for (size_t z = 0; z < depth; z++) in LoadLA16FToRGBA16F() local
[all …]
/device/generic/vulkan-cereal/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
/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_car/blueline_car/evs/
Dapp_config.json26 "z" : 48, number
40 "z" : 48, number
54 "z" : 88, number
68 "z" : 88, number
/device/generic/vulkan-cereal/base/msvc-posix-compat/src/
Dgettimeofday.c22 int getntptimeofday(struct timespec* tp, struct timezone* z) { in getntptimeofday()
58 int gettimeofday(struct timeval* p, struct timezone* z) { in gettimeofday()
/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/angle/src/tests/gl_tests/gles1/
DMatrixBuiltinsTest.cpp40 constexpr float z = 1.0f; in TEST_P() local
59 constexpr float z = 1.0f; in TEST_P() local
80 constexpr float z = 27.0f; in TEST_P() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationGL2.cpp66 GLdouble z) in ValidateVertexAttrib3d()
76 bool ValidateVertexAttrib3s(const Context *context, GLuint index, GLshort x, GLshort y, GLshort z) in ValidateVertexAttrib3s()
105 GLubyte z, in ValidateVertexAttrib4Nub()
135 GLdouble z, in ValidateVertexAttrib4d()
155 GLshort z, in ValidateVertexAttrib4s()
/device/generic/vulkan-cereal/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/generic/vulkan-cereal/third-party/angle/src/common/
Dvector_utils.h147 Type &z() { return this->mData[2]; } in z() function
151 const Type &z() const { return this->mData[2]; } in z() function
167 Type &z() { return this->mData[2]; } in z() function
172 const Type &z() const { return this->mData[2]; } in z() function
/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/generic/vulkan-cereal/base/
Dmsvc.cpp96 int getntptimeofday(struct timespec* tp, struct timezone* z) { in getntptimeofday()
132 int gettimeofday(struct timeval* p, struct timezone* z) { in gettimeofday()
/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()

123456