/external/neven/Embedded/common/src/b_BasicEm/ |
D | Phase.c | 271 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()
|
D | Phase.h | 128 phase16 bbs_phase16( int32 xA, int32 yA );
|
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Flt16Vec3D.c | 169 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()
|
D | Flt16Vec2D.c | 148 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()
|
D | Flt16Alt3D.c | 165 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()
|
D | Flt16Alt2D.c | 232 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()
|
D | Flt16Vec3D.h | 95 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 );
|
D | Flt16Vec2D.h | 81 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 );
|
D | Flt16Alt3D.h | 103 int16 xA, int16 yA, int16 zA, 111 int32 xA, int32 yA, int32 zA,
|
D | Flt16Alt2D.h | 131 int16 yA, 141 int32 yA,
|
/external/skqp/gm/ |
D | complexclip2.cpp | 32 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/ |
D | complexclip2.cpp | 39 SkScalar yA = 0.65f; in ComplexClip2GM() local 43 fHeight = yF - yA; in ComplexClip2GM() 61 SkScalar yA = 0.65f; in onOnceBeforeDraw() local 73 fRects[1].setLTRB(xA, yA, xD, yD); in onOnceBeforeDraw() 78 fRects[2].setLTRB(xC, yA, xF, yD); in onOnceBeforeDraw()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
D | NonLinearConjugateGradientOptimizer.java | 227 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/ |
D | Scanner.h | 266 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,
|
D | Scanner.c | 887 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 …]
|
D | LocalScanner.c | 722 …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()
|
D | LocalScanner.h | 239 …_LocalScanner_goToXY( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, int32 xA, int32 yA );
|
/external/libhevc/encoder/ |
D | ihevce_recur_bracketing.c | 530 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() 1140 WORD32 xA, yA, row, col; in ihevce_bracketing_analysis() 1142 yA = ((ps_cu_node->ps_sub_cu[j]->u2_y0 << 3) >> 2) + 1; in ihevce_bracketing_analysis() 1144 for(row = yA; row < (yA + size); row++) in ihevce_bracketing_analysis() 1747 WORD32 xA, yA, row, col; in ihevce_bracketing_analysis() [all …]
|
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/ |
D | SignedValidBasicSelfIssuedNewWithOldTest4.eml | 58 8ezcTWsKJk7E1I+yA+x5F5MX8WRXIuwKEoQmk8L6YIUHoNRQBqi6fcQwUoVnMvQG
|
D | SignedValidBasicSelfIssuedNewWithOldTest3.eml | 58 8ezcTWsKJk7E1I+yA+x5F5MX8WRXIuwKEoQmk8L6YIUHoNRQBqi6fcQwUoVnMvQG
|
D | SignedInvalidBasicSelfIssuedNewWithOldTest5.eml | 58 8ezcTWsKJk7E1I+yA+x5F5MX8WRXIuwKEoQmk8L6YIUHoNRQBqi6fcQwUoVnMvQG
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Quantize.miff | 15 …i6,t:-|:-u5*j:3|;2s;3`.$Y+8B+:B39E6EG,SD.LB4GG8UL<\M<XI5HW8XT;CW-eF8vC7cU;yA-Je9Uj<`|<85LF>b<FLYM…
|
D | QuantizeMono.miff | 15 …i6,t:-|:-u5*j:3|;2s;3`.$Y+8B+:B39E6EG,SD.LB4GG8UL<\M<XI5HW8XT;CW-eF8vC7cU;yA-Je9Uj<`|<85LF>b<FLYM…
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_gif87.miff | 15 …h5+t:-|:-u5*j:3|;2s;3`.$Y+8B+:B39E6EG,SD.LB4GG8UL<\M<XI5HW8XT;CW-eF8vC7cU;yA-Je9Uj<`|<85LF>b<FLYM…
|
/external/llvm-project/openmp/docs/ |
D | SupportAndFAQ.rst | 28 - Meeting minutes are `here <https://docs.google.com/document/d/1yA-MeJf6RYY-ZXpdol0t7YoDoqtwAyBh…
|