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

/freebsd-11-stable/lib/msun/ld80/
H A De_powl.c568 long double ww, y; local
647 ww = x;
651 ww = ww * ww; /* arg to the 2-to-the-kth power */
653 y *= ww;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dreps-strings.c1416 window_write_t *ww;
1490 windows = apr_array_make(pool, 1, sizeof(ww));
1508 ww = apr_pcalloc(pool, sizeof(*ww));
1509 ww->key = new_target_baton.key;
1510 ww->svndiff_len = new_target_baton.size;
1511 ww->text_off = tview_off;
1512 ww->text_len = window->tview_len;
1513 APR_ARRAY_PUSH(windows, window_write_t *) = ww;
1517 diffsize += ww
1409 window_write_t *ww; local
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A DMakefile.in75 TROFF=$(TROFFBIN) $(TFLAG) $(FFLAG) -ww
81 | $(GROFFBIN) $(TFLAG) $(FFLAG) -Upet -ww
H A DMakefile.sub51 | $(GROFFBIN) $(TFLAG) $(FFLAG) -Upet -ww
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.c372 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low
375 ww.s.high -= uu.s.low;
376 if (__builtin_expect (ww.s.high < 0, 1))
377 return ww.ll; local
387 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low
390 ww.s.high -= vv.s.low;
391 if (__builtin_expect (ww.s.high < 0, 1))
392 return ww.ll;
399 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low
402 ww
362 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low local
389 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low local
1076 const DWunion ww = {{.low = q0, .high = q1}}; local
[all...]
/freebsd-11-stable/contrib/amd/amq/
H A Damq.c275 int ww = strlen(mi->mi_wildcard ? mi->mi_wildcard : "(null"); local
278 if (ww > *wwid)
279 *wwid = ww;
/freebsd-11-stable/gnu/usr.bin/rcs/
H A Drcstest218 ci -d"$date" -nOz -ss -ww -u2.1 -mm $q a.c &&

Completed in 186 milliseconds