HomeSort by relevance Sort by last modified time
    Searched refs:yA (Results 1 - 22 of 22) sorted by null

  /external/neven/Embedded/common/src/b_BasicEm/
Phase.c 271 phase16 bbs_phase16( int32 xA, int32 yA )
274 uint32 yL = ( yA > 0 ) ? yA : -yA;
306 if( yA >= 0 )
317 if( yA >= 0 )
Phase.h 128 phase16 bbs_phase16( int32 xA, int32 yA );
  /external/neven/Embedded/common/src/b_TensorEm/
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 );
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 );
Flt16Vec3D.c 169 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA )
173 vecL.yE = yA;
181 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA )
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;
Flt16Alt3D.c 165 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 );
Flt16Alt2D.h 131 int16 yA,
141 int32 yA,
Flt16Alt3D.h 103 int16 xA, int16 yA, int16 zA,
111 int32 xA, int32 yA, int32 zA,
Flt16Vec2D.c 148 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA )
152 vecL.yE = yA;
170 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA )
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;
Flt16Alt2D.c 232 int16 yA,
237 altL.vecE = bts_Flt16Vec2D_create16( xA, yA, vecBbpA );
249 int32 yA,
254 altL.vecE = bts_Flt16Vec2D_create32( xA, yA, vecBbpA );
  /external/skia/gm/
complexclip2.cpp 30 SkScalar yA = 0.65f;
34 fHeight = yF - yA;
52 SkScalar yA = 0.65f;
64 fRects[1].set(xA, yA, xD, yD);
69 fRects[2].set(xC, yA, xF, yD);
  /external/neven/Embedded/common/src/b_BitFeatureEm/
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,
LocalScanner.h 239 void bbf_LocalScanner_goToXY( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, int32 xA, int32 yA );
Scanner.c 887 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;
    [all...]
LocalScanner.c 722 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/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
NonLinearConjugateGradientOptimizer.java 227 final double yA = f.value(a);
228 double yB = yA;
229 for (double step = h; step < Double.MAX_VALUE; step *= FastMath.max(2, yA / yB)) {
232 if (yA * yB <= 0) {
  /external/opencv/cvaux/src/
cvepilines.cpp 462 double xA,yA,zA;
467 yA = pointNewA.y;
479 len1 = sqrt( (xA-xB)*(xA-xB) + (yA-yB)*(yA-yB) + (zA-zB)*(zA-zB) );
531 double xA,yA,zA;
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)*(yD-yC)+(zB-zA)*(zD-zC)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.h 56 u32 yA,
h264bsd_reconstruct.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 614 double yA = y_b;
636 (float) (xA + alpha * xADot), (float) (yA + alpha * yADot),
  /external/boringssl/src/crypto/dh/
dh_test.cc 406 const uint8_t *yA;
442 dhA->pub_key = BN_bin2bn(td->yA, td->yA_len, nullptr);
  /external/skia/tests/
PathOpsOpTest.cpp     [all...]

Completed in 421 milliseconds