Home
last modified time | relevance | path

Searched refs:xA (Results 1 – 25 of 200) sorted by relevance

12345678

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
DBracketFinder.java121 double xA, in search() argument
127 double fA = eval(func, xA); in search()
132 double tmp = xA; in search()
133 xA = xB; in search()
141 double xC = xB + GOLD * (xB - xA); in search()
149 double tmp1 = (xB - xA) * (fB - fC); in search()
155 double w = xB - ((xB - xC) * tmp2 - (xB -xA) * tmp1) / denom; in search()
164 xA = xB; in search()
198 xA = xB; in search()
206 lo = xA; in search()
/external/neven/Embedded/common/src/b_BasicEm/
DPhase.c271 phase16 bbs_phase16( int32 xA, int32 yA ) in bbs_phase16() argument
273 uint32 xL = ( xA > 0 ) ? xA : -xA; in bbs_phase16()
304 if( xA >= 0 ) in bbs_phase16()
DMath.c837 int32 bbs_vecPowerFlt16( const int16 *xA, int16 nxA ) in bbs_vecPowerFlt16() argument
848 rL += ( int32 ) *xA * *xA; in bbs_vecPowerFlt16()
849 xA++; in bbs_vecPowerFlt16()
1167 uint16 bbs_matTrans( int16 *xA, int16 rowA, int16 colA, int16 *rA ) in bbs_matTrans() argument
1173 int16* sL = xA++; in bbs_matTrans()
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
172 vecL.xE = xA; 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()
198 vecL.xE = ( ( xA >> sh1L ) + 1 ) >> 1; in bts_Flt16Vec3D_create32()
204 vecL.xE = xA << -shiftL; in bts_Flt16Vec3D_create32()
DFlt16Vec2D.c148 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA ) in bts_Flt16Vec2D_create16() argument
151 vecL.xE = xA; 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()
186 vecL.xE = ( ( xA >> sh1L ) + 1 ) >> 1; in bts_Flt16Vec2D_create32()
191 vecL.xE = xA << -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.c231 int16 xA, in bts_Flt16Alt2D_create16() argument
237 altL.vecE = bts_Flt16Vec2D_create16( xA, yA, vecBbpA ); in bts_Flt16Alt2D_create16()
248 int32 xA, 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.h130 int16 xA,
140 int32 xA,
/external/skia/gm/
Dcomplexclip2.cpp29 SkScalar xA = 0.65f; in ComplexClip2GM() local
35 fWidth = xF - xA; in ComplexClip2GM()
47 SkScalar xA = 0.65f; in onOnceBeforeDraw() local
66 fRects[1].set(xA, yA, xD, yD); in onOnceBeforeDraw()
76 fRects[3].set(xA, yC, xD, yF); in onOnceBeforeDraw()
/external/skqp/gm/
Dcomplexclip2.cpp29 SkScalar xA = 0.65f; in ComplexClip2GM() local
35 fWidth = xF - xA; in ComplexClip2GM()
47 SkScalar xA = 0.65f; in onOnceBeforeDraw() local
66 fRects[1].set(xA, yA, xD, yD); in onOnceBeforeDraw()
76 fRects[3].set(xA, yC, xD, yF); in onOnceBeforeDraw()
/external/clang/test/CXX/temp/temp.res/temp.dep.res/temp.point/
Dp1.cpp24 X0<N::A, int&> xA; in test_f0() local
25 xA.test_f0(N::A()); in test_f0()
/external/libxml2/result/c14n/1-1-without-comments/
Dexample-47 <norm attr=" ' &#xD;&#xA;&#x9; ' "></norm>
8 <normId id="' &#xD;&#xA;&#x9; '"></normId>
/external/libxml2/result/c14n/without-comments/
Dexample-47 <norm attr=" ' &#xD;&#xA;&#x9; ' "></norm>
8 <normId id="' &#xD;&#xA;&#x9; '"></normId>
/external/libxml2/result/c14n/with-comments/
Dexample-47 <norm attr=" ' &#xD;&#xA;&#x9; ' "></norm>
8 <normId id="' &#xD;&#xA;&#x9; '"></normId>
/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 );
289 int32 xA,
DScanner.c887 void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA ) in bbf_Scanner_goToXY() argument
891 if( xA > ( int32 )( ptrA->currentWidthE - ptrA->patchWidthE ) ) in bbf_Scanner_goToXY()
897 ptrA->xE = xA; in bbf_Scanner_goToXY()
987 int32 xA, int32 yA, uint32 scaleA ) in bbf_Scanner_goToUls() argument
989 int32 xL = ( xA / ( int32 )( ptrA->scaleE >> 4 ) ) + ptrA->borderWidthE; in bbf_Scanner_goToUls()
1062 int32 xA, in bbf_Scanner_addOutPos() argument
1069 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 0 ] = xA; in bbf_Scanner_addOutPos()
1095 ptrA->idxArrE.arrPtrE[ minIdxL * 4 + 0 ] = xA; in bbf_Scanner_addOutPos()
/external/valgrind/gdbserver_tests/
Dmcblocklistsearch.stdinB.gdb15 set $0xA = t
21 eval "monitor who_points_at 0x%lx 1", $0xA
/external/tensorflow/tensorflow/core/kernels/
Dquantized_instance_norm.cc52 float32x4_t xA[4] = {0.0f}; in ColMeanAndVariance() local
99 const float32x4_t delta = vsubq_f32(xB, xA[i]); in ColMeanAndVariance()
101 xA[i] = vmulq_n_f32( in ColMeanAndVariance()
102 vaddq_f32(vmulq_n_f32(xA[i], nA), vmulq_n_f32(xB, nB)), 1.0f / nX); in ColMeanAndVariance()
/external/valgrind/memcheck/tests/
Dwrap6.c144 register int xA; for (xA = 0x1A00; xA < 0x1A00+len; xA++) { \
158 assert(xA >= 0x1A00 && xA <= 0x1A00+len); } \
/external/llvm/test/tools/llvm-readobj/
Damdgpu-elf-defs.test25 CHECK: Type: AMDGPU_HSA_KERNEL (0xA)
/external/google-styleguide/
Dstyleguide.xsl516 <xsl:variable name="line" select="substring-before($text, '&#xA;')"/>
517 <xsl:variable name="rest" select="substring-after($text, '&#xA;')"/>
588 <xsl:when test="starts-with($text, '&#xA;')">
608 <xsl:when test="starts-with($line, '&#xA;')">
643 <xsl:when test="starts-with($line, '&#xA;')">
730 <xsl:variable name="line" select="substring-before($text, '&#xA;')"/>
731 <xsl:variable name="rest" select="substring-after($text, '&#xA;')"/>
735 <xsl:text>&#xA;</xsl:text>
776 <xsl:text>&#xA;</xsl:text>
838 <xsl:variable name="line" select="substring-before($text, '&#xA;')"/>
[all …]

12345678