Searched refs:rad (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dcommon.cpp28 void common_output::dashed_circle(const position &cent, double rad, argument
34 double dash_angle = lt.dash_width/rad;
47 circle(cent, rad, slt, -1.0);
57 solid_arc(cent, rad, start_angle, start_angle + dash_angle, lt);
63 void common_output::dotted_circle(const position &cent, double rad, argument
67 double gap_angle = lt.dash_width/rad;
80 dot(cent + position(cos(ang), sin(ang))*rad, lt);
265 double rad = hypot(c - start); local
266 double dash_angle = lt.dash_width/rad;
271 solid_arc(cent, rad, start_angl
298 double rad = hypot(c - start); local
310 solid_arc(const position &cent, double rad, double start_angle, double end_angle, const line_type &lt) argument
323 rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt, double fill) argument
346 dashed_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
406 dash_arc(const position &cent, double rad, double start_angle, double end_angle, const line_type &lt, double dash_width, double gap_width, double *offsetp) argument
484 dotted_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
543 dot_arc(const position &cent, double rad, double start_angle, double end_angle, const line_type &lt, double gap_width, double *offsetp) argument
593 solid_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
628 filled_rounded_box(const position &cent, const distance &dim, double rad, double fill) argument
[all...]
H A Dcommon.h29 void dash_arc(const position &cent, double rad,
34 void dot_arc(const position &cent, double rad,
42 void dashed_circle(const position &, double rad, const line_type &);
43 void dotted_circle(const position &, double rad, const line_type &);
50 virtual void solid_arc(const position &cent, double rad, double start_angle,
62 void circle(const position &, double rad, const line_type &, double) = 0;
H A Dtex.cpp44 void circle(const position &, double rad, const line_type &, double);
61 void solid_arc(const position &cent, double rad, double start_angle,
242 void tex_output::solid_arc(const position &cent, double rad, argument
251 milliinches(rad/scale),
252 milliinches(rad/scale),
287 void tex_output::circle(const position &cent, double rad, argument
295 ellipse(cent, position(rad*2.0, rad*2.0), ilt, fill);
299 dashed_circle(cent, rad, lt);
304 ellipse(cent, position(rad*2.
[all...]
H A Dtroff.cpp36 virtual void simple_circle(int, const position &, double rad) = 0;
57 void circle(const position &, double rad, const line_type &, double);
162 void simple_output::circle(const position &cent, double rad, argument
168 simple_circle(1, cent, rad);
175 dashed_circle(cent, rad, lt);
178 dotted_circle(cent, rad, lt);
181 simple_circle(0, cent, rad);
236 void simple_circle(int, const position &, double rad);
324 void troff_output::simple_circle(int filled, const position &cent, double rad) argument
331 c.x - rad/scal
[all...]
H A Doutput.h45 virtual void circle(const position &, double rad,
H A Dobject.cpp1517 double rad; member in class:arc_object
1522 double radius() { return rad; }
1541 rad = hypot(c - s);
1555 result.y += rad;
1562 result.y -= rad;
1569 result.x += rad;
1576 result.x -= rad;
1583 result.x += rad/M_SQRT2;
1584 result.y += rad/M_SQRT2;
1591 result.x -= rad/M_SQRT
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-radius.c899 register const struct radius_hdr *rad; local
903 rad = (struct radius_hdr *)dat;
904 len = EXTRACT_16BITS(&rad->len);
917 tok2str(radius_command_values,"Unknown Command",rad->code),
918 rad->code,
919 rad->id,
926 tok2str(radius_command_values,"Unknown Command",rad->code),
927 rad->code,
928 rad->id);
931 printf("%02x", rad
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_netbsd.h76 struct pool rad; /* Raid Access Descriptors */ member in struct:RF_Pools_s
H A Drf_driver.c120 /* rad == RF_RaidAccessDesc_t */
552 pool_destroy(&rf_pools.rad);
559 rf_pool_init(&rf_pools.rad, sizeof(RF_RaidAccessDesc_t),
573 desc = pool_get(&rf_pools.rad, PR_WAITOK);
583 pool_put(&rf_pools.rad, desc);
644 pool_put(&rf_pools.rad, desc);
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl_table.c426 print_addrx(struct pfr_addr *ad, struct pfr_addr *rad, int dns) argument
432 fback = (rad != NULL) ? rad->pfra_fback : ad->pfra_fback;
439 if (rad != NULL && fback != PFR_FB_NONE) {
442 inet_ntop(rad->pfra_af, &rad->pfra_u, buf, sizeof(buf));
443 printf("\t%c%s", (rad->pfra_not?'!':' '), buf);
444 if (rad->pfra_net < hostnet)
445 printf("/%d", rad->pfra_net);
447 if (rad !
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dscanner.l48 static void cvtdig(int rad);
559 cvtdig(int rad)
567 if (rad == 16)
570 rv = rv * rad + dig2num(c);
572 if (rv / rad < rv2)
582 if ((rad == 8 || rad == 16) && yylval.node.nd_val < 0)
H A Dtoken.c59 static void cvtdig(int rad);
918 cvtdig(int rad) argument
926 if (rad == 16)
929 rv = rv * rad + dig2num(c);
931 if (rv / rad < rv2)
941 if ((rad == 8 || rad == 16) && yylval.node.nd_val < 0)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grolbp/
H A Dlbp.h230 char x[4],y[4],rad[4]; local
233 vdmnum(radius,rad));
240 char x[4],y[4],rad[4],stx[4],sty[4],styl[4],op[4]; local
244 vdmnum(radius,rad),vdmnum(startangle,stx),vdmnum(angle,sty),\
253 char x[4],y[4],rad[4],stx[4],sty[4],enx[4],eny[4],styl[4],op[4]; local
257 vdmnum(radius,rad),vdmnum(startx,stx),vdmnum(starty,sty),\
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
H A Dallowed.c419 register_at( char *def, AttributeDescription **rad, int dupok ) argument
457 if ( rad ) *rad = ad;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grodvi/
H A Ddvi.cpp725 int rad; local
726 rad = milliinches(p[0]/2);
729 rad,
730 rad);
825 int rad = milliinches(int(sqrt(c[0]*c[0] + c[1]*c[1]) + .5)); local
831 sprintf(buf, "ar 0 0 %d %d %f %f", rad, rad, start, end);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/xditview/
H A Ddraw.c509 int rad = (int)((sqrt ((double)x_0*x_0 + (double)y_0*y_0) local
524 rad = DeviceToX (dw, rad);
526 XPos (dw) + DeviceToX (dw, x_0) - rad,
527 YPos (dw) + DeviceToX (dw, y_0) - rad,
528 rad*2, rad*2, angle1, angle2);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dat.c1064 register_at( const char *def, AttributeDescription **rad, int dupok ) argument
1102 if ( rad ) *rad = ad;
H A Dbconfig.c5623 AttributeDescription *rad = NULL; local
5645 slap_bv2ad( &rdn, &rad, &rs->sr_text );
5650 if ( ml->sml_desc == rad ) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh/
H A Dinterp.c1624 double rad = ldexp ((in & 0xffff), -15) * 3.141592653589793238462643383; local
1625 double result = (*f) (rad);

Completed in 364 milliseconds