Searched defs:jk (Results 1 - 14 of 14) 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_s390_isel.c2289 addInstr(env, s390_insn_branch(stmt->Ist.Exit.jk, cond, dst));
2327 iselNext(ISelEnv *env, IRExpr *next, IRJumpKind jk) argument
2333 ppIRJumpKind(jk);
2340 addInstr(env, s390_insn_branch(jk, S390_CC_ALWAYS, dst));
H A Dhost_amd64_defs.c745 AMD64Instr* AMD64Instr_Goto ( IRJumpKind jk, AMD64CondCode cond, AMD64RI* dst ) { argument
750 i->Ain.Goto.jk = jk;
1150 if (i->Ain.Goto.jk != Ijk_Boring
1151 && i->Ain.Goto.jk != Ijk_Call
1152 && i->Ain.Goto.jk != Ijk_Ret) {
1154 ppIRJumpKind(i->Ain.Goto.jk);
1540 if (i->Ain.Goto.jk != Ijk_Boring
1541 && i->Ain.Goto.jk != Ijk_Call
1542 && 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.c1231 ppIRJumpKind(s->Ist.Exit.jk);
1702 IRStmt* IRStmt_Exit ( IRExpr* guard, IRJumpKind jk, IRConst* dst ) { argument
1706 s->Ist.Exit.jk = jk;
1924 s->Ist.Exit.jk,
H A Dhost_amd64_defs.h493 IRJumpKind jk; member in struct:__anon11681::__anon11682::__anon11695
H A Dhost_arm_defs.c1174 ARMInstr* ARMInstr_Goto ( IRJumpKind jk, ARMCondCode cond, HReg gnext ) { argument
1177 i->ARMin.Goto.jk = jk;
1574 if (i->ARMin.Goto.jk != Ijk_Boring
1575 && i->ARMin.Goto.jk != Ijk_Call
1576 && i->ARMin.Goto.jk != Ijk_Ret) {
1578 ppIRJumpKind(i->ARMin.Goto.jk);
1954 if (i->ARMin.Goto.jk != Ijk_Boring
1955 && i->ARMin.Goto.jk != Ijk_Call
1956 && i->ARMin.Goto.jk !
2899 IRJumpKind jk = i->ARMin.Goto.jk; local
[all...]
H A Dhost_arm_defs.h682 IRJumpKind jk; member in struct:__anon11768::__anon11769::__anon11780
H A Dhost_ppc_defs.c833 PPCInstr* PPCInstr_Goto ( IRJumpKind jk, argument
839 i->Pin.Goto.jk = jk;
1342 if (i->Pin.Goto.jk != Ijk_Boring
1343 && i->Pin.Goto.jk != Ijk_Call
1344 && i->Pin.Goto.jk != Ijk_Ret) {
1346 ppIRJumpKind(i->Pin.Goto.jk);
1816 if (i->Pin.Goto.jk != Ijk_Boring
1817 && i->Pin.Goto.jk != Ijk_Call
1818 && i->Pin.Goto.jk !
[all...]
H A Dhost_ppc_defs.h583 IRJumpKind jk; member in struct:__anon11849::__anon11850::__anon11860
H A Dhost_x86_defs.h450 IRJumpKind jk; member in struct:__anon11966::__anon11967::__anon11979
H A Dguest_amd64_toIR.c16435 IRJumpKind jk = Ijk_Boring; local
16439 case 32: jk = Ijk_Sys_int32; break;
16444 jmp_lit(jk, guest_RIP_next_assumed);
H A Dguest_arm_toIR.c534 IRJumpKind jk /* if a jump is generated */ )
563 r15kind = jk;
10237 IRTemp jk = Ijk_Boring; local
10370 jk = Ijk_Ret;
10381 putIRegA( r, e, IRTemp_INVALID, jk );
12305 IRTemp jk = Ijk_Boring; local
12327 jk = Ijk_Ret;
12330 putIRegA( rD, mkexpr(res), condT, jk );
12634 IRTemp jk = Ijk_Boring; local
12642 jk
12966 IRJumpKind jk = link ? Ijk_Call : Ijk_Boring; local
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h2114 ppIRStmt output: if (<guard>) goto {<jk>} <dst>
2119 IRJumpKind jk; /* Jump kind */ member in struct:_IRStmt::__anon12077::__anon12089
2140 extern IRStmt* IRStmt_Exit ( IRExpr* guard, IRJumpKind jk, IRConst* dst );

Completed in 745 milliseconds