Searched refs:hy (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c86 static int denormal_mulf(int hx, int hy) argument
93 iy = hy & 0x7fffffff;
95 return ((hx ^ hy) & 0x80000000);
113 ix |= (hx ^ hy) & 0x80000000;
152 static long long denormal_muld(long long hx, long long hy) argument
159 iy = hy & 0x7fffffffffffffffLL;
161 return ((hx ^ hy) & 0x8000000000000000LL);
185 ix |= (hx ^ hy) & 0x8000000000000000LL;
242 static int denormal_addf(int hx, int hy) argument
247 if ((hx ^ hy)
327 denormal_addd(long long hx, long long hy) argument
459 unsigned int hx, hy; local
502 unsigned int hx, hy; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dfpu.c237 unsigned int hx, hy; local
242 hy = tsk->thread.xstate->hardfpu.fp_regs[m];
248 || (hy & 0x7fffffff) < 0x00100000))) {
254 lly = ((long long)hy << 32)
261 || (hy & 0x7fffffff) < 0x00800000))) {
263 hx = float32_mul(hx, hy);
275 unsigned int hx, hy; local
280 hy = tsk->thread.xstate->hardfpu.fp_regs[m];
286 || (hy & 0x7fffffff) < 0x00100000))) {
292 lly = ((long long)hy << 3
319 unsigned int hx, hy; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dfloor1.c663 int hy=post_Y(fit_valueA,fit_valueB,hn); local
665 if(ly==-1 || hy==-1){
669 if(inspect_error(lx,hx,ly,hy,logmask,logmdct,info)){
684 hy1=hy;
950 int hy=post[current]&0x7fff; local
951 if(hy==post[current]){
953 hy*=info->mult;
956 render_line0(lx,hx,ly,hy,ilogmask);
959 ly=hy;
1075 int hy local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Dlocale-languages.h359 char stringpool_str400[sizeof("hy")];
622 "hy",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex365 6) [hy] = [floor1_final_Y]' element [i] * [floor1_multiplier]
367 8) \link{vorbis:spec:render:line}{render_line}( [lx], [ly], [hx], [hy], [floor] )
369 10) [ly] = [hy]
375 12) \link{vorbis:spec:render:line}{render_line}( [hx], [hy], [n], [hy], [floor] )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/GNOME/
H A Dteam-address18 hy) english=Armenian;;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dpod2man.pl550 .if n .hy 0
609 .ds _ \\k:\h'-(\\n(.wu*9/10-\*(#H+(\*(#F*2/3))'\v'-.4m'\z\(hy\v'.4m'\h'|\\n:u'
613 .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
614 .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
635 . ds D- D\h'-1'\(hy
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl550 .if n .hy 0
609 .ds _ \\k:\h'-(\\n(.wu*9/10-\*(#H+(\*(#F*2/3))'\v'-.4m'\z\(hy\v'.4m'\h'|\\n:u'
613 .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
614 .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
635 . ds D- D\h'-1'\(hy
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dpod2man.pl550 .if n .hy 0
609 .ds _ \\k:\h'-(\\n(.wu*9/10-\*(#H+(\*(#F*2/3))'\v'-.4m'\z\(hy\v'.4m'\h'|\\n:u'
613 .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
614 .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
635 . ds D- D\h'-1'\(hy
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmotion_est.c111 const int hy= suby + (y<<(1+qpel)); local
116 av_assert2(x >= c->xmin && hx <= c->xmax<<(qpel+1) && y >= c->ymin && hy <= c->ymax<<(qpel+1));
117 if(x >= c->xmin && hx <= c->xmax<<(qpel+1) && y >= c->ymin && hy <= c->ymax<<(qpel+1)){
125 int fy = c->direct_basis_mv[i][1] + hy;
127 int by = hy ? fy - c->co_located_mv[i][1] : c->co_located_mv[i][1]*(time_pb - time_pp)/time_pp + ((i>>1)<<(qpel+4));
142 int fy = c->direct_basis_mv[0][1] + hy;
144 int by = hy ? fy - c->co_located_mv[0][1] : (c->co_located_mv[0][1]*(time_pb - time_pp)/time_pp);
185 const int hy= suby + (y<<(1+qpel)); local
196 int cy= hy/2;
H A Dmotion_est_template.c43 const int hy= 2*(y)+(dy);\
45 d += (mv_penalty[hx - pred_x] + mv_penalty[hy - pred_y])*penalty_factor;\
46 COPY3_IF_LT(dmin, d, bx, hx, by, hy)\
201 const int hy= 4*(y)+(dy);\
203 d += (mv_penalty[hx - pred_x] + mv_penalty[hy - pred_y])*penalty_factor;\
204 COPY3_IF_LT(dmin, d, bx, hx, by, hy)\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmotion_est_template.c41 const int hy= 2*(y)+(dy);\
43 d += (mv_penalty[hx - pred_x] + mv_penalty[hy - pred_y])*penalty_factor;\
44 COPY3_IF_LT(dmin, d, bx, hx, by, hy)\
196 const int hy= 4*(y)+(dy);\
198 d += (mv_penalty[hx - pred_x] + mv_penalty[hy - pred_y])*penalty_factor;\
199 COPY3_IF_LT(dmin, d, bx, hx, by, hy)\
H A Dmotion_est.c113 const int hy= suby + (y<<(1+qpel)); local
118 assert(x >= c->xmin && hx <= c->xmax<<(qpel+1) && y >= c->ymin && hy <= c->ymax<<(qpel+1));
119 if(x >= c->xmin && hx <= c->xmax<<(qpel+1) && y >= c->ymin && hy <= c->ymax<<(qpel+1)){
127 int fy = c->direct_basis_mv[i][1] + hy;
129 int by = hy ? fy - c->co_located_mv[i][1] : c->co_located_mv[i][1]*(time_pb - time_pp)/time_pp + ((i>>1)<<(qpel+4));
144 int fy = c->direct_basis_mv[0][1] + hy;
146 int by = hy ? fy - c->co_located_mv[0][1] : (c->co_located_mv[0][1]*(time_pb - time_pp)/time_pp);
187 const int hy= suby + (y<<(1+qpel)); local
198 int cy= hy/2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c1156 int hx = 0, hy = 0, hhave = 0; local
1172 hy = py[ip];
1195 y = ly + (((x - lx) * (hy - ly)) / (hx - lx));
1199 y = hy;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagbmp.cpp1169 int hy = image->HasOption(wxIMAGE_OPTION_CUR_HOTSPOT_Y) ? local
1175 icondirentry.wBitCount = wxUINT16_SWAP_ON_BE((wxUint16)hy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin1916 �����VGM#�xS%��j���"��+�[!w�avF����B�p���-��FvP�0jq�����p�:r4O�w���������XI|���aaV�p��.���h���a���#k�>�E���j2��y����6�K��^��� t4OGN����d0��~�W�D�n���(&�����n�z�1U���[z�o�/�?���k��E-<K���������hy��7��(+Q��6P������d"S�2`��R���������+M����/��e�'�Y-� v��V�e �E�f)1J�fj0�L��`��j�����y<EyS��T�����]�U�/�; �Q_���6C�de`l��MyZ�x�������Z��O�$�����%{����<G�=�*6�6��e0�[A�oJ���*�l�)���������|��jk��y����F������6O�=-�3���E;I��|$U�|���a��g�H��9Tf����#,� �S�9���Vg�����
2021 �� ;�L��Td�W�W,�3���4G]N/�4cH����qb�=�W�N��Il��f�"|.�h8z ����p��[t�:/R,���7��A�G��R4yM���;hy����������2�*6o����H��~1@�k���������7�P����Y���sf'a{9r�YTs��!��M����x[f�m[n���P�E��L�9I&��h�r���H��h�9�e%c��G=��H����e%:^�NZ�e%��������4�_w���*C�,���>�{�s��dP ������'ag������/�����8?0�P���W��Qs3c���������C�yO�w���uD��#/`��& ��r��p�N�e��A�i�Cj/�eZ����sh�h�Xzj���n���z�v(^,�jK� ���q^\�I��Hc�����r;�Um
2511 x��B��'A����t��������_s���=�r����jgP�u i�1����c�W��_�a}���� ��q!���$I5$�@�$���$kk�G�=_�a,U*����]�;I��j�`�S��w�8�� Q��D��M���|D�� {�m�ec3�w/= V�������(?� ����sU��#c�"��S���Jz��������_'��nZN*�~-j�O9��X��]� �K�t�~b�\L�b��[�7�<j7�zQ��3�����������o����M�/ � ����8�d��_!b�~�`� ���i&�R��YzZy��>(O��+JG�%YxO�&L��r�K�����=C�e���0w�l����Y �����>�������K�����l(�V�<�%p��f�Q�TY�UQ2��w���6"��N��}��U�e?X"8�!8�"9�S�� ��O �o �; �aL��E)'��� �w}�A�I��X� :.����Z����rhW�����K��u�VQ��E}��.��Y� ����MXe!������6P�c�OzPDE ^�����L���������f{��Q���6��0��S�v��>��� �B���`/����X:t��E�L6 �vc�Oc�i���b��� �a3���JTx�f\��h��|L�� v�h�����1H�`/��.j 7����Q�f�*pF����e^;������hr\uGO ��2� �d�E���?)��<�(�D|r��u�B�h��!���9����0�07=��Je�*�����li��������T� �&G��8(W�l[�a�#��GmLhi&���_�f.^:��DE����B���<���9�f���h�P<��~I�������=�\��x{����z�m1V���^����Q=!�S� ��`�������7�K����3�t����2W~��� s:��1����3����?��?�7�|g���������o���Z#��~���A?����� >�G�]��D���hy}����D�Yb�,qy%�g�8z�KP;h�ydL�M�Q�*�zOjk#o?bu;J��Wp]Cy������+�C��$J�U��.���B ���������7������2�&j�[��|����a�FCF�CsF/ '8����������)ZZH%PZ���h&�h�������/\'\ 92��u|�#A�A���_��~)ri���,v�]���h<'������ct_a�R��������NpuC7�S �65w���&�!L���GA]��hV!(gwQ�8�b���:P� (����"U��bH���8sH !��%�-,��� �{��hkp�+q��e� ��i����}����V�dZ��S�@qN{���u��7����3�G�' �3[��<P��Qqp@�f<�{?���+=���S��q�@(�Y�8 ��2�`�l���8�b;�(�N]�`��.��u�2W������$��g2��1���T4,���t���o`�!3Db�I$�
3850 0Co������1M���d�|���$p�������7f�� � �Jq@�E��G9'���x`��Sq}�VT@�%E�c�x`���u]���������W6���o9l����Nb�s�,.h�����]�����q��f/�,�(+�m��������\���eE"M>:�D0H�tz��8W�J������$��~l�{����'��\���M~��k+)�w#����b��H�c~����n�r}�/!/�l6 �8��s�#��P�()�X��cG%�+�L�a��%9e9���q������qc���,�����j).[�k�"��� �W��8W9��J bsL��=w���� ��_�3u���8>�/�&&��A����vFi�=��U���� �E�W�(]��u��N���`M<:'fNV���~����|p��O��?�B����A��,�����3�d����a_�0!+CHJHJ'���9��3�B?�9|�FB|��(��������{[!pc�;�� �l�oL��6$;A�$�++�m2�Kb[�B)����@\n���Z��Y����>���;~������W���{�Yp7T�|��{����5�t}����b<pD�F^���hy�hKJN�)�L�e�V�cK�/���-����n'���{�x�o���Q|�4��_b;���rp�w �k��n8<�9~�<�d��px��?����������r����� ���W��Tg0"x��>_n$�$pi�r����F,���� P ��_?f$��������%�Kw����w�z�'\��>f���c��:3w���H�%�����U��%Ey6��lj;At\�+�;�e����e8��:��/.��c8[a�z��o���%��*<�%���9��h?Os�@@p�>=����� .��a<l��� �����A(�!o�_�>_��������:�o��>��u>��1���p]��t.��� 4<y��r�e=%�]��?@���A}b^�(]�g��� ���ee��:{ N�w���
4288 p����\1�p���=���kZ�_�/{��I����y ��I����'���kRl�sE���mn���OOSR�K�@��WE�I���x}�-~��yv[�/];~���z���dt�F�������������%N�Z,X,$�V���*!��Rt$ed�H �I%�!�hy�sy9��j!iI���/���! ����CU��5��_�� �C�*q���������r���QB�w� a��Y�mVB��N��/G��@�o��9Bp��X���������[��������3m!���G����\��|���=�+y������q=�����@=#��C�rp�+��C} e&�\Xafk�z��^$���<��P�f!�(��z�^����L������|(�z�2�f��e���aE�������A���!��!_7�k���]!�<��=0@���r���|(�����_�v�
4406 Z0pW�pzj8K]}7<����`Hf����'�����;��G�,B�ud�{��%���������(��vO���E?�&%��M�����!��5��C�TW�(����Ww���5���z?j�z����j����=5s�0�1���w)�"�%��i������}��v-5�P��m�YxV�S����� ��L>��e�D���)� @a}JV3��\d��5a���-���Y�sX���iXV\���q�7���f[��.�jl#O�y�x��b���v{ �� �{��eZ�2�W��}>��y�?��)~�cFR��������l��h=���4����!9~m���vHM�����MHs4B0>���|��F���J�)hy��f~��J_���`Y-�������AxG�����3��[�����l��4!����`����'
4925 ����)���qi�u���^����@,��(@_m���:ay�CwrH�R�l�M$h����!;�O�{N��8�{W��-Z���hy������%�?��I�����+z�V�-���q��_Z I�l������6�q]k�N��f��A��iy^���Q2O+Yw�Y�� ������aU�>W� g~��B�tl�6��Z��kE�~j��I�n��>��z�y��3FS9�_ ���f����7{��-�Q���'���� ��u�2Z���$�Z�N�h^��+�R�!����2���r�� d*
5369 ����)���qi�u���^����@,��(@_m���:ay�CwrH�R�l�M$h����!;�O�{N��8�{W��-Z���hy������%�?��I�����+z�V�-���q��_Z I�l������6�q]k�N��f��A��iy^���Q2O+Yw�Y�� ������aU�>W� g~��B�tl�6��Z��kE�~j��I�n��>��z�y��3FS9�_ ���f����7{��-�Q���'���� ��u�2Z���$�Z�N�h^��+�R�!����2���r�� d*
8117 �p���)��n��>�4�%�E��!K[v��*~�j��2N�%�������k�������4&Tl�J��S�����bD@La�^*,rT�K���H�������n��Q-� �����w��zG��hy�����V���$���&�Y�m���}���2�L�Ve��5��x��pbLZg��3sB �k����1g� x
14382 5�(Sf~l�E��6hy��
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 497 milliseconds