| /device/generic/vulkan-cereal/include/glm/gtx/ |
| D | extended_min_max.inl | 10 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 …]
|
| D | associated_min_max.inl | 58 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 …]
|
| D | simd_quat.inl | 49 …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/ |
| D | loadimage.cpp | 33 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/ |
| D | bitfield.inl | 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… 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 …]
|
| D | quaternion.hpp | 56 struct { T x, y, z, w;}; member 67 T x, y, z, w; member
|
| /device/google/trout/product_files/etc/automotive/evs/ |
| D | config_override.json | 29 "z" : 48, number 40 "z" : 48, number 51 "z" : 88, number 62 "z" : 88, number
|
| /device/google/contexthub/firmware/os/algos/common/math/ |
| D | vec.h | 50 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/ |
| D | app_config.json | 26 "z" : 48, number 40 "z" : 48, number 54 "z" : 88, number 68 "z" : 88, number
|
| /device/generic/vulkan-cereal/base/msvc-posix-compat/src/ |
| D | gettimeofday.c | 22 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/ |
| D | fdlibm.h | 386 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/ |
| D | accel_cal.c | 239 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/ |
| D | MatrixBuiltinsTest.cpp | 40 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/ |
| D | validationGL2.cpp | 66 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/ |
| D | type_vec3.hpp | 30 T x, y, z; member 45 struct{ T x, y, z; }; member 71 union { T z, b, p; }; member
|
| D | type_vec4.hpp | 30 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/ |
| D | vector_utils.h | 147 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/ |
| D | variant.h | 43 #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/ |
| D | variant.h | 50 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument 56 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
|
| /device/generic/vulkan-cereal/base/ |
| D | msvc.cpp | 96 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/ |
| D | variant.h | 61 #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/ |
| D | mag_sphere_fit.c | 74 float z) { in magCalSphereDataUpdate() 122 float z) { in magCalSphereUpdate()
|
| /device/google/contexthub/util/nanotool/ |
| D | calibrationfile.cpp | 99 int32_t z) { in SetTripleAxis() 109 int32_t z, int32_t w) { in SetFourAxis()
|
| /device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/ |
| D | mag_cal.c | 142 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/ |
| D | diversity_checker.c | 75 float x, float y, float z) { in diversityCheckerFindNearestPoint() 111 float y, float z) { in diversityCheckerUpdate()
|