HomeSort by relevance Sort by last modified time
    Searched defs:jk (Results 1 - 12 of 12) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
k_rem_pio2.c 80 * jk jk+1 is the initial number of terms of ipio2[] needed
82 * for jk is 3,4,4,6 for single, double, extended, and quad.
83 * jk+1 must be 2 larger than you might expect so that our
101 * jp jp+1 is the number of terms in PIo2[] needed, jp = jk.
116 * fq[] final product of x*(2/pi) in fq[0],..,fq[jk]
137 static const int init_jk[] = {3,4,4,6}; /* initial value for jk */
148 * NB: This table must have at least (e0-3)/24 + jk terms.
149 * For quad precision (e0 <= 16360, jk = 6), this is 686.
296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih local
    [all...]
  /external/fdlibm/
k_rem_pio2.c 83 * jk jk+1 is the initial number of terms of ipio2[] needed
99 * jp jp+1 is the number of terms in PIo2[] needed, jp = jk.
114 * fq[] final product of x*(2/pi) in fq[0],..,fq[jk]
133 static const int init_jk[] = {2,3,4,6}; /* initial value for jk */
170 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
173 /* initialize jk*/
174 jk = init_jk[prec];
175 jp = jk;
182 /* set up f[0] to f[jx+jk] where f[jx+jk] = ipio2[jv+jk] *
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h 127 inline void updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol);
193 int jk = firstElt(*k); // First element to use in the column local
194 jk += 1;
195 for (int i = jk; i < colPtr[*k+1]; i++)
197 curCol(rowIdx[i]) -= vals[i] * vals[jk] ;
199 updateList(colPtr,rowIdx,vals, *k, jk, firstElt, listCol);
231 Index jk = colPtr(j)+1; local
232 updateList(colPtr,rowIdx,vals,j,jk,firstElt,listCol);
241 inline void IncompleteCholesky<Scalar,_UpLo, OrderingType>::updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol)
243 if (jk < colPtr(col+1)
    [all...]
  /external/valgrind/main/VEX/priv/
host_mips_defs.h 503 IRJumpKind jk; member in struct:__anon35654::__anon35655::__anon35666
661 MIPSCondCode cond, IRJumpKind jk);
host_amd64_defs.h 499 IRJumpKind jk; member in struct:__anon35398::__anon35399::__anon35414
711 AMD64CondCode cond, IRJumpKind jk );
host_arm64_defs.h 725 IRJumpKind jk; member in struct:__anon35480::__anon35481::__anon35496
1048 ARM64CondCode cond, IRJumpKind jk );
    [all...]
host_x86_defs.h 477 IRJumpKind jk; member in struct:__anon35880::__anon35881::__anon35895
674 X86CondCode cond, IRJumpKind jk );
host_arm_defs.h 714 IRJumpKind jk; member in struct:__anon35571::__anon35572::__anon35585
977 ARMCondCode cond, IRJumpKind jk );
host_ppc_defs.h 671 IRJumpKind jk; member in struct:__anon35715::__anon35716::__anon35728
1040 PPCCondCode cond, IRJumpKind jk );
    [all...]
guest_arm_toIR.c 583 IRJumpKind jk /* if a jump is generated */ )
611 r15kind = jk;
12594 IRTemp jk = Ijk_Boring; local
14818 IRTemp jk = Ijk_Boring; local
15137 IRTemp jk = Ijk_Boring; local
15498 IRJumpKind jk = link ? Ijk_Call : Ijk_Boring; local
    [all...]
  /external/valgrind/main/callgrind/
main.c 1227 ClgJumpKind jk; local
1310 ClgJumpKind jk; local
1329 ClgJumpKind jk; local
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 2744 IRJumpKind jk; \/* Jump kind *\/ member in struct:_IRStmt::__anon36026::__anon36040
    [all...]

Completed in 1112 milliseconds