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

  /src/lib/libm/src/
w_j1.c 19 * wrapper of j1,y1
26 j1(double x) /* wrapper j1 */ function in typeref:typename:double
35 return __kernel_standard(x,x,36); /* j1(|x|>X_TLOSS) */
  /src/usr.bin/make/unit-tests/
meta-output.mk 11 all: output.-B output.-j1
25 output.-B output.-j1:
  /src/sys/arch/hpc/stand/hpcboot/
hpcboot.cpp 300 uint32_t j, j1; local in function:_bitdisp
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/sys/arch/hpc/hpc/
debug_subr.c 51 uint32_t j, j1; local in function:__dbg_bit_print
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 in typeref:typename:double
    [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 in function:crypto_core_salsa
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 in function:chacha20_encrypt_bytes
99 j1 = ctx->input[1];
126 x1 = j1;
152 x1 = PLUS(x1, j1);
  /src/usr.sbin/lpr/common_source/
common.c 326 int j1, j2; local in function:compar
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/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 in function:crypto_core
141 j1 = x1 = crypto_le32dec(c + 4);
169 crypto_le32enc(out + 4, x1 + j1);
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_T2_32.c 285 sljit_s32 s, j1, j2; local in function:set_jump_instruction
331 j1 = (~(diff >> 21) ^ s) & 0x1;
334 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff);

Completed in 17 milliseconds