/src/tests/rump/rumpkern/h_client/ |
h_reconcli.c | 84 pthread_t pt, w1, w2, w3, w4; local in function:main 109 pthread_create(&w4, NULL, worker, NULL); 118 pthread_join(w4, NULL);
|
/src/lib/libm/src/ |
e_lgammaf_r.c | 88 w4 = -5.9518753551e-04, /* 0xba1c065c */ variable in typeref:typename:const float 227 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
e_lgamma_r.c | 152 w4 = -5.95187557450339963135e-04, /* 0xBF4380CB, 0x8C0FE741 */ variable in typeref:typename:const double 291 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
/src/lib/libm/ld80/ |
e_lgammal_r.c | 198 #define w4 (w4u.extu_ld) macro 345 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*w8)))))));
|
/src/sys/arch/arm/amlogic/ |
meson_genfb.c | 332 uint32_t cs, tc, w0, w1, w2, w3, w4; local in function:meson_genfb_osd_config 398 w4 = __SHIFTIN(height - 1, VIU_OSD_BLK_CFG_W4_V_END) | 404 VPU_WRITE(sc, VIU_OSD2_BLK0_CFG_W4_REG, w4);
|
/src/lib/libm/ld128/ |
e_lgammal_r.c | 167 w4 = -5.95238095238095234390450004444370959e-04L, variable in typeref:typename:const long double 319 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
|
/src/sbin/nvmectl/ |
bignum.c | 1809 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local in function:toom_cook_multiply 1813 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, 1859 /* w4 = a2 * b2 */ 1860 if ((res = signed_multiply(&a2, &b2, &w4)) != MP_OKAY) { 1957 if ((res = signed_subtract(&w1, &w4, &w1)) != MP_OKAY) { 1976 if ((res = signed_subtract(&w2, &w4, &w2)) != MP_OKAY) { 1995 if ((res = lshift_bits(&w4, 3, &tmp1)) != MP_OKAY) { 2038 if ((res = lshift_digits(&w4, 4*B)) != MP_OKAY) { 2048 if ((res = signed_add(&w4, &tmp1, &tmp1)) != MP_OKAY) { 2056 mp_clear_multi(&w0, &w1, &w2, &w3, &w4, 2727 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local in function:toom_cook_square [all...] |
/src/sys/dev/usb/ |
xhci.c | 1229 const uint32_t w4 = xhci_read_4(sc, ecp + 4); local in function:xhci_id_protocols 1234 " SP: 0x%08x 0x%08x 0x%08x 0x%08x\n", w0, w4, w8, wc); 1236 if (w4 != XHCI_XECP_USBID)
|