Searched refs:ww (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dpowl.c455 long double ww, y; local
503 ww = x;
506 ww = ww * ww; /* arg to the 2-to-the-kth power */
508 y *= ww;
/haiku/src/libs/mapm/
H A Dmapm_fft.c113 * yielding a 2*nbytes result in 'ww'.
120 * ww [0] [1] [2] ... [2N-1]
123 void M_fast_mul_fft(UCHAR *ww, UCHAR *uu, UCHAR *vv, int nbytes) argument
235 w0 = ww;
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c1571 int32 ww; local
1610 if ((ww = atomic_add(&port->wr_time_wait, -1)) > 0) {

Completed in 121 milliseconds