Home
last modified time | relevance | path

Searched defs:q (Results 1 – 25 of 44) sorted by relevance

12

/device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/
Dquaternion.inl97 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 …]
Dtype_ptr.inl277 tquat<T, P> const & q
288 tquat<T, P> & q
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Ddual_quaternion.inl64 …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 …]
Dsimd_quat.inl37 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 …]
Dquaternion.inl10 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)
Drotate_normalized_axis.inl46 tquat<T, P> const & q,
Dcolor_space.inl22 T q = hsv.z * (T(1) - hsv.y * (T(1) - frac)); local
Dintersect.inl54 genType q = glm::cross(s, e1); local
/device/google/contexthub/firmware/os/core/
DeventQ.c65 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/
Dquat.c21 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/
Dastcenc_mathlib.h149 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()
Dastcenc_weight_align.cpp313 unsigned int q = steps_for_quant_level[i]; in compute_angular_endpoints_for_quant_levels() local
/device/generic/goldfish-opengl/system/vulkan_enc/
DResources.cpp196 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/
Detc.cpp248 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/
Detc.cpp248 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/
Detc.cpp248 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/
Dudivmoddi4.c32 udwords q; in __udivmoddi4() local
/device/google/contexthub/firmware/lib/libm/
Def_sqrt.c33 __int32_t ix,s,q,m,t,i; local
Def_asin.c47 float t,w,p,q,c,r,s; local
Dkf_rem_pio2.c63 float z,fw,f[20],fq[20],q[20]; local
/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/
Dtype_vec4.hpp47 struct { T s, t, p, q; }; member
74 union { T w, a, q; }; member
/device/google/contexthub/firmware/os/algos/
Dfusion.c264 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/
DDumpstateDevice.cpp119 char *q = p + sizeof(PosixTarHeader); in tarCheckSum() local
/device/google/barbet/dumpstate/
DDumpstateDevice.cpp121 char *q = p + sizeof(PosixTarHeader); in tarCheckSum() local
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp120 char *q = p + sizeof(PosixTarHeader); in tarCheckSum() local

12