| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/ | 
| D | quaternion.inl | 97 		GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(tquat<T, P> const & q) 104 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(tquat<T, Q> const & q) 128 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(tquat<U, Q> const & q) 158 		tquat<T, P> q(T(1) + Dot, LocalW.x, LocalW.y, LocalW.z);  local 202 	GLM_FUNC_QUALIFIER tquat<T, P> conjugate(tquat<T, P> const & q) 208 	GLM_FUNC_QUALIFIER tquat<T, P> inverse(tquat<T, P> const & q) 217 		GLM_FUNC_QUALIFIER tquat<T, P> & tquat<T, P>::operator=(tquat<T, P> const & q) 229 	GLM_FUNC_QUALIFIER tquat<T, P> & tquat<T, P>::operator=(tquat<U, P> const & q) 240 	GLM_FUNC_QUALIFIER tquat<T, P> & tquat<T, P>::operator+=(tquat<U, P> const& q) 247 	GLM_FUNC_QUALIFIER tquat<T, P> & tquat<T, P>::operator-=(tquat<U, P> const& q) [all …] 
 | 
| D | type_ptr.inl | 277 		tquat<T, P> const & q 288 		tquat<T, P> & q
  | 
| /device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/ | 
| D | dual_quaternion.inl | 64 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & q, tvec3<T, P> con… 81 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tdualquat<U, Q> const & q) 102 		GLM_FUNC_QUALIFIER tdualquat<T, P> & tdualquat<T, P>::operator=(tdualquat<T, P> const & q) 112 	GLM_FUNC_QUALIFIER tdualquat<T, P> & tdualquat<T, P>::operator=(tdualquat<U, P> const & q) 140 	GLM_FUNC_QUALIFIER tdualquat<T, P> operator+(tdualquat<T, P> const & q) 146 	GLM_FUNC_QUALIFIER tdualquat<T, P> operator-(tdualquat<T, P> const & q) 154 	GLM_FUNC_QUALIFIER tdualquat<T, P> operator+(tdualquat<T, P> const & q, tdualquat<T, P> const & p) 166 	GLM_FUNC_QUALIFIER tvec3<T, P> operator*(tdualquat<T, P> const & q, tvec3<T, P> const & v) 174 	GLM_FUNC_QUALIFIER tvec3<T, P> operator*(tvec3<T, P> const & v,	tdualquat<T, P> const & q) 180 	GLM_FUNC_QUALIFIER tvec4<T, P> operator*(tdualquat<T, P> const & q, tvec4<T, P> const & v) [all …] 
 | 
| D | simd_quat.inl | 37 	GLM_FUNC_QUALIFIER fquatSIMD::fquatSIMD(fquatSIMD const & q) :  function in glm::detail::fquatSIMD 53 GLM_FUNC_QUALIFIER fquatSIMD::fquatSIMD(quat const & q) : 74 	GLM_FUNC_QUALIFIER fquatSIMD& fquatSIMD::operator=(fquatSIMD const & q) 96 GLM_FUNC_QUALIFIER fquatSIMD operator- (fquatSIMD const & q) 170 GLM_FUNC_QUALIFIER fvec4SIMD operator* (fquatSIMD const & q, fvec4SIMD const & v) 192 GLM_FUNC_QUALIFIER fvec4SIMD operator* (fvec4SIMD const & v, fquatSIMD const & q) 197 GLM_FUNC_QUALIFIER fquatSIMD operator* (fquatSIMD const & q, float s) 202 GLM_FUNC_QUALIFIER fquatSIMD operator* (float s, fquatSIMD const & q) 209 GLM_FUNC_QUALIFIER fquatSIMD operator/ (fquatSIMD const & q, float s) 323 	detail::fquatSIMD const & q [all …] 
 | 
| D | quaternion.inl | 10 	GLM_FUNC_QUALIFIER tvec3<T, P> cross(tvec3<T, P> const& v, tquat<T, P> const& q) 16 	GLM_FUNC_QUALIFIER tvec3<T, P> cross(tquat<T, P> const& q, tvec3<T, P> const& v) 46 	GLM_FUNC_QUALIFIER tquat<T, P> exp(tquat<T, P> const& q) 58 	GLM_FUNC_QUALIFIER tquat<T, P> log(tquat<T, P> const& q) 105 	GLM_FUNC_QUALIFIER tvec3<T, P> rotate(tquat<T, P> const& q, tvec3<T, P> const& v) 111 	GLM_FUNC_QUALIFIER tvec4<T, P> rotate(tquat<T, P> const& q, tvec4<T, P> const& v) 117 	GLM_FUNC_QUALIFIER T extractRealComponent(tquat<T, P> const& q) 127 	GLM_FUNC_QUALIFIER T length2(tquat<T, P> const& q)
  | 
| D | rotate_normalized_axis.inl | 46 		tquat<T, P> const & q, 
  | 
| D | color_space.inl | 22 			T q = hsv.z * (T(1) - hsv.y * (T(1) - frac));  local
  | 
| D | intersect.inl | 54 		genType q = glm::cross(s, e1);  local
  | 
