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

  /bionic/libm/src/
k_rem_pio2.c 87 * jk jk+1 is the initial number of terms of ipio2[] needed
103 * jp jp+1 is the number of terms in PIo2[] needed, jp = jk.
118 * fq[] final product of x*(2/pi) in fq[0],..,fq[jk]
137 static const int init_jk[] = {2,3,4,6}; /* initial value for jk */
158 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
161 /* initialize jk*/
162 jk = init_jk[prec];
163 jp = jk;
170 /* set up f[0] to f[jx+jk] where f[jx+jk] = ipio2[jv+jk] *
    [all...]
k_rem_pio2f.c 26 static const int init_jk[] = {4,7,9}; /* initial value for jk */
50 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
53 /* initialize jk*/
54 jk = init_jk[prec];
55 jp = jk;
62 /* set up f[0] to f[jx+jk] where f[jx+jk] = ipio2[jv+jk] */
63 j = jv-jx; m = jx+jk;
66 /* compute q[0],q[1],...q[jk] */
    [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/valgrind/main/VEX/priv/
host_amd64_defs.h 493 IRJumpKind jk; member in struct:__anon13241::__anon13242::__anon13255
host_arm_defs.c 2899 IRJumpKind jk = i->ARMin.Goto.jk; local
    [all...]
host_arm_defs.h 682 IRJumpKind jk; member in struct:__anon13328::__anon13329::__anon13340
host_ppc_defs.h 583 IRJumpKind jk; member in struct:__anon13409::__anon13410::__anon13420
host_x86_defs.h 450 IRJumpKind jk; member in struct:__anon13526::__anon13527::__anon13539
guest_amd64_toIR.c 16435 IRJumpKind jk = Ijk_Boring; local
    [all...]
guest_arm_toIR.c 534 IRJumpKind jk /* if a jump is generated */ )
563 r15kind = jk;
10237 IRTemp jk = Ijk_Boring; local
12305 IRTemp jk = Ijk_Boring; local
12634 IRTemp jk = Ijk_Boring; local
12966 IRJumpKind jk = link ? Ijk_Call : Ijk_Boring; local
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 2119 IRJumpKind jk; \/* Jump kind *\/ member in struct:_IRStmt::__anon13637::__anon13649
    [all...]

Completed in 324 milliseconds