HomeSort by: relevance | last modified time | path
    Searched defs:j1 (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /src/lib/libm/src/
w_j1.c 19 * wrapper of j1,y1
26 j1(double x) /* wrapper j1 */ function
35 return __kernel_standard(x,x,36); /* j1(|x|>X_TLOSS) */
  /src/sys/arch/hpc/stand/hpcboot/
hpcboot.cpp 300 uint32_t j, j1; local
306 j1 = 1 << n;
308 for (j = j1, i = n; j > 0; j >>=1, i--) {
322 for (j = j1, i = n; j > 0; j >>=1, i--) {
  /src/external/gpl2/gettext/dist/gettext-tools/libuniname/
test-names.c 202 unsigned int l1, l2, j1, j2; local
222 for (j1 = 1; j1 <= l1; j1++)
223 if (j1 == l1 || s1[j1] == ' ')
227 memcpy (buf, s1, j1);
228 buf[j1] = ' ';
229 memcpy (buf + j1 + 1, s2 + j2, l2 - j2 + 1);
  /src/sys/arch/hpc/hpc/
debug_subr.c 51 uint32_t j, j1; local
56 j1 = 1 << n;
65 for (j = j1, i = n; j > 0; j >>=1, i--) {
79 for (j = j1, i = n; j > 0; j >>=1, i--) {
  /src/lib/libm/noieee_src/
n_j1.c 33 static char sccsid[] = "@(#)j1.c 8.2 (Berkeley) 11/30/93";
67 /* double j1(double x), y1(double x)
69 * Method -- j1(x):
70 * 1. For tiny x, we use j1(x) = x/2 - x^3/16 + x^5/384 - ...
71 * 2. Reduce x to |x| since j1(x)=-j1(-x), and
73 * j1(x) = x/2 + x*z*R0/S0, where z = x*x;
74 * (precision: |j1/x - 1/2 - R0/S0 |<2**-61.51 )
76 * j1(x) = sqrt(2/(pi*x))*(p1(x)*cos(x1)-q1(x)*sin(x1))
89 * j1(nan)= na
147 j1(double x) function
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/salsa/ref/
core_salsa_ref.c 17 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, local
31 j1 = x1 = LOAD32_LE(k + 0);
80 STORE32_LE(out + 4, x1 + j1);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
chacha20_ref.c 86 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, local
99 j1 = ctx->input[1];
126 x1 = j1;
152 x1 = PLUS(x1, j1);
  /src/crypto/external/bsd/openssh/dist/
chacha.c 94 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
102 j1 = x->input[1];
126 x1 = j1;
152 x1 = PLUS(x1,j1);
  /src/external/bsd/unbound/dist/compat/
chacha_private.h 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
100 j1 = x->input[1];
124 x1 = j1;
150 x1 = PLUS(x1,j1);
  /src/external/gpl2/gettext/dist/gettext-runtime/src/
envsubst.c 365 size_t j1, j2; local
367 j1 = 0;
372 while (j2 - j1 > 1)
375 with j1 <= j < j2. */
376 size_t j = (j1 + j2) >> 1;
384 j1 = j + 1;
386 if (j2 > j1)
387 if (strcmp (slp->item[j1], s) == 0)
  /src/external/gpl2/mkhybrid/dist/
rock.c 336 int lenpos, lenval, j0, j1; local
422 j1 = j0;
423 if(j1 > 0xf8) j1 = 0xf8;
425 if(j1 + currlen + CE_SIZE + (ipnt - recstart) > reclimit) {
426 j1 = reclimit - currlen - CE_SIZE - (ipnt - recstart);
429 Rock[ipnt++] = (j1 != j0 ? SL_CONTINUE : 0);
430 Rock[ipnt++] = j1;
431 strncpy((char *) Rock + ipnt, (char *) cpnt, j1);
432 ipnt += j1;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
print-rtl.cc 393 int j1; local
411 for (j1 = j + 1; j1 < limit; j1++)
412 if (XVECEXP (in_rtx, idx, j) != XVECEXP (in_rtx, idx, j1))
415 if (j1 != j + 1)
417 fprintf (m_outfile, " repeated x%i", j1 - j);
418 j = j1 - 1;
  /src/external/gpl3/gcc.old/dist/gcc/
print-rtl.cc 393 int j1; local
411 for (j1 = j + 1; j1 < limit; j1++)
412 if (XVECEXP (in_rtx, idx, j) != XVECEXP (in_rtx, idx, j1))
415 if (j1 != j + 1)
417 fprintf (m_outfile, " repeated x%i", j1 - j);
418 j = j1 - 1;
  /src/external/gpl3/gdb/dist/gdb/arch/
arm-get-next-pcs.c 123 int sign, j1, j2, imm1, imm2; local
129 j1 = bit (insn2, 13);
132 offset = (sign << 20) + (j2 << 19) + (j1 << 18);
445 int j1, j2, imm1, imm2; local
449 j1 = bit (inst2, 13);
453 offset ^= ((!j2) << 22) | ((!j1) << 23);
471 int sign, j1, j2, imm1, imm2; local
476 j1 = bit (inst2, 13);
480 = (sign << 20) + (j2 << 19) + (j1 << 18);
  /src/external/gpl3/gdb.old/dist/gdb/arch/
arm-get-next-pcs.c 124 int sign, j1, j2, imm1, imm2; local
130 j1 = bit (insn2, 13);
133 offset = (sign << 20) + (j2 << 19) + (j1 << 18);
446 int j1, j2, imm1, imm2; local
450 j1 = bit (inst2, 13);
454 offset ^= ((!j2) << 22) | ((!j1) << 23);
472 int sign, j1, j2, imm1, imm2; local
477 j1 = bit (inst2, 13);
481 = (sign << 20) + (j2 << 19) + (j1 << 18);
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
bind.c 1286 int n = 0, i, j1 = 0, j2 = 0, skipped = 0; local
1311 mt->mt_version, isroot, &mt->mt_idassert, &c[ j1 ] ) )
1317 j1++;
1329 switch ( slap_ctrl_session_tracking_request_add( op, rs, &c[ j1 + j2 ] ) ) {
1348 if ( j1 == 0 && j2 == 0 ) {
1352 assert( j1 + j2 <= (int) (sizeof( c )/sizeof( c[0] )) );
1359 ctrls = op->o_tmpalloc( (n + j1 + j2 + 1) * sizeof( LDAPControl * ) + ( j1 + j2 ) * sizeof( LDAPControl ),
1361 if ( j1 ) {
1362 ctrls[ 0 ] = (LDAPControl *)&ctrls[ n + j1 + j2 + 1 ]
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
bind.c 1640 int n = 0, i, j1 = 0, j2 = 0, skipped = 0; local
1665 mt->mt_version, &mt->mt_idassert, &c[ j1 ] ) )
1671 j1++;
1683 switch ( slap_ctrl_session_tracking_request_add( op, rs, &c[ j1 + j2 ] ) ) {
1702 if ( j1 == 0 && j2 == 0 ) {
1706 assert( j1 + j2 <= (int) (sizeof( c )/sizeof( c[0] )) );
1713 ctrls = op->o_tmpalloc( (n + j1 + j2 + 1) * sizeof( LDAPControl * ) + ( j1 + j2 ) * sizeof( LDAPControl ),
1715 if ( j1 ) {
1716 ctrls[ 0 ] = (LDAPControl *)&ctrls[ n + j1 + j2 + 1 ]
    [all...]
  /src/lib/libc/gen/
arc4random.c 137 uint32_t j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,j10,j11,j12,j13,j14,j15; local
141 j1 = x1 = crypto_le32dec(c + 4);
169 crypto_le32enc(out + 4, x1 + j1);
  /src/usr.sbin/lpr/common_source/
common.c 326 int j1, j2; local
333 j1 = atoi((*q1)->q_name+3);
336 if (j1 == j2)
338 if ((j1 < j2 && j2-j1 < 500) || (j1 > j2 && j1-j2 > 500))
340 if ((j1 < j2 && j2-j1 > 500) || (j1 > j2 && j1-j2 < 500)
    [all...]
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
lex.c 414 register char *i, *j, *j0, *j1, *prvstr; local
468 j1 = prvstr - 1;
469 if (j1<j-5) j1=j-5;
470 for(j0=j-2 ; j0>j1; -- j0)
476 if(j0 <= j1) goto copychar;
  /src/usr.bin/diff/
diffreg.c 866 int i, j, m, i0, i1, j0, j1, nc; local
888 j1 = J[i1 + 1] - 1;
889 J[i1] = j1;
900 for (i = i0, j = j0; i <= i1 && j <= j1; i++, j++)
908 while (j <= j1) {
913 change(file1, f1, file2, f2, i0, i1, j0, j1, &flags);
923 j1 = J[i1 - 1] + 1;
924 J[i1] = j1;
925 change(file1, f1, file2, f2, i1, i0, j1, j0, &flags);
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
bind.c 2814 int n = 0, i, j1 = 0, j2 = 0, skipped = 0; local
2839 li->li_version, &li->li_idassert, &c[ j1 ] ) )
2845 j1++;
2861 switch ( slap_ctrl_session_tracking_request_add( op, rs, &c[ j1 + j2 ] ) ) {
2880 if ( j1 == 0 && j2 == 0 ) {
2884 assert( j1 + j2 <= (int) (sizeof( c )/sizeof( c[0] )) );
2891 ctrls = op->o_tmpalloc( (n + j1 + j2 + 1) * sizeof( LDAPControl * ) + ( j1 + j2 ) * sizeof( LDAPControl ),
2893 if ( j1 ) {
2894 ctrls[ 0 ] = (LDAPControl *)&ctrls[ n + j1 + j2 + 1 ]
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
math.h 1878 /* On native Windows, map 'j1' to '_j1', so that -loldnames is not
1880 platforms by defining GNULIB_NAMESPACE::j1 always. */
1883 # undef j1 macro
1884 # define j1 _j1 macro
1886 _GL_CXXALIAS_MDA (j1, double, (double x));
1888 _GL_CXXALIAS_SYS (j1, double, (double x));
1890 _GL_CXXALIASWARN (j1); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
math.h 1878 /* On native Windows, map 'j1' to '_j1', so that -loldnames is not
1880 platforms by defining GNULIB_NAMESPACE::j1 always. */
1883 # undef j1 macro
1884 # define j1 _j1 macro
1886 _GL_CXXALIAS_MDA (j1, double, (double x));
1888 _GL_CXXALIAS_SYS (j1, double, (double x));
1890 _GL_CXXALIASWARN (j1); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
math.h 1878 /* On native Windows, map 'j1' to '_j1', so that -loldnames is not
1880 platforms by defining GNULIB_NAMESPACE::j1 always. */
1883 # undef j1 macro
1884 # define j1 _j1 macro
1886 _GL_CXXALIAS_MDA (j1, double, (double x));
1888 _GL_CXXALIAS_SYS (j1, double, (double x));
1890 _GL_CXXALIASWARN (j1); variable

Completed in 53 milliseconds

1 2 3 4