HomeSort by relevance Sort by last modified time
    Searched defs:jk (Results 1 - 10 of 10) 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/valgrind/main/VEX/priv/
host_mips_defs.h 515 IRJumpKind jk; member in struct:__anon29095::__anon29096::__anon29107
661 MIPSCondCode cond, IRJumpKind jk);
host_amd64_defs.h 495 IRJumpKind jk; member in struct:__anon28916::__anon28917::__anon28932
707 AMD64CondCode cond, IRJumpKind jk );
host_x86_defs.h 473 IRJumpKind jk; member in struct:__anon29299::__anon29300::__anon29314
670 X86CondCode cond, IRJumpKind jk );
host_arm_defs.h 708 IRJumpKind jk; member in struct:__anon29007::__anon29008::__anon29021
969 ARMCondCode cond, IRJumpKind jk );
host_ppc_defs.h 638 IRJumpKind jk; member in struct:__anon29154::__anon29155::__anon29167
976 PPCCondCode cond, IRJumpKind jk );
    [all...]
guest_arm_toIR.c 534 IRJumpKind jk /* if a jump is generated */ )
563 r15kind = jk;
10701 IRTemp jk = Ijk_Boring; local
12842 IRTemp jk = Ijk_Boring; local
13171 IRTemp jk = Ijk_Boring; local
13503 IRJumpKind jk = link ? Ijk_Call : Ijk_Boring; local
    [all...]
  /external/valgrind/main/callgrind/
main.c 1155 ClgJumpKind jk; local
1235 ClgJumpKind jk; local
1254 ClgJumpKind jk; local
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 2384 IRJumpKind jk; \/* Jump kind *\/ member in struct:_IRStmt::__anon29423::__anon29435
    [all...]

Completed in 111 milliseconds