Searched defs:jk (Results 1 - 23 of 23) sorted by relevance

/external/fdlibm/
H A Dk_rem_pio2.c83 * 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] wher
[all...]
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteCholesky.h127 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) argument
243 if (jk < colPt
[all...]
/external/valgrind/VEX/priv/
H A Dhost_tilegx_isel.c1609 if (stmt->Ist.Exit.jk == Ijk_Boring
1610 || stmt->Ist.Exit.jk == Ijk_Call
1611 /* || stmt->Ist.Exit.jk == Ijk_Ret */) {
1634 switch (stmt->Ist.Exit.jk) {
1652 stmt->Ist.Exit.jk));
1677 static void iselNext ( ISelEnv * env, IRExpr * next, IRJumpKind jk, argument
1685 ppIRJumpKind(jk);
1692 if (jk == Ijk_Boring || jk == Ijk_Call) {
1717 switch (jk) {
[all...]
H A Dhost_arm64_isel.c3873 if (stmt->Ist.Exit.jk == Ijk_Boring) {
3894 switch (stmt->Ist.Exit.jk) {
3906 stmt->Ist.Exit.jk));
3930 IRExpr* next, IRJumpKind jk, Int offsIP )
3936 ppIRJumpKind(jk);
3944 if (jk == Ijk_Boring || jk == Ijk_Call) {
3970 switch (jk) {
3987 switch (jk) {
4000 addInstr(env, ARM64Instr_XAssisted(r, amPC, ARM64cc_AL, jk));
3929 iselNext( ISelEnv* env, IRExpr* next, IRJumpKind jk, Int offsIP ) argument
[all...]
H A Dhost_arm_isel.c6183 if (stmt->Ist.Exit.jk == Ijk_Boring
6184 || stmt->Ist.Exit.jk == Ijk_Call
6185 || stmt->Ist.Exit.jk == Ijk_Ret) {
6206 switch (stmt->Ist.Exit.jk) {
6217 stmt->Ist.Exit.jk));
6241 IRExpr* next, IRJumpKind jk, Int offsIP )
6247 ppIRJumpKind(jk);
6255 if (jk == Ijk_Boring || jk == Ijk_Call) {
6281 switch (jk) {
6240 iselNext( ISelEnv* env, IRExpr* next, IRJumpKind jk, Int offsIP ) argument
[all...]
H A Dhost_mips_isel.c3989 if (stmt->Ist.Exit.jk == Ijk_Boring
3990 || stmt->Ist.Exit.jk == Ijk_Call
3991 /* || stmt->Ist.Exit.jk == Ijk_Ret */) {
4016 switch (stmt->Ist.Exit.jk) {
4033 stmt->Ist.Exit.jk));
4059 IRExpr* next, IRJumpKind jk, Int offsIP )
4065 ppIRJumpKind(jk);
4073 if (jk == Ijk_Boring || jk == Ijk_Call) {
4102 switch (jk) {
4058 iselNext( ISelEnv* env, IRExpr* next, IRJumpKind jk, Int offsIP ) argument
[all...]
H A Dhost_s390_isel.c3926 if (stmt->Ist.Exit.jk == Ijk_Boring) {
3948 switch (stmt->Ist.Exit.jk) {
3960 stmt->Ist.Exit.jk));
4005 iselNext(ISelEnv *env, IRExpr *next, IRJumpKind jk, Int offsIP) argument
4011 ppIRJumpKind(jk);
4021 if (jk == Ijk_Boring || jk == Ijk_Call) {
4045 switch (jk) {
4063 switch (jk) {
4074 addInstr(env, s390_insn_xassisted(S390_CC_ALWAYS, dst, guest_IA, jk));
[all...]
H A Dhost_tilegx_defs.h435 IRJumpKind jk; member in struct:__anon19596::__anon19597::__anon19610
508 TILEGXCondCode cond, IRJumpKind jk );
H A Dir_defs.c1623 ppIRJumpKind(s->Ist.Exit.jk);
2166 IRStmt* IRStmt_Exit ( IRExpr* guard, IRJumpKind jk, IRConst* dst, argument
2171 s->Ist.Exit.jk = jk;
2429 s->Ist.Exit.jk,
H A Dhost_amd64_defs.h501 IRJumpKind jk; member in struct:__anon19098::__anon19099::__anon19114
739 AMD64CondCode cond, IRJumpKind jk );
H A Dhost_amd64_isel.c4770 if (stmt->Ist.Exit.jk == Ijk_Boring) {
4791 switch (stmt->Ist.Exit.jk) {
4805 addInstr(env, AMD64Instr_XAssisted(r, amRIP, cc, stmt->Ist.Exit.jk));
4829 IRExpr* next, IRJumpKind jk, Int offsIP )
4835 ppIRJumpKind(jk);
4843 if (jk == Ijk_Boring || jk == Ijk_Call) {
4870 switch (jk) {
4887 switch (jk) {
4901 addInstr(env, AMD64Instr_XAssisted(r, amRIP, Acc_ALWAYS, jk));
4828 iselNext( ISelEnv* env, IRExpr* next, IRJumpKind jk, Int offsIP ) argument
[all...]
H A Dhost_mips_defs.h476 IRJumpKind jk; member in struct:__anon19374::__anon19375::__anon19386
643 MIPSCondCode cond, IRJumpKind jk);
H A Dhost_x86_defs.h480 IRJumpKind jk; member in struct:__anon19646::__anon19647::__anon19661
677 X86CondCode cond, IRJumpKind jk );
H A Dhost_x86_isel.c4255 if (stmt->Ist.Exit.jk == Ijk_Boring) {
4276 switch (stmt->Ist.Exit.jk) {
4296 addInstr(env, X86Instr_XAssisted(r, amEIP, cc, stmt->Ist.Exit.jk));
4320 IRExpr* next, IRJumpKind jk, Int offsIP )
4326 ppIRJumpKind(jk);
4334 if (jk == Ijk_Boring || jk == Ijk_Call) {
4360 switch (jk) {
4377 switch (jk) {
4398 addInstr(env, X86Instr_XAssisted(r, amEIP, Xcc_ALWAYS, jk));
4319 iselNext( ISelEnv* env, IRExpr* next, IRJumpKind jk, Int offsIP ) argument
[all...]
H A Dhost_arm_defs.h717 IRJumpKind jk; member in struct:__anon19289::__anon19290::__anon19303
980 ARMCondCode cond, IRJumpKind jk );
H A Dhost_ppc_defs.h641 IRJumpKind jk; member in struct:__anon19436::__anon19437::__anon19449
1015 PPCCondCode cond, IRJumpKind jk );
H A Dhost_ppc_isel.c5955 if (stmt->Ist.Exit.jk == Ijk_Boring
5956 || stmt->Ist.Exit.jk == Ijk_Call
5957 /* || stmt->Ist.Exit.jk == Ijk_Ret */) {
5983 switch (stmt->Ist.Exit.jk) {
5998 stmt->Ist.Exit.jk));
6022 IRExpr* next, IRJumpKind jk, Int offsIP,
6029 ppIRJumpKind(jk);
6039 if (jk == Ijk_Boring || jk == Ijk_Call) {
6068 switch (jk) {
6021 iselNext( ISelEnv* env, IRExpr* next, IRJumpKind jk, Int offsIP, IREndness IEndianess) argument
[all...]
H A Dhost_arm64_defs.h625 IRJumpKind jk; member in struct:__anon19186::__anon19187::__anon19202
900 ARM64CondCode cond, IRJumpKind jk );
H A Dguest_arm_toIR.c583 IRJumpKind jk /* if a jump is generated */ )
611 r15kind = jk;
12596 IRTemp jk = Ijk_Boring; local
12729 jk = Ijk_Ret;
12740 putIRegA( r, e, IRTemp_INVALID, jk );
14885 IRTemp jk = Ijk_Boring; local
14907 jk = Ijk_Ret;
14910 putIRegA( rD, mkexpr(res), condT, jk );
15204 IRTemp jk = Ijk_Boring; local
15212 jk
15565 IRJumpKind jk = link ? Ijk_Call : Ijk_Boring; local
[all...]
/external/v8/src/base/
H A Dieee754.cc461 * jk jk+1 is the initial number of terms of ipio2[] needed
477 * jp jp+1 is the number of terms in PIo2[] needed, jp = jk.
492 * fq[] final product of x*(2/pi) in fq[0],..,fq[jk]
506 static const int init_jk[] = {2, 3, 4, 6}; /* initial value for jk */
525 int32_t jz, jx, jv, jp, jk, carry, n, iq[20], i, j, k, m, q0, ih; local
528 /* initialize jk*/
529 jk = init_jk[prec];
530 jp = jk;
538 /* set up f[0] to f[jx+jk] wher
[all...]
/external/valgrind/callgrind/
H A Dmain.c1186 guest_exit = (st->Ist.Exit.jk == Ijk_Boring) ||
1187 (st->Ist.Exit.jk == Ijk_Call) ||
1188 (st->Ist.Exit.jk == Ijk_Ret);
1228 ClgJumpKind jk; local
1230 if (st->Ist.Exit.jk == Ijk_Call) jk = jk_Call;
1231 else if (st->Ist.Exit.jk == Ijk_Ret) jk = jk_Return;
1235 jk = jk_None;
1237 jk
1311 ClgJumpKind jk; local
1330 ClgJumpKind jk; local
[all...]
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h2893 ppIRStmt output: if (<guard>) goto {<jk>} <dst>
2902 IRJumpKind jk; /* Jump kind */ member in struct:_IRStmt::__anon19805::__anon19819
2926 extern IRStmt* IRStmt_Exit ( IRExpr* guard, IRJumpKind jk, IRConst* dst,
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 797 milliseconds