HomeSort by: relevance | last modified time | path
    Searched defs:p3 (Results 1 - 23 of 23) 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)))).
86 static const double p3 = 0x1.1566aaf25de2cp-14; variable in typeref:typename:const double
118 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
e_lgammaf_r.c 143 float t,y,z,nadj,p,p1,p2,p3,q,r,w; local in function:__ieee754_lgammaf_r
197 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
198 p = z*p1-(tt-w*(p2+y*p3));
e_lgamma_r.c 207 double t,y,z,nadj,p,p1,p2,p3,q,r,w; local in function:__ieee754_lgamma_r
261 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
262 p = z*p1-(tt-w*(p2+y*p3));
  /src/sys/arch/evbmips/alchemy/
autoconf.c 133 device_t p3 = device_parent(p2); local in function:device_register
137 device_is_a(p3, "aupcmcia")) {
  /src/sys/external/isc/libsodium/dist/test/default/
core_ed25519.c 41 unsigned char *p, *p2, *p3; local in function:main
58 p3 = (unsigned char *) sodium_malloc(crypto_core_ed25519_BYTES);
63 memcpy(p3, p, crypto_core_ed25519_BYTES);
70 if (memcmp(p, p3, crypto_core_ed25519_BYTES) == 0) {
76 if (memcmp(p, p3, crypto_core_ed25519_BYTES) != 0) {
83 memcpy(p3, p, crypto_core_ed25519_BYTES);
91 if (crypto_scalarmult_ed25519(p3, sc, p) != 0) {
94 if (memcmp(p2, p3, crypto_core_ed25519_BYTES) != 0) {
118 crypto_core_ed25519_add(p3, p2, p2);
119 crypto_core_ed25519_sub(p3, p3, p2)
    [all...]
pwhash_scrypt_ll.c 21 static const uint32_t p3 = 1U; variable in typeref:typename:const uint32_t
56 tv(passwd3, salt3, N3, r3, p3);
  /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)))).
96 vc(p3, 6.6137563214379341918E-5 ,b355,398a,f15f,792e, -13, .8AB355792EF15F)
108 #define p3 vccast(p3) macro
115 ic(p3, 6.6137563214379343612E-5, -14, 1.1566AAF25DE2C)
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 118 #define p3 1.950702176409779831089963408886e-02 macro
248 p = p0+y*(p1+y*(p2+y*(p3+y*p4)));
n_erf.c 176 p3 = -2.686617064084433642889526516177508374437e-0002, 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 54 char p3[0x100]; /* ?? (FFFFFDD2) */ member in struct:rominfo
  /src/lib/libm/ld128/
b_expl.c 50 #define p3 (p2u.extu_ld) macro
100 c = x - z * (p1 + z * (p2 + z * (p3 + z * (p4 +
  /src/lib/libm/ld80/
b_expl.c 51 #define p3 (p2u.extu_ld) macro
101 c = x - z * (p1 + z * (p2 + z * (p3 + z * (p4 +
  /src/sys/arch/pmax/ibus/
dz_ibus.c 129 uint16_t p3[3]; member in struct:dzregs
  /src/tests/lib/libc/regex/
t_exhaust.c 164 p3(size_t len) function in typeref:typename:char *
202 { p3, REG_EXTENDED },
  /src/tests/lib/libc/string/
t_memmem.c 45 char p3[] = "789"; variable in typeref:typename:char[]
88 expect(memmem(b2, lb2, p3, lp3) == (b2 + 7));
  /src/tests/lib/libppath/
t_ppath.c 435 ppath_t *p, *p2, *p3; local in function:ATF_TC_BODY
454 (p3 = ppath_create()) == NULL)
469 if (ppath_push_key(p3, "John Doe") == NULL)
485 rc = ppath_get_object(nd, p3, &r);
495 rc = ppath_get_object(nd, p3, &or);
545 ppath_release(p3);
574 ppath_t *p, *p2, *p3; local in function:ATF_TC_BODY
593 (p3 = ppath_create()) == NULL)
608 if (ppath_push_key(p3, "John Doe") == NULL)
626 rc = ppath_get_object(nd, p3, &r)
    [all...]
  /src/usr.bin/netstat/
inet.c 427 #define p3(f, m) if (tcpstat[f] || sflag <= 1) \ macro
493 p3(TCP_STAT_PCBHASHMISS, "\t%" PRIu64 " PCB hash miss%s\n");
533 #undef p3
563 #define p3(f, m) if (udpstat[f] || sflag <= 1) \ macro
584 p3(UDP_STAT_PCBHASHMISS, "\t%" PRIu64 " PCB hash miss%s\n");
589 #undef p3
inet6.c 435 #define p3(f, m) if (tcp6stat.f || sflag <= 1) \ macro
492 p3(tcp6s_pcbcachemiss, "\t%ld PCB cache miss%s\n");
495 #undef p3
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
salproc.h 27 UINT64 p3; member in struct:__anon179f65080108
  /src/sys/crypto/adiantum/
adiantum.c 226 uint64_t p0, p1, p2, p3, p4; /* columns of product */
270 p3 = r3*k0 + r2*k1 + r1*k2 + r0*k3 + 5*r4*k4;
277 p3 += c; c = p3 >> 26; h3 = p3 & 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
764 ge25519_p1p1_to_p3(&p3, &t1);
765 ge25519_p3_to_cached(&pi[3 - 1], &p3); /* 3p = 2p+p */
775 ge25519_p3_dbl(&t1, &p3);
1979 ge25519_p3 p3; local in function:ge25519_from_uniform
2032 if (ge25519_frombytes(&p3, s) != 0) {
2037 ge25519_p3_dbl(&p1, &p3);
2042 ge25519_p1p1_to_p3(&p3, &p1);
2044 ge25519_p3_tobytes(s, &p3);
  /src/usr.sbin/sysinst/
part_edit.c 1444 char *p3 = str_arg_subst(msg_string(MSG_part_limit_disksize), local in function:select_part_scheme
1447 total = strlen(p1) + strlen(p2) + strlen(p3)
1455 strcpy(tmp, p3);
1456 free(p3);

Completed in 30 milliseconds