Searched refs:degrees (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/binutils/libiberty/
H A Drandom.c162 static int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 }; variable
346 rand_deg = degrees[type];
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Drandom.c162 static int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 }; variable
346 rand_deg = degrees[type];
/freebsd-10-stable/lib/libc/stdlib/
H A Drandom.c142 static const int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 }; variable
383 if (type != TYPE_0 && rear >= degrees[type])
390 rand_deg = degrees[type];
/freebsd-10-stable/contrib/ntp/libntp/
H A Dntp_random.c321 static long degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 }; variable
437 rand_deg = degrees[type];
/freebsd-10-stable/contrib/groff/src/devices/grops/
H A Dps.cpp73 double degrees(double r) function
698 error("silly slant `%1' degrees", sty.slant);
1223 .put_float(degrees(atan2(-c[1], -c[0])))
1224 .put_float(degrees(atan2(p[1] + p[3] - c[1], p[0] + p[2] - c[0])))
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex3175 % @textdegree - the normal degrees sign.

Completed in 194 milliseconds