/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | norm.inl | 34 GLM_FUNC_QUALIFIER T distance2(T p0, T p1) argument 37 return length2(p1 - p0); 41 GLM_FUNC_QUALIFIER T distance2(vecType<T, P> const & p0, vecType<T, P> const & p1) argument 44 return length2(p1 - p0);
|
D | norm.hpp | 39 vecType<T, P> const & p0,
|
D | simd_vec4.hpp | 434 detail::fvec4SIMD const & p0, 441 detail::fvec4SIMD const & p0,
|
D | simd_vec4.inl | 590 detail::fvec4SIMD const & p0, argument 595 _mm_store_ss(&Result, detail::sse_dst_ps(p0.Data, p1.Data)); 601 detail::fvec4SIMD const & p0, argument 605 return detail::sse_dst_ps(p0.Data, p1.Data);
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_geometric.inl | 25 GLM_FUNC_QUALIFIER static T call(vecType<T, P> const & p0, vecType<T, P> const & p1) 27 return length(p1 - p0); 149 GLM_FUNC_QUALIFIER genType distance(genType const & p0, genType const & p1) argument 153 return length(p1 - p0); 157 GLM_FUNC_QUALIFIER T distance(vecType<T, P> const & p0, vecType<T, P> const & p1) argument 159 return detail::compute_distance<vecType, T, P, detail::is_aligned<P>::value>::call(p0, p1);
|
D | func_geometric_simd.inl | 23 GLM_FUNC_QUALIFIER static float call(tvec4<float, P> const & p0, tvec4<float, P> const & p1) 25 return _mm_cvtss_f32(glm_vec4_distance(p0.data, p1.data));
|
D | func_geometric.hpp | 38 vecType<T, P> const & p0,
|
/hardware/google/gfxstream/third-party/glm/include/glm/simd/ |
D | geometric.h | 20 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_distance(glm_vec4 p0, glm_vec4 p1) in glm_vec4_distance() argument 22 glm_vec4 const sub0 = _mm_sub_ps(p0, p1); in glm_vec4_distance()
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | noise.inl | 705 tvec3<T, P> p0(a0.x, a0.y, h.x); local 711 …tvec4<T, P> norm = detail::taylorInvSqrt(tvec4<T, P>(dot(p0, p0), dot(p1, p1), dot(p2, p2), dot(p3… 712 p0 *= norm.x; 720 return T(42) * dot(m * m, tvec4<T, P>(dot(p0, x0), dot(p1, x1), dot(p2, x2), dot(p3, x3))); 785 tvec4<T, P> p0 = gtc::grad4(j0, ip); local 792 …tvec4<T, P> norm = detail::taylorInvSqrt(tvec4<T, P>(dot(p0, p0), dot(p1, p1), dot(p2, p2), dot(p3… 793 p0 *= norm.x; 805 (dot(m0 * m0, tvec3<T, P>(dot(p0, x0), dot(p1, x1), dot(p2, x2))) +
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 2632 __m128i p0 = _mm_packus_epi16(row0, row1); // a0a1a2a3...a7b0b1b2b3...b7 in stbi__idct_simd() local 2638 dct_interleave8(p0, p2); // a0e0a1e1... in stbi__idct_simd() 2642 dct_interleave8(p0, p1); // a0c0e0g0... in stbi__idct_simd() 2646 dct_interleave8(p0, p2); // a0b0c0d0... in stbi__idct_simd() 2650 _mm_storel_epi64((__m128i *) out, p0); out += out_stride; in stbi__idct_simd() 2651 _mm_storel_epi64((__m128i *) out, _mm_shuffle_epi32(p0, 0x4e)); out += out_stride; in stbi__idct_simd() 2820 uint8x8_t p0 = vqrshrun_n_s16(row0, 1); in stbi__idct_simd() local 2838 dct_trn8_8(p0, p1); in stbi__idct_simd() 2844 dct_trn8_16(p0, p2); in stbi__idct_simd() 2850 dct_trn8_32(p0, p4); in stbi__idct_simd() [all …]
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 2632 __m128i p0 = _mm_packus_epi16(row0, row1); // a0a1a2a3...a7b0b1b2b3...b7 in stbi__idct_simd() local 2638 dct_interleave8(p0, p2); // a0e0a1e1... in stbi__idct_simd() 2642 dct_interleave8(p0, p1); // a0c0e0g0... in stbi__idct_simd() 2646 dct_interleave8(p0, p2); // a0b0c0d0... in stbi__idct_simd() 2650 _mm_storel_epi64((__m128i *) out, p0); out += out_stride; in stbi__idct_simd() 2651 _mm_storel_epi64((__m128i *) out, _mm_shuffle_epi32(p0, 0x4e)); out += out_stride; in stbi__idct_simd() 2820 uint8x8_t p0 = vqrshrun_n_s16(row0, 1); in stbi__idct_simd() local 2838 dct_trn8_8(p0, p1); in stbi__idct_simd() 2844 dct_trn8_16(p0, p2); in stbi__idct_simd() 2850 dct_trn8_32(p0, p4); in stbi__idct_simd() [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1105 prpkt(const char *msg, osl_t *osh, void *p0) in prpkt() argument 1112 for (p = p0; p; p = PKTNEXT(osh, p)) in prpkt()
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_color_manager_drm.cpp | 650 mdp_sixzone->curve[i].p0 = sde_pa->six_zone_curve_p0[i] & kSixZoneP0Mask; in GetDrmPASixZone()
|
/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
D | hw_color_manager_drm.cpp | 650 mdp_sixzone->curve[i].p0 = sde_pa->six_zone_curve_p0[i] & kSixZoneP0Mask; in GetDrmPASixZone()
|
/hardware/interfaces/tv/tuner/assets/ |
D | tuner_frontend_input.ts | 671 AP�/�i�����!d��v���B�2��� D�*t��=(!��p0��0�%V��uĐ1G~�8�K�G.��,n+{�8�K˭��$믻�8�R�3&1… 851 …T�̵�G�z�����)///�x�^ �����x�^)��{�H��z�����z����fLA� �ʋ��{�'�3� ��%p0'LI������'U�ن�FYV9�… 1365 ���c�@��O�($�p0��"���z6G�<�*2��a�&���m$����Qx~QG����U784}爡>~<�����"H�j�I�#>7�A��…
|
D | tuner_frontend_input.es | 926 AP�/�i�����!d��v���B�2��� D�*t��=(!��p0��0�%V��uĐ1G~�8�K�.��,n+{�8�K˭��$믻�8�R�3&1�1�8… 1067 …@�\]T�̵��z�����)///�x�^ �����x�^)��{�H��z�����z����fLA� �ʋ��{�'�3� ��%p0'LI������'U�ن�FYV9�… 1522 ���c�@��O�($�p0��"���z6G�<�*2��a�&���m$����Qx~Q����U784}爡>~<�����"H�j�I�#>7�A��֛� �… 1544 �.�nq7���`%yuA��B��2� ��$!!���fpQ`wW��|��t@\��p���a樤����u=�`4���I�Pj��GYQ8��p0��C����… 2716 …�ڝ��nx,'�J�M����4����u��(���2�nS�R"�z�1-U��NW�$�~�^*~���/_M�������W�p0�`�J�Jц�9w�m�4�$wІ�… 3828 Q~��~#�;`�uz��E�����r�{�X���B��y�5P[w��]��Z�gL���}*~�ʡp05e�6ZSC������NA�����q(�k�… 3864 …i����M����I�h���R���A2��E���ɭC���J��3q��Gfz]���E�w�uA�*hX��!���A(�p0(��a��٢��!%��'�Mm�… 4034 �p0|a-��E�>-E� ��������\�V���C��:���<?/��rU�d6�hl섒V 4989 …�����^�]����(�Y��q�Z��<����F �A���IQ`��3�M���۠!�O�����p���p0�F�A�w��� ����5�?ݺ|… 5587 …����I"27HE�����Wx*�A��g�h�x]���zE�䔩��3�o�T�`wm��еRwg:�c��1Z�����l�4�d�W���#(��L�]���h�p0
|