| /device/google/contexthub/firmware/os/core/ | 
| D | eventQ.c | 65     struct EvtQueue *q = heapAlloc(sizeof(struct EvtQueue));  in evtQueueAlloc()  local 85 void evtQueueFree(struct EvtQueue* q)  in evtQueueFree() 100 bool evtQueueEnqueue(struct EvtQueue* q, uint32_t evtType, void *evtData,  in evtQueueEnqueue() 158 void evtQueueRemoveAllMatching(struct EvtQueue* q,  in evtQueueRemoveAllMatching() 177 bool evtQueueDequeue(struct EvtQueue* q, uint32_t *evtTypeP, void **evtDataP,  in evtQueueDequeue()
  | 
| /device/google/contexthub/firmware/os/algos/common/math/ | 
| D | quat.c | 21 void initQuat(Quat *q, const struct Mat33 *R) {  in initQuat() 35 void quatToMatrix(struct Mat33 *R, const Quat *q) {  in quatToMatrix() 61 void quatNormalize(Quat *q) {  in quatNormalize()
  | 
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ | 
| D | astcenc_mathlib.h | 149 static inline T min(T p, T q)  in min() 166 static inline T min(T p, T q, T r)  in min() 184 static inline T min(T p, T q, T r, T s)  in min() 200 static inline T max(T p, T q)  in max() 217 static inline T max(T p, T q, T r)  in max() 235 static inline T max(T p, T q, T r, T s)  in max()
  | 
| D | astcenc_weight_align.cpp | 313 		unsigned int q = steps_for_quant_level[i];  in compute_angular_endpoints_for_quant_levels()  local
  | 
| /device/generic/goldfish-opengl/system/vulkan_enc/ | 
| D | Resources.cpp | 196     struct goldfish_vk_object_list* q = *begin;  in appendObject()  local 215     struct goldfish_vk_object_list* q = *begin;  in eraseObject()  local 240     struct goldfish_vk_object_list* q = *begin;  in eraseObjects()  local 253     struct goldfish_vk_object_list* q = begin;  in forAllObjects()  local
  | 
| /device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/ | 
| D | etc.cpp | 248         etc1_byte* q = pOut + channels * (x + 4 * y);  in decode_subblock()  local 269     etc1_byte* q = pOut;  in etc2_T_H_index()  local 372     etc1_byte* q = pOut;  in etc2_decode_block_P()  local 458         etc1_byte* q = pOut + outIdx * decodedElementBytes;  in eac_decode_single_channel_block()  local 838                 etc1_byte* q = block + (cy * 4) * 3;  in etc1_encode_image()  local 932                             const etc1_byte* q = block + (cy * 4) * pixelSize;  in etc2_decode_image()  local 952                             const etc1_byte* q = block + (cy * 4) * 3;  in etc2_decode_image()  local
  | 
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ | 
| D | etc.cpp | 248         etc1_byte* q = pOut + channels * (x + 4 * y);  in decode_subblock()  local 269     etc1_byte* q = pOut;  in etc2_T_H_index()  local 372     etc1_byte* q = pOut;  in etc2_decode_block_P()  local 458         etc1_byte* q = pOut + outIdx * decodedElementBytes;  in eac_decode_single_channel_block()  local 838                 etc1_byte* q = block + (cy * 4) * 3;  in etc1_encode_image()  local 933                             const etc1_byte* q = block + (cy * 4) * pixelSize;  in etc2_decode_image()  local 953                             const etc1_byte* q = block + (cy * 4) * 3;  in etc2_decode_image()  local
  | 
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/ | 
| D | etc.cpp | 248         etc1_byte* q = pOut + channels * (x + 4 * y);  in decode_subblock()  local 269     etc1_byte* q = pOut;  in etc2_T_H_index()  local 372     etc1_byte* q = pOut;  in etc2_decode_block_P()  local 458         etc1_byte* q = pOut + outIdx * decodedElementBytes;  in eac_decode_single_channel_block()  local 838                 etc1_byte* q = block + (cy * 4) * 3;  in etc1_encode_image()  local 932                             const etc1_byte* q = block + (cy * 4) * pixelSize;  in etc2_decode_image()  local 952                             const etc1_byte* q = block + (cy * 4) * 3;  in etc2_decode_image()  local
  | 
| /device/google/contexthub/firmware/lib/builtins/ | 
| D | udivmoddi4.c | 32     udwords q;  in __udivmoddi4()  local
  | 
| /device/google/contexthub/firmware/lib/libm/ | 
| D | ef_sqrt.c | 33 	__int32_t ix,s,q,m,t,i;  local
  | 
| D | ef_asin.c | 47 	float t,w,p,q,c,r,s;  local
  | 
| D | kf_rem_pio2.c | 63 	float z,fw,f[20],fq[20],q[20];  local
  | 
| /device/generic/vulkan-cereal/third-party/glm/include/glm/detail/ | 
| D | type_vec4.hpp | 47 				struct { T s, t, p, q; };  member 74 			union { T w, a, q; };  member
  | 
| /device/google/contexthub/firmware/os/algos/ | 
| D | fusion.c | 264     Quat q = fusion->x0;  in fusionPredict()  local 423 static void getF(struct Vec4 F[3], const struct Vec4 *q) {  in getF() 489     struct Vec4 q;  in fusionUpdate()  local
  | 
| /device/google/bramble/dumpstate/ | 
| D | DumpstateDevice.cpp | 119     char *q = p + sizeof(PosixTarHeader);  in tarCheckSum()  local
  | 
| /device/google/barbet/dumpstate/ | 
| D | DumpstateDevice.cpp | 121     char *q = p + sizeof(PosixTarHeader);  in tarCheckSum()  local
  | 
| /device/google/sunfish/dumpstate/ | 
| D | DumpstateDevice.cpp | 120     char *q = p + sizeof(PosixTarHeader);  in tarCheckSum()  local
  |