Home
last modified time | relevance | path

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

12345678

/external/neven/Embedded/common/src/b_BasicEm/
DPhase.c271 phase16 bbs_phase16( int32 xA, int32 yA ) in bbs_phase16() argument
274 uint32 yL = ( yA > 0 ) ? yA : -yA; in bbs_phase16()
306 if( yA >= 0 ) in bbs_phase16()
317 if( yA >= 0 ) in bbs_phase16()
DPhase.h128 phase16 bbs_phase16( int32 xA, int32 yA );
/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Vec3D.c169 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA ) in bts_Flt16Vec3D_create16() argument
173 vecL.yE = yA; in bts_Flt16Vec3D_create16()
181 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA ) in bts_Flt16Vec3D_create32() argument
184 if( ( xA | yA | zA ) == 0 ) in bts_Flt16Vec3D_create32()
193 int32 shiftL = bts_maxAbsIntLog2Of3( xA, yA, zA ) - 13; in bts_Flt16Vec3D_create32()
199 vecL.yE = ( ( yA >> sh1L ) + 1 ) >> 1; in bts_Flt16Vec3D_create32()
205 vecL.yE = yA << -shiftL; in bts_Flt16Vec3D_create32()
DFlt16Vec2D.c148 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA ) in bts_Flt16Vec2D_create16() argument
152 vecL.yE = yA; in bts_Flt16Vec2D_create16()
170 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA ) in bts_Flt16Vec2D_create32() argument
173 if( ( xA | yA ) == 0 ) in bts_Flt16Vec2D_create32()
181 int32 shiftL = bts_maxAbsIntLog2Of2( xA, yA ) - 13; in bts_Flt16Vec2D_create32()
187 vecL.yE = ( ( yA >> sh1L ) + 1 ) >> 1; in bts_Flt16Vec2D_create32()
192 vecL.yE = yA << -shiftL; in bts_Flt16Vec2D_create32()
DFlt16Alt3D.c165 int16 xA, int16 yA, int16 zA, in bts_Flt16Alt3D_create16() argument
174 altL.vecE = bts_Flt16Vec3D_create16( xA, yA, zA, vecBbpA ); in bts_Flt16Alt3D_create16()
184 int32 xA, int32 yA, int32 zA, in bts_Flt16Alt3D_create32() argument
193 altL.vecE = bts_Flt16Vec3D_create32( xA, yA, zA, vecBbpA ); in bts_Flt16Alt3D_create32()
DFlt16Alt2D.c232 int16 yA, in bts_Flt16Alt2D_create16() argument
237 altL.vecE = bts_Flt16Vec2D_create16( xA, yA, vecBbpA ); in bts_Flt16Alt2D_create16()
249 int32 yA, in bts_Flt16Alt2D_create32() argument
254 altL.vecE = bts_Flt16Vec2D_create32( xA, yA, vecBbpA ); in bts_Flt16Alt2D_create32()
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 );
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 );
DFlt16Alt3D.h103 int16 xA, int16 yA, int16 zA,
111 int32 xA, int32 yA, int32 zA,
DFlt16Alt2D.h131 int16 yA,
141 int32 yA,
/external/skqp/gm/
Dcomplexclip2.cpp32 SkScalar yA = 0.65f; in ComplexClip2GM() local
36 fHeight = yF - yA; in ComplexClip2GM()
54 SkScalar yA = 0.65f; in onOnceBeforeDraw() local
66 fRects[1].set(xA, yA, xD, yD); in onOnceBeforeDraw()
71 fRects[2].set(xC, yA, xF, yD); in onOnceBeforeDraw()
/external/skia/gm/
Dcomplexclip2.cpp32 SkScalar yA = 0.65f; in ComplexClip2GM() local
36 fHeight = yF - yA; in ComplexClip2GM()
54 SkScalar yA = 0.65f; in onOnceBeforeDraw() local
66 fRects[1].set(xA, yA, xD, yD); in onOnceBeforeDraw()
71 fRects[2].set(xC, yA, xF, yD); in onOnceBeforeDraw()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DNonLinearConjugateGradientOptimizer.java227 final double yA = f.value(a); in findUpperBound() local
228 double yB = yA; in findUpperBound()
229 for (double step = h; step < Double.MAX_VALUE; step *= FastMath.max(2, yA / yB)) { in findUpperBound()
232 if (yA * yB <= 0) { in findUpperBound()
/external/neven/Embedded/common/src/b_BitFeatureEm/
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,
DScanner.c887 void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA ) in bbf_Scanner_goToXY() argument
899 if( ptrA->yE == yA ) return; in bbf_Scanner_goToXY()
901 if( yA >= ( int32 )( ptrA->currentHeightE - ptrA->patchHeightE ) ) in bbf_Scanner_goToXY()
907 if( yA == ptrA->yE + 1 ) in bbf_Scanner_goToXY()
914 ptrA->yE = yA; in bbf_Scanner_goToXY()
946 ptrA->yE = yA; in bbf_Scanner_goToXY()
987 int32 xA, int32 yA, uint32 scaleA ) in bbf_Scanner_goToUls() argument
990 int32 yL = ( yA / ( int32 )( ptrA->scaleE >> 4 ) ) + ptrA->borderHeightE; in bbf_Scanner_goToUls()
1063 int32 yA, in bbf_Scanner_addOutPos() argument
1070 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 1 ] = yA; in bbf_Scanner_addOutPos()
[all …]
DLocalScanner.c722 …f_LocalScanner_goToXY( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, int32 xA, int32 yA ) in bbf_LocalScanner_goToXY() argument
731 if( ptrA->yE == yA ) return; in bbf_LocalScanner_goToXY()
732 …if( yA < ptrA->workScanRegionE.y1E || yA >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeight… in bbf_LocalScanner_goToXY()
737 ptrA->yE = yA; in bbf_LocalScanner_goToXY()
DLocalScanner.h239 …_LocalScanner_goToXY( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, int32 xA, int32 yA );
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D010b1ef1f17a6bf053dfe5ce2e550fdd.00001ff2.honggfuzz.cov37 …���|�;X��tm=����t7x�˭��(W ؙ#���W�Nn��L߳L�:[�юO��F#���Vё�W�P�xD���,{yA��'�W��v�i5�\��3 �iE…
43 …#���W�X��tm=����t7x�˭��(W ؙ#���W�Nn��L߳L�:[�юO��F#���Vё�W�P�xD���,{yA��'�W��v�i5�\��3 �iE…
44 ��F#���Vё�W�P�xD���,{yA��'�W��v�i5�\��3 �iED`��b���E�< <��3�����즾���Ba�\�wb�,�9#��2K7m��RE…
50 …���|�;X��tm=����t7x�˭��(W ؙ#���W�Nn��L߳L�:[�юO��F#���Vё�W�P�xD���,{yA��'�W��v�i5�\��3 �iE…
55 …���|�;X��tm=����t7x�˭��(W ؙ#���W�Nn��L߳L�:[�юO��F#���Vё�W�P�xD���,{yA��'�W��v�i5�\��3 �iE…
D608e4985ef2561e1b6a80e6bc4c10956.00001bfa.honggfuzz.cov26 …'����V!ׅ5mN�B���J��zbr��Pn�d�)�Nb� �u�\��A�ǒ�`<X��r"�����䕫���x�DRZ�(��ȉ'yA}������~&��"k�}�����b…
46 …'����V!ׅ5mN�B���J��zbr��Pn�d�)�Nb� �u�\��A�ǒ�`<X��r"�����䕫���x�DRZ�(��ȉ'yA}������~&��"k�}�����b…
Dadf1d9a242bcd6cdb9bac49c48cd62ed.00001308.honggfuzz.cov26 …'����V!ׅ5mN�B���J��zbr��Pn�d�)�Nb� �u�\��A�ǒ�`<X��r"�����䕫���x�DRZ�(��ȉ'yA}������~&��"k�}�����b…
/external/libhevc/encoder/
Dihevce_recur_bracketing.c530 WORD32 xA, xB, yA, yB; in ihevce_pu_calc_8x8_blk() local
566 yA = ((ps_cu_node->ps_parent->u2_y0 << 3) >> 2) + 1 + i; in ihevce_pu_calc_8x8_blk()
568 yB = yA - 1; in ihevce_pu_calc_8x8_blk()
569 left_intra_mode = ps_ctxt->au1_ctb_mode_map[yA][xA]; in ihevce_pu_calc_8x8_blk()
617 yA = ((ps_cu_node->ps_parent->u2_y0 << 3) >> 2) + 1 + i; in ihevce_pu_calc_8x8_blk()
618 ps_ctxt->au1_ctb_mode_map[yA][xA] = ps_cu_node->ps_sub_cu[i * 2 + j]->best_mode; in ihevce_pu_calc_8x8_blk()
1183 WORD32 xA, yA, row, col; in ihevce_bracketing_analysis()
1185 yA = ((ps_cu_node->ps_sub_cu[j]->u2_y0 << 3) >> 2) + 1; in ihevce_bracketing_analysis()
1187 for(row = yA; row < (yA + size); row++) in ihevce_bracketing_analysis()
1793 WORD32 xA, yA, row, col; in ihevce_bracketing_analysis()
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http1/
Db8363ad9cf2a03d063f9c9e5950a79fe.000061e2.honggfuzz.cov58 …�_��nл3<�����U&�� c����]��g0l�����f��ׅM}+��rH����G�/W`I�X�ܚ>�қ����yA�� �K7�R��� %9�1…
79 Va������܍Ñk���-�{9�L��47�T��ܕ~�yA]k:7���
120 Va������܍Ñk���-�{9�L��47�T��ܕ~�yA]k:7���
139 Va������܍Ñk���-�{9�L��47�T��ܕ~�yA]k:7���
160 Va������܍Ñk���-�{9�L��47�T��ܕ~�yA]k:7���
D1f7c5688a47bfb6140519d6410de620a.0000577c.honggfuzz.cov58 …�_��nл3<�����U&�� c����]��g0l�����f��ׅM}+��rH����G�/W`I�X�ܚ>�қ����yA�� �K7�R��� %9�1…
79 Va������܍Ñk���-�{9�L��47�T��ܕ~�yA]k:7���
100 Va������܍Ñk���-�{9�L��47�T��ܕ~�yA]k:7���
121 Va������܍Ñk���-�{9�L��47�T��ܕ~�yA]k:7���
/external/ImageMagick/PerlMagick/t/reference/filter/
DQuantizeMono.miff15 …i6,t:-|:-u5*j:3|;2s;3`.$Y+8B+:B39E6EG,SD.LB4GG8UL<\M<XI5HW8XT;CW-eF8vC7cU;yA-Je9Uj<`|<85LF>b<FLYM…
DQuantize.miff15 …i6,t:-|:-u5*j:3|;2s;3`.$Y+8B+:B39E6EG,SD.LB4GG8UL<\M<XI5HW8XT;CW-eF8vC7cU;yA-Je9Uj<`|<85LF>b<FLYM…

12345678