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

  /src/lib/libm/src/
b_exp.c 66 * R1 = x - x^2*(p1+x^2*(p2+x^2*(p3+x^2*(p4+p5*x^2)))).
87 static const double p4 = -0x1.bbd41c5d26bf1p-20; variable in typeref:typename:const double
118 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
  /src/lib/libm/noieee_src/
n_exp.c 58 * R1 = x - x^2*(p1+x^2*(p2+x^2*(p3+x^2*(p4+p5*x^2)))).
97 vc(p4, -1.6533902205465250480E-6 ,ea0e,b6dd,5f84,2e93, -19,-.DDEA0E2E935F84)
109 #define p4 vccast(p4) macro
116 ic(p4, -1.6533902205465251539E-6, -20, -1.BBD41C5D26BF1)
147 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
197 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
n_lgamma.c 119 #define p4 8.546740251667538090796227834289e-04 macro
248 p = p0+y*(p1+y*(p2+y*(p3+y*p4)));
n_erf.c 177 p4 = 5.223977576966219409445780927846432273191e-0003, variable in typeref:typename:const double
283 r = y*(p1+y*(p2+y*(p3+y*(p4+y*(p5+
347 r = y*(p1+y*(p2+y*(p3+y*(p4+y*(p5+
  /src/sys/arch/hp300/stand/common/
rominfo.h 56 char p4; /* ?? (FFFFFED3) */ member in struct:rominfo
scsireg.h 56 u_char p4, scsi_wrap; member in struct:scsidevice
  /src/lib/libm/ld128/
b_expl.c 51 #define p4 (p3u.extu_ld) macro
100 c = x - z * (p1 + z * (p2 + z * (p3 + z * (p4 +
  /src/lib/libm/ld80/
b_expl.c 52 #define p4 (p3u.extu_ld) macro
101 c = x - z * (p1 + z * (p2 + z * (p3 + z * (p4 +
  /src/tests/lib/libc/regex/
t_exhaust.c 170 p4(size_t len) function in typeref:typename:char *
203 { p4, REG_EXTENDED },
  /src/tests/lib/libc/string/
t_memmem.c 47 char p4[] = "abc"; variable in typeref:typename:char[]
93 expect(memmem(b2, lb2, p4, lp4) == NULL);
  /src/sys/arch/sun3/dev/
fb.c 237 * Probe for a P4 register at the passed virtual address.
238 * Returns P4 ID value, or -1 if no P4 register.
245 /* Read the P4 register. */
251 * framebuffer does not have a P4 register.
274 * Turn video on or off using the P4 register.
297 * Use the P4 register to determine the screen size.
302 int p4, p4type, p4size; local in function:fb_pfour_setsize
308 p4 = *fb->fb_pfour;
309 p4type = P4_FBTYPE(p4);
    [all...]
  /src/sys/crypto/adiantum/
adiantum.c 226 uint64_t p0, p1, p2, p3, p4; /* columns of product */
271 p4 = r4*k0 + r3*k1 + r2*k2 + r1*k3 + r0*k4;
278 p4 += c; c = p4 >> 26; h4 = p4 & 0x03ffffff;
224 uint64_t p0, p1, p2, p3, p4; \/* columns of product *\/ local in function:poly1305_update_blocks
  /src/sys/arch/luna68k/stand/boot/
scsireg.h 43 volatile uint8_t scsi_sctl, p3, p4, p5; /* 004 */ member in struct:scsidevice
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 755 ge25519_p3 p2, p3, p4, pt; local in function:ge25519_scalarmult_cache
768 ge25519_p1p1_to_p3(&p4, &t1);
769 ge25519_p3_to_cached(&pi[4 - 1], &p4); /* 4p = 2*2p */
783 ge25519_p3_dbl(&t1, &p4);
  /src/sys/netinet/
sctp_pcb.c 448 struct sctp_ipv4addr_param *p4, p4_buf; local in function:sctp_findassociation_ep_asconf
453 p4 = (struct sctp_ipv4addr_param *)sctp_get_next_param(m,
455 &p4_buf.ph, sizeof(*p4));
456 if (p4 == NULL) {
468 memcpy(&sin->sin_addr, &p4->addr, sizeof(struct in_addr));
1012 struct sctp_ipv4addr_param ip4_parm, *p4; local in function:sctp_findassociation_special_addr
1019 p4 = (struct sctp_ipv4addr_param *)phdr;
1020 memcpy(&sin4.sin_addr, &p4->addr, sizeof(p4->addr));
4023 struct sctp_ipv4addr_param *p4, p4_buf local in function:sctp_load_addresses_from_init
    [all...]
sctp_output.c 3176 struct sctp_ipv4addr_param *p4, p4_buf; local in function:sctp_are_there_new_addresses
3184 p4 = (struct sctp_ipv4addr_param *)phdr;
3185 sin4.sin_addr.s_addr = p4->addr;
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 497 S4 p4; local in function:StackTestFunc
503 break_optimization(&p4);
510 EXPECT_POISONED(p4);
  /src/tests/dev/audio/
audiotest.c 6046 #define p4 (0) macro
6096 #undef p4

Completed in 34 milliseconds