Home
last modified time | relevance | path

Searched refs:Q (Results 1 – 25 of 49) sorted by relevance

12

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_vec4.hpp94 template <precision Q>
95 GLM_FUNC_DECL GLM_CONSTEXPR_SIMD tvec4(tvec4<T, Q> const& v);
114 template <typename A, typename B, typename C, precision Q>
115 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR tvec4(tvec2<A, Q> const & a, B b, C c);
117 template <typename A, typename B, typename C, precision Q>
118 …GLM_FUNC_DECL GLM_CONSTEXPR_CTOR tvec4(tvec2<A, Q> const & a, tvec1<B, Q> const & b, tvec1<C, Q> c…
120 template <typename A, typename B, typename C, precision Q>
121 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR tvec4(A a, tvec2<B, Q> const & b, C c);
123 template <typename A, typename B, typename C, precision Q>
124 …GLM_FUNC_DECL GLM_CONSTEXPR_CTOR tvec4(tvec1<A, Q> const & a, tvec2<B, Q> const & b, tvec1<C, Q> c…
[all …]
Dtype_vec1.hpp90 template <precision Q>
91 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR tvec1(tvec1<T, Q> const & v);
101 template <typename U, precision Q>
102 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR GLM_EXPLICIT tvec1(tvec2<U, Q> const & v);
104 template <typename U, precision Q>
105 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR GLM_EXPLICIT tvec1(tvec3<U, Q> const & v);
107 template <typename U, precision Q>
108 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR GLM_EXPLICIT tvec1(tvec4<U, Q> const & v);
111 template <typename U, precision Q>
112 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR GLM_EXPLICIT tvec1(tvec1<U, Q> const & v);
Dtype_vec3.hpp91 template <precision Q>
92 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR tvec3(tvec3<T, Q> const & v);
111 template <typename A, typename B, precision Q>
112 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR tvec3(tvec2<A, Q> const & a, B b);
114 template <typename A, typename B, precision Q>
115 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR tvec3(tvec2<A, Q> const & a, tvec1<B, Q> const & b);
117 template <typename A, typename B, precision Q>
118 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR tvec3(A a, tvec2<B, Q> const & b);
120 template <typename A, typename B, precision Q>
121 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR tvec3(tvec1<A, Q> const & a, tvec2<B, Q> const & b);
[all …]
Dtype_vec4.inl174 template <precision Q>
175 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, Q> const & v)
218 template <typename A, typename B, typename C, precision Q>
219 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec2<A, Q> const & a, B b, C c) :
227 template <typename A, typename B, typename C, precision Q>
228 …IFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec2<A, Q> const & a, tvec1<B, Q> const & b, tvec1<C,…
236 template <typename A, typename B, typename C, precision Q>
237 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(A s1, tvec2<B, Q> const & v, C s2) :
245 template <typename A, typename B, typename C, precision Q>
246 …IFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec1<A, Q> const & a, tvec2<B, Q> const & b, tvec1<C,…
[all …]
Dtype_mat2x3.hpp32 template <precision Q>
33 GLM_FUNC_DECL tmat2x3(tmat2x3<T, Q> const & m);
58 template <typename U, precision Q>
59 GLM_FUNC_DECL GLM_EXPLICIT tmat2x3(tmat2x3<U, Q> const & m);
Dtype_mat3x4.hpp32 template <precision Q>
33 GLM_FUNC_DECL tmat3x4(tmat3x4<T, Q> const & m);
65 template <typename U, precision Q>
66 GLM_FUNC_DECL GLM_EXPLICIT tmat3x4(tmat3x4<U, Q> const & m);
Dtype_mat2x4.hpp32 template <precision Q>
33 GLM_FUNC_DECL tmat2x4(tmat2x4<T, Q> const & m);
60 template <typename U, precision Q>
61 GLM_FUNC_DECL GLM_EXPLICIT tmat2x4(tmat2x4<U, Q> const & m);
Dtype_mat4x2.hpp32 template <precision Q>
33 GLM_FUNC_DECL tmat4x2(tmat4x2<T, Q> const & m);
70 template <typename U, precision Q>
71 GLM_FUNC_DECL GLM_EXPLICIT tmat4x2(tmat4x2<U, Q> const & m);
Dtype_mat3x2.hpp32 template <precision Q>
33 GLM_FUNC_DECL tmat3x2(tmat3x2<T, Q> const & m);
65 template <typename U, precision Q>
66 GLM_FUNC_DECL GLM_EXPLICIT tmat3x2(tmat3x2<U, Q> const & m);
Dtype_mat2x2.hpp31 template <precision Q>
32 GLM_FUNC_DECL tmat2x2(tmat2x2<T, Q> const & m);
57 template <typename U, precision Q>
58 GLM_FUNC_DECL GLM_EXPLICIT tmat2x2(tmat2x2<U, Q> const & m);
Dtype_mat4x3.hpp32 template <precision Q>
33 GLM_FUNC_DECL tmat4x3(tmat4x3<T, Q> const & m);
70 template <typename U, precision Q>
71 GLM_FUNC_DECL GLM_EXPLICIT tmat4x3(tmat4x3<U, Q> const & m);
Dtype_vec2.hpp91 template <precision Q>
92 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR tvec2(tvec2<T, Q> const& v);
111 template <typename U, precision Q>
112 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR GLM_EXPLICIT tvec2(tvec3<U, Q> const & v);
114 template <typename U, precision Q>
115 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR GLM_EXPLICIT tvec2(tvec4<U, Q> const & v);
118 template <typename U, precision Q>
119 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR GLM_EXPLICIT tvec2(tvec2<U, Q> const & v);
Dtype_mat3x3.hpp31 template <precision Q>
32 GLM_FUNC_DECL tmat3x3(tmat3x3<T, Q> const & m);
64 template <typename U, precision Q>
65 GLM_FUNC_DECL GLM_EXPLICIT tmat3x3(tmat3x3<U, Q> const & m);
Dtype_mat4x4.hpp31 template <precision Q>
32 GLM_FUNC_DECL tmat4x4(tmat4x4<T, Q> const & m);
69 template <typename U, precision Q>
70 GLM_FUNC_DECL GLM_EXPLICIT tmat4x4(tmat4x4<U, Q> const & m);
Dtype_vec1.inl25 template <precision Q>
26 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, Q> const & v)
44 template <typename U, precision Q>
45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<U, Q> const & v)
50 template <typename U, precision Q>
51 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec2<U, Q> const & v)
56 template <typename U, precision Q>
57 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec3<U, Q> const & v)
62 template <typename U, precision Q>
63 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec4<U, Q> const & v)
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.es333 �����"�_Q��!�A���q;���3�j:PK~.o'�"il���+����7ͩqg�w�N�~q�D�� �
336 �M��{�)��^ˬLa\���H��lmxA��Bx�cE�ϸ��r ���+U~��p�Q�����z���u��1XW�P+���g�g��[��у{�T�Zy�
351 …�7� �f�� �!��:�U���y���v�����7��|����g|�k7�K¯�+�Z���m��D��+�5���Q��̓�Ww��d3����s�����…
358 …��������OL���lٯ�Mp��j�Fs�{��<*#x裂8�����W1aJ(~4x��sL0l���6���v��Q���C�U�:>B�dz���…
360 ;�ߕ^���~�$I��Q�V ��̫����xA #�;y&�a�ڣ£~o�v{���U��>�0J��j����
361 �ՃC�)�%� /�zJ��2����d���d�EQ�)��@2�7�9o s'9Bː�-*ݫ2C�.2Q�(Wg���&E��R��������ۮ;�¹��6��,��2n�…
362 �¸Q��D��PA?,oT5��¥�p��~?ƞ�xk� [Ob��
377 0C���$«���x�ּ3�~�}��{a��<�8cO���c�C FHO�R�aߋ $��Q���t�<�/�P��7��ps#-.R"�u]�J�~G
397 Q���k����n�����]�dž��~?�������?���\�����wձ�n�
399 �ޫ���������p�R�q _ӟ14'�{��X��77��0/q��um6�$�6�Q�(&������3ٚ����r�0X�)s���s�MF��<d~��ݴC(��…
[all …]
Dtuner_frontend_input.ts11 �����"�_Q��!�A���q;���3�j:PK~.o'�"il���+��G���7ͩqg�w�N�~q�D�� �
14 �M��{�)��^ˬLa\���H��lmxA��BG�x�cE�ϸ��r ���+U~��p�Q�����z���u��1XW�P+���g�g��[��у{�T�…
38 ;�ߕ^���~�$I��Q�V ��̫����xA #�;y&�a�ڣ£~o�v{���U��>�0J��j����
143 …?�����"-��<x�O>�����˄ zwBs��4���I���돕"$���?���v����xO�i5p)[��l�>Q�G�����7`cYAf��*��Q�…
156 ���i�q���O�'� p=^I���0M�݅G����Q���c�[$&��Gtc�� Ŭ$rϿ���
157 …Trr�����ox�q��W$l�?j��#N��šB�W%E8�늷����E�i>���a\�� ?ֱOp_��u&G&Q���3b��]�j��A�/�…
162 ������wRI(���,�7��<�R3�$n�ά��3�j9���T9��6���>V����w���p=|t�v���s�W��a\bژ��g�Q�����,AV…
170 …8�4s��?���?���Ϗ����B��� "C�x�?���\@�㰎`�i���C����튴�����H�_��� � &�ġ<Q���p�5�pIG�o"ʨ&-B…
188 …B[Y���ͤ��?�Ɏʩ��Aj�bG�!;wp�2�BQ5Ǣ�M-��� p���\�u������<��gg�w^_{���s�:��R��Q�j��%X�$��ׅ��Gd
191 V`$�]�z�Q���юX���0�P �:Ӟxv��^�n1��S��a偍SF�2�@�c)0܋}�W��1��G��j o��_���.l��Z��T-�����-� …
[all …]
/hardware/interfaces/gnss/2.0/
DIGnssMeasurementCallback.hal418 … * Value "Q" represents GPS L5 Q, GLONASS G3 Q, GALILEO E5a Q, GALILEO E5b Q, GALILEO E5a+b Q,
419 * SBAS L5 Q, QZSS L5 Q, BDS B1 Q, BDS B2 Q, BDS B3 Q.
425 * Value "X" represents GPS L1C (D+P), GPS L2C (M+L), GPS L5 (I+Q), GLONASS G3 (I+Q),
426 * GALILEO E1 (B+C), GALILEO E5a (I+Q), GALILEO E5b (I+Q), GALILEO E5a+b(I+Q),
427 * GALILEO E6 (B+C), SBAS L5 (I+Q), QZSS L1C (D+P), QZSS L2C (M+L), QZSS L5 (I+Q),
428 * LEX(6) (S+L), BDS B1 (I+Q), BDS B1C (D+P), BDS B2 (I+Q), BDS B3 (I+Q), IRNSS L5 (B+C).
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Ddual_quaternion.hpp58 template <precision Q>
59 GLM_FUNC_DECL GLM_CONSTEXPR tdualquat(tdualquat<T, Q> const & d);
70 template <typename U, precision Q>
71 GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tdualquat(tdualquat<U, Q> const & q);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DCOPYING.adoc52 Q: Why are the HTML and PDF Specifications posted on Khronos' website under
62 Q: Does Khronos allow the creation and distribution of modified versions of
71 Q: Can I contribute changes to the Vulkan Specification?
80 Q: Can you change the license on your files so they are compatible with my
/hardware/interfaces/radio/1.3/
DIRadioResponse.hal23 * Note: IRadio 1.3 is an intermediate layer between Android P and Android Q. It's specifically
24 * designed for CBRS related interfaces. All other interfaces for Q are added in IRadio 1.4.
/hardware/interfaces/radio/config/1.1/
DIRadioConfigResponse.hal25 * Note: IRadioConfig 1.1 is an intermediate layer between Android P and Android Q.
27 * for Q are be added in IRadioConfig 1.2.
Dtypes.hal20 * Note: IRadioConfig 1.1 is an intermediate layer between Android P and Android Q.
22 * for Q are be added in IRadioConfig 1.2.
/hardware/qcom/wlan/wcn6740/wcnss-service/
DAndroid.mk13 ifeq ($(filter 10% Q% q%,$(TARGET_PLATFORM_VERSION)),)
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dquaternion.hpp83 template <precision Q>
84 GLM_FUNC_DECL GLM_CONSTEXPR tquat(tquat<T, Q> const & q);
94 template <typename U, precision Q>
95 GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tquat(tquat<U, Q> const & q);

12