Home
last modified time | relevance | path

Searched refs:qw (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_symbolic_physical.cpp169 float qw = (uqw / 64.0f) * (weight_quant_levels - 1.0f); in symbolic_to_physical() local
170 int qwi = static_cast<int>(qw + 0.5f); in symbolic_to_physical()
174 qw = (uqw / 64.0f) * (weight_quant_levels - 1.0f); in symbolic_to_physical()
175 qwi = static_cast<int>(qw + 0.5f); in symbolic_to_physical()
184 float qw = (uqw / 64.0f) * (weight_quant_levels - 1.0f); in symbolic_to_physical() local
185 int qwi = static_cast<int>(qw + 0.5f); in symbolic_to_physical()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Daccelstructures.adoc1449 * pname:qw is the w component of the rotation quaternion
1473 {empty}:: [eq]#code:R = [ pname:qx, pname:qy, pname:qz, pname:qw ]#
1483 {empty}:: [eq]#pname:qw = cos(code:theta/2)#
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.es686 �� ~qw����y{u�Q���Ǟ�k������L�c��xm��7�w?![���#�I��o�O��g���O��>���N����W�D�����\=0����…
951qw|8����Ǻ�C����W��Ȏ���<g�ys]�l{�A9֝���BE7��6��s�����M4�O�H�1�� ��|��dV(�u^+�¢�0� p�$…
3150 O#��Pz7F��i�#h�`����Ư0*�N>��T�T��?qw����IƳ��N��٩Y�'k� �>)����
3187 � �����qw�ݵ�<P���<.yU�����3���4�[/�}\f�L�cZ �}p�I�� ����.��}��è_~4�Œ<
3754 �{ ���~'Y˔��,B�\\CPܾ�O��� qw
4013 ��~=�2�XEh�����:�- �qw�� �U��Q����6��0*�3�CT���1�ُn4ч��b��J0\>�t&�ƺ
4829 A� XB��]�qw]�o�û����j����5mUx��W�}��u75>������H�b������q.@Aǚ_��s�r&����r��]�^�LW|��ƫb
4887 qw ~:A�4H�H�"�d��p��Vp@�Ҿ�M����*��(���vG@� �͔ P�%UV-x+.l��UV-VjO_�Ro�+�)9�G�jJ��a�xn���…
5018 ��8�G�y�D�g�C����X�qw�T j����
5379 ���t4�6� ���],q��(4��7́�8V(�8�%��O�R� ���N �W5��3�@a�f�A�hU��4��أ8�@qw^��
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h15266 float qw; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp739 VULKAN_HPP_HASH_COMBINE( seed, sRTDataNV.qw ); in operator ()()