Searched refs:yA (Results 1 - 25 of 25) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DPhase.c271 phase16 bbs_phase16( int32 xA, int32 yA )
274 uint32 yL = ( yA > 0 ) ? yA : -yA;
306 if( yA >= 0 )
317 if( yA >= 0 )
H A DPhase.h128 phase16 bbs_phase16( int32 xA, int32 yA );
/external/neven/Embedded/common/src/b_TensorEm/
H A DFlt16Vec2D.h81 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA );
87 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA );
H A DFlt16Vec3D.h95 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA );
98 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA );
H A DFlt16Vec3D.c169 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA ) argument
173 vecL.yE = yA;
181 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA ) argument
184 if( ( xA | yA | zA ) == 0 )
193 int32 shiftL = bts_maxAbsIntLog2Of3( xA, yA, zA ) - 13;
199 vecL.yE = ( ( yA >> sh1L ) + 1 ) >> 1;
205 vecL.yE = yA << -shiftL;
H A DFlt16Alt3D.c165 int16 xA, int16 yA, int16 zA,
174 altL.vecE = bts_Flt16Vec3D_create16( xA, yA, zA, vecBbpA );
184 int32 xA, int32 yA, int32 zA,
193 altL.vecE = bts_Flt16Vec3D_create32( xA, yA, zA, vecBbpA );
161 bts_Flt16Alt3D_create16( int16 xxA, int16 xyA, int16 xzA, int16 yxA, int16 yyA, int16 yzA, int16 zxA, int16 zyA, int16 zzA, int16 matBbpA, int16 xA, int16 yA, int16 zA, int16 vecBbpA ) argument
180 bts_Flt16Alt3D_create32( int32 xxA, int32 xyA, int32 xzA, int32 yxA, int32 yyA, int32 yzA, int32 zxA, int32 zyA, int32 zzA, int16 matBbpA, int32 xA, int32 yA, int32 zA, int16 vecBbpA ) argument
H A DFlt16Alt2D.h131 int16 yA,
141 int32 yA,
H A DFlt16Alt3D.h103 int16 xA, int16 yA, int16 zA,
111 int32 xA, int32 yA, int32 zA,
H A DFlt16Vec2D.c148 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA ) argument
152 vecL.yE = yA;
170 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA ) argument
173 if( ( xA | yA ) == 0 )
181 int32 shiftL = bts_maxAbsIntLog2Of2( xA, yA ) - 13;
187 vecL.yE = ( ( yA >> sh1L ) + 1 ) >> 1;
192 vecL.yE = yA << -shiftL;
H A DFlt16Alt2D.c232 int16 yA,
237 altL.vecE = bts_Flt16Vec2D_create16( xA, yA, vecBbpA );
249 int32 yA,
254 altL.vecE = bts_Flt16Vec2D_create32( xA, yA, vecBbpA );
226 bts_Flt16Alt2D_create16( int16 xxA, int16 xyA, int16 yxA, int16 yyA, int16 matBbpA, int16 xA, int16 yA, int16 vecBbpA ) argument
243 bts_Flt16Alt2D_create32( int32 xxA, int32 xyA, int32 yxA, int32 yyA, int32 matBbpA, int32 xA, int32 yA, int32 vecBbpA ) argument
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanner.h266 void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA );
273 int32 xA, int32 yA, uint32 scaleA );
290 int32 yA,
H A DLocalScanner.h239 void bbf_LocalScanner_goToXY( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, int32 xA, int32 yA );
H A DScanner.c887 void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA )
889 bbs_DEF_fNameL( "void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA )" )
899 if( ptrA->yE == yA ) return;
901 if( yA >= ( int32 )( ptrA->currentHeightE - ptrA->patchHeightE ) )
907 if( yA == ptrA->yE + 1 )
914 ptrA->yE = yA;
946 ptrA->yE = yA;
987 int32 xA, int32 yA, uint32 scaleA )
990 int32 yL = ( yA / ( int32 )( ptrA->scaleE >> 4 ) ) + ptrA->borderHeightE;
1063 int32 yA,
986 bbf_Scanner_goToUls( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA, uint32 scaleA ) argument
1060 bbf_Scanner_addOutPos( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA, uint32 scaleA, int32 actA ) argument
[all...]
H A DLocalScanner.c722 void bbf_LocalScanner_goToXY( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, int32 xA, int32 yA )
724 bbs_DEF_fNameL( "void bbf_LocalScanner_goToXY( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, int32 xA, int32 yA )" )
731 if( ptrA->yE == yA ) return;
732 if( yA < ptrA->workScanRegionE.y1E || yA >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeightE )
737 ptrA->yE = yA;
/external/chromium_org/third_party/skia/gm/
H A Dcomplexclip2.cpp37 SkScalar yA = 0.65f; local
45 fHeight = yF - yA;
52 fRects[1].set(xA, yA, xD, yD);
57 fRects[2].set(xC, yA, xF, yD);
/external/skia/gm/
H A Dcomplexclip2.cpp37 SkScalar yA = 0.65f; local
45 fHeight = yF - yA;
52 fRects[1].set(xA, yA, xD, yD);
57 fRects[2].set(xC, yA, xF, yD);
/external/opencv/cvaux/src/
H A Dcvepilines.cpp462 double xA,yA,zA; local
467 yA = pointNewA.y;
479 len1 = sqrt( (xA-xB)*(xA-xB) + (yA-yB)*(yA-yB) + (zA-zB)*(zA-zB) );
531 double xA,yA,zA; local
538 yA = point11.y;
556 a11 = (xB-xA)*(xB-xA)+(yB-yA)*(yB-yA)+(zB-zA)*(zB-zA);
557 a12 = -(xD-xC)*(xB-xA)-(yD-yC)*(yB-yA)-(zD-zC)*(zB-zA);
558 a21 = (xB-xA)*(xD-xC)+(yB-yA)*(y
610 double xA,yA,zA; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Darc.c614 double yA = y_b; local
636 (float) (xA + alpha * xADot), (float) (yA + alpha * yADot),
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.c614 double yA = y_b; local
636 (float) (xA + alpha * xADot), (float) (yA + alpha * yADot),
/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Ddh_test.c403 const unsigned char *yA; member in struct:__anon11626
439 dhA->pub_key = BN_bin2bn(td->yA, td->yA_len, NULL);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsOpTest.cpp1162 SkScalar yA = 0.65f; local
1172 rects[1].set(xA, yA, xD, yD);
1174 rects[2].set(xC, yA, xF, yD);
/external/skia/tests/
H A DPathOpsOpTest.cpp1162 SkScalar yA = 0.65f; local
1172 rects[1].set(xA, yA, xD, yD);
1174 rects[2].set(xC, yA, xF, yD);
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dvideo.rtpdump594 �Y�\Z�pU��2C�yA���yY�1�uD3�\��q������N���|��
638 �n�I���~��{v����8��i&�k�}�Ë����>��Z�MU���]��ΒD:\���?��]߈��Υ>{/�Z;w���tIW�2g���2�#�zv����aXB�K7��O�e���;}5����m3��U��f���,|V�Eb�r��E��M���S%</�@Z c�/G�sW��ԋ����嗢�.�����X�A���R���L�7� FO@@�+����.0�������}�s���Y�c���.���ZȽ=�e�/8B?���?w�6nM�{�#~_�{��?�v4�_���e1���[����{���^Nc�YQ��ނYEXIO��&�SZ���t�2�P�wO��2��~v{�# +��=�n�yP��.��f��Jre!��f3�a�g�®��a'x1�Zd�X�}�1�qӧ\W�ݴ^'μy��eR;W���ǩ>���ʼn`��Kf#'^<�L|V6n���p� �Х �&��T6wG��+�z��1�`.� �J��w`?�8��f�~��(�=wޞ+'�ܻ|e�]���`�'aW��\�K_��SZ�Y 䡻�0�﹬���'z����_nZ7��yAc�v�A�뉌40�_����FbKB�0�}�����Ž�M��E@�� ?��=�n�����.��f�ɘ@rf!�d#�q�o�&~���ǂ���߯�`��Lݍ�������c$��ϋ�tWj�ۃg�lt|?��+������}�f�_�����#Li��1H1.u��E�=��'Э�C���*S��b�o7���˓!<=�_4X� �ݠ�(a'?���+�d2a.��A�" K*(#��������+1�3B�}��7����O}�c�&j��u
H A Dh264-svc-99-640x360.rtpdump1211 ��3����z��#�ˇ¥�������dz��{��}�ߖ����_χv8>Ο+qw�ZIy[ɏ�_���Y[;�'��?�ᓈ�c+�`��\6|p��M�6c�@�f?� �Zў�@�&��gE��\ �Gw�ˏ�z�SָWZ��}�_�K�_�)��� ��ˆ�$�mY��M�}�SGD�T0�ݎ��m�lY��lZ�k��� o�tC��ﯣ�m�͋瑓Q�Y��w��|��ϼ .�9 �h!�O��=��_J`��঵딖�.�_�p�[��:U�Sa�Y�q�/x��� ՞˰��WO��{��n���xI�{њ�;Q����ס��a��� �W��mF}����/@}��$�=r!�Fϖ-���J�`yA�s��(���b �cM�����m 4��A8b��<`� -�m�ῐ��ィ�A|7c�{Xfs��H��:�-I/p���)~��o
1374 ����yA�3c ����gJ��;N����2ρ��Y~���!�4��X����G�QN�L�c۾h-{�
1697 ��_(x�!����~‡���74~�o���- :��|vK-cA��W�dg��9���1��ٱ=�\dԖg��.���[��g1�����7��i7�kxr.�^��?@mԗt�!�W+����?��ޝ��-������_�\;�yA<>x��{�&`*[�)�o� �C�U�
3241 q|�'��>~/,�\�C�qZU��E����� �2؉�ĥ���jY���"�f����R��fƕ��bR;_&^5���݌��S{յ��KA��L����ync�2䶷9�8/�ȏ)m�|h����LN��uw��˩��Db8����S����Z��"�8{O�pb�ׂh�rw7)�>d�D��'��w/5�{�|9�3+���0�u;�hع��{SL��k���eZ"�Z��7߹vs���]���h��1��-qi'f��=�ߨhOR�$U)!��h�F��mo�7W�@N�;�8vG#�f�� `�4B���k�F�d�r��5��f��;j�s%���GC�rfzU�PEE� ��(�Q����{�?�� ꬛�x�Lߚ�j|<�v �bу�oг� LK�p>�:筳�O4o���o�u���} r�R8��3�w�����ҋ��� �k�ù�2�QſJ͜!�'��L&հ�W�$��L�'x��K3i�a� v�@ wp��hd����2 k~0��p5ܷ�k��� �V�{k�3�he��k�S��?1��v3s�F_' !�jC� �s@sg�b{���u� D�Pd�W�{�]�ő��{=Y��0�A���n��W�dB[���;\ج��:�?����g��`�P�h B��SY�2׈vnh,~Hm�$w�|�����ɶg��Ԝ���RO���:��NA�̷��0�w�P$��Fː� b �#l��i��������;�� ���]��?��$U�{��M�`d���aQw���\��9Q���o#� ��޾ ��cTv�Ď�� ���󙁆�~6(��BYo8���<��E����=���_��q�$����>p9��� ��.j.p��tE����h��@��!ۀ4NL�����^����]���^���Z�p Mط��s�rgp�r�s�1^��0���5�m�]�ù|LH8àT������9z.>��0�Ÿ<IJ5�F��6d��I���웩�S��:���ަ��2�=0yA��(�^7���9�����0+�N���_�����T�f���D��6b`��b�c&u�Á��f��f9��r�g����g�Y��
3264 0�h�؟Ð���A�U��}�߷|4�Q)�^�+���ٌ�&<ɝ53|O�yA:��M��sx�SR66|�B���;�_:ef�2V���ǁ5�v{�wr�+p'����L�k<�㱚~������
6315 >���Oqn���෻��P������H����<:������p p"��Ŗ_a�7���'8�����_�~�=�cZ6Q�S��?�R8o@6]�L �#�c���|��*��������~ѐ;���|'Kc�%��_����,'��������_��z�=&�W���t�y����\XWA�g���xyAi3ր��7�| ;��s�w�?��lkf� �B�@T�GN6�q����3S��熼>��ź�,��H�<ȵ��f4D�9��{�Ҁj��ٸ�n�m���=�/
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 2649 milliseconds