Searched defs:jk (Results 1 - 13 of 13) 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/valgrind/main/VEX/priv/
H A Dhost_amd64_defs.c723 AMD64Instr* AMD64Instr_Goto ( IRJumpKind jk, AMD64CondCode cond, AMD64RI* dst ) { argument
728 i->Ain.Goto.jk = jk;
1122 if (i->Ain.Goto.jk != Ijk_Boring
1123 && i->Ain.Goto.jk != Ijk_Call
1124 && i->Ain.Goto.jk != Ijk_Ret) {
1126 ppIRJumpKind(i->Ain.Goto.jk);
1503 if (i->Ain.Goto.jk != Ijk_Boring
1504 && i->Ain.Goto.jk != Ijk_Call
1505 && i->Ain.Goto.jk !
[all...]
H A Dhost_x86_defs.c650 X86Instr* X86Instr_Goto ( IRJumpKind jk, X86CondCode cond, X86RI* dst ) { argument
655 i->Xin.Goto.jk = jk;
961 if (i->Xin.Goto.jk != Ijk_Boring
962 && i->Xin.Goto.jk != Ijk_Call
963 && i->Xin.Goto.jk != Ijk_Ret) {
965 ppIRJumpKind(i->Xin.Goto.jk);
1265 if (i->Xin.Goto.jk != Ijk_Boring
1266 && i->Xin.Goto.jk != Ijk_Call
1267 && i->Xin.Goto.jk !
[all...]
H A Dir_defs.c1173 ppIRJumpKind(s->Ist.Exit.jk);
1629 IRStmt* IRStmt_Exit ( IRExpr* guard, IRJumpKind jk, IRConst* dst ) { argument
1633 s->Ist.Exit.jk = jk;
1847 s->Ist.Exit.jk,
H A Dhost_amd64_defs.h485 IRJumpKind jk; member in struct:__anon10407::__anon10408::__anon10420
H A Dhost_arm_defs.c1174 ARMInstr* ARMInstr_Goto ( IRJumpKind jk, ARMCondCode cond, HReg gnext ) { argument
1177 i->ARMin.Goto.jk = jk;
1569 if (i->ARMin.Goto.jk != Ijk_Boring
1570 && i->ARMin.Goto.jk != Ijk_Call
1571 && i->ARMin.Goto.jk != Ijk_Ret) {
1573 ppIRJumpKind(i->ARMin.Goto.jk);
1942 if (i->ARMin.Goto.jk != Ijk_Boring
1943 && i->ARMin.Goto.jk != Ijk_Call
1944 && i->ARMin.Goto.jk !
2878 IRJumpKind jk = i->ARMin.Goto.jk; local
[all...]
H A Dhost_arm_defs.h682 IRJumpKind jk; member in struct:__anon10493::__anon10494::__anon10505
H A Dhost_ppc_defs.c825 PPCInstr* PPCInstr_Goto ( IRJumpKind jk, argument
831 i->Pin.Goto.jk = jk;
1283 if (i->Pin.Goto.jk != Ijk_Boring
1284 && i->Pin.Goto.jk != Ijk_Call
1285 && i->Pin.Goto.jk != Ijk_Ret) {
1287 ppIRJumpKind(i->Pin.Goto.jk);
1738 if (i->Pin.Goto.jk != Ijk_Boring
1739 && i->Pin.Goto.jk != Ijk_Call
1740 && i->Pin.Goto.jk !
[all...]
H A Dhost_ppc_defs.h581 IRJumpKind jk; member in struct:__anon10573::__anon10574::__anon10584
H A Dhost_x86_defs.h450 IRJumpKind jk; member in struct:__anon10648::__anon10649::__anon10661
H A Dguest_amd64_toIR.c16253 IRJumpKind jk = Ijk_Boring; local
16257 case 32: jk = Ijk_Sys_int32; break;
16262 jmp_lit(jk, guest_RIP_next_assumed);
H A Dguest_arm_toIR.c534 IRJumpKind jk /* if a jump is generated */ )
563 r15kind = jk;
12907 IRJumpKind jk = link ? Ijk_Call : Ijk_Boring; local
12922 irsb->jumpkind = jk;
12975 jk, IRConst_U32(dst) ));
12977 irsb->jumpkind = jk;
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h2009 ppIRStmt output: if (<guard>) goto {<jk>} <dst>
2014 IRJumpKind jk; /* Jump kind */ member in struct:_IRStmt::__anon10757::__anon10769
2035 extern IRStmt* IRStmt_Exit ( IRExpr* guard, IRJumpKind jk, IRConst* dst );

Completed in 370 milliseconds