Home
last modified time | relevance | path

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

1234

/hardware/google/gfxstream/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 …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dqueue.c50 Queue *q = (Queue *) malloc(sizeof(Queue)); in alloc_queue() local
60 void free_queue(Queue *q) in free_queue()
67 void free_queue_and_qelement(Queue *q) in free_queue_and_qelement()
77 int push(Queue *q, void * element) in push()
99 void *pop(Queue *q) in pop()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dqueue.c52 Queue *q = (Queue *) malloc(sizeof(Queue)); in alloc_queue() local
61 void free_queue(Queue *q) in free_queue()
69 void free_queue_and_qelement(Queue *q) in free_queue_and_qelement()
79 int push(Queue *q, void * element) in push()
104 void *pop(Queue *q) in pop()
/hardware/google/gfxstream/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
/hardware/google/graphics/common/libhwc2.1/libvrr/
DEventQueue.h48 std::priority_queue<VrrControllerEvent> q; in dropEvent() local
61 std::priority_queue<VrrControllerEvent> q; in getNumberOfEvents() local
/hardware/google/gfxstream/guest/vulkan_enc/
DResources.cpp209 struct goldfish_vk_object_list* q = *begin; in appendObject() local
228 struct goldfish_vk_object_list* q = *begin; in eraseObject() local
253 struct goldfish_vk_object_list* q = *begin; in eraseObjects() local
266 struct goldfish_vk_object_list* q = begin; in forAllObjects() local
/hardware/google/gfxstream/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()
/hardware/google/aemu/base/include/aemu/base/testing/
DGlmTestHelpers.h27 inline void PrintTo(const glm::quat& q, std::ostream* os) { in PrintTo()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dml_math_func.c219 void inv_q_normalize(long *q) in inv_q_normalize()
225 void inv_q_invert(const long *q, long *qInverted) in inv_q_invert()
247 void inv_q_rotate(const long *q, const long *in, long *out) in inv_q_rotate()
283 void inv_q_normalizef(float *q) in inv_q_normalizef()
311 void inv_q_norm4(float *q) in inv_q_norm4()
328 void inv_q_invertf(const float *q, float *qInverted) in inv_q_invertf()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dml_math_func.c219 void inv_q_normalize(long *q) in inv_q_normalize()
225 void inv_q_invert(const long *q, long *qInverted) in inv_q_invert()
247 void inv_q_rotate(const long *q, const long *in, long *out) in inv_q_rotate()
283 void inv_q_normalizef(float *q) in inv_q_normalizef()
311 void inv_q_norm4(float *q) in inv_q_norm4()
328 void inv_q_invertf(const float *q, float *qInverted) in inv_q_invertf()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c235 struct pktq_prec *q; in pktq_penq() local
264 struct pktq_prec *q; in pktq_penq_head() local
292 struct pktq_prec *q; in pktq_pdeq() local
317 struct pktq_prec *q; in pktq_pdeq_prev() local
343 struct pktq_prec *q; in pktq_pdeq_with_fn() local
381 struct pktq_prec *q; in pktq_pdeq_tail() local
410 struct pktq_prec *q; in pktq_pflush() local
442 struct pktq_prec *q; in pktq_pdel() local
502 struct pktq_prec *q; in pktq_deq() local
535 struct pktq_prec *q; in pktq_deq_tail() local
[all …]
/hardware/qcom/sm8150/gps/utils/
DMsgTask.cpp44 inline MTRunnable(const void* q) : mQ(q) {} in MTRunnable()
/hardware/qcom/sm7250/gps/utils/
DMsgTask.cpp44 inline MTRunnable(const void* q) : mQ(q) {} in MTRunnable()
/hardware/qcom/gps/msm8960/core/
DMsgTask.cpp63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_vec4.hpp47 struct { T s, t, p, q; }; member
74 union { T w, a, q; }; member
/hardware/google/camera/common/sensor_listener/
Dgoog_sensor_wrapper.cc152 new EventQueueCallback(this), [this](const auto& q, auto result) { in InitializeEventQueueLocked()
/hardware/google/gfxstream/common/etc/
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
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h160 static inline void cirq_reset(mm_jpeg_cirq_t *q) in cirq_reset()
180 #define cirq_empty(q) (q->count == 0) argument
194 #define cirq_full(q) (q->count == MM_JPEG_CIRQ_SIZE) argument
209 #define cirq_enqueue(q, type, data) ({ \ argument
236 #define cirq_dequeue(q, type, data) ({ \ argument
/hardware/qcom/gps/msm8084/core/
DMsgTask.cpp63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask()
/hardware/qcom/gps/msm8994/core/
DMsgTask.cpp63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask()
/hardware/qcom/gps/core/
DMsgTask.cpp63 MsgTask::MsgTask(const void* q, tAssociate associator) : in MsgTask()

1234