Symbol: rint
include/math.h
302
double rint(double);
include/tgmath.h
181
#define rint(a) __TG_FN1(rint, (a))
lib/libm/noieee_src/n_floor.c
154
return rint((double)x);
lib/libm/noieee_src/n_floor.c
51
__weak_alias(rintl, rint)
lib/libm/src/e_scalb.c
44
if (rint(fn)!=fn) return (fn-fn)/(fn-fn);
lib/libm/src/k_standard.c
440
if(x<zero&&rint(y)!=y) exc.retval = -HUGE;
lib/libm/src/k_standard.c
444
if(x<zero&&rint(y)!=y) exc.retval = -HUGE_VAL;
lib/libm/src/k_standard.c
474
if(signbit(x)&&rint(y)!=y) exc.retval = -HUGE_VAL;
lib/libm/src/s_llrint.c
9
#define roundit rint
lib/libm/src/s_lrint.c
40
#define roundit rint
lib/libm/src/s_nearbyint.c
62
DECL(double, nearbyint, rint)
lib/libm/src/s_rint.c
82
__weak_alias(rintl, rint)
lib/lua/libm/libm.c
148
DFUNC_DBL(rint)
sys/arch/amiga/dev/if_qn.c
709
u_short tint, rint, tintmask;
sys/arch/amiga/dev/if_qn.c
720
rint = (*sc->nic_r_status) & NIC_R_MASK;
sys/arch/amiga/dev/if_qn.c
723
if (tint == 0 && rint == 0)
sys/arch/amiga/dev/if_qn.c
776
if (rint != 0)
sys/arch/amiga/dev/if_qn.c
777
qn_rint(sc, rint);
sys/arch/arm/at91/at91dbgu.c
922
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/arch/arm/at91/at91dbgu.c
957
if ((*rint)(code, tp) == -1) {
sys/arch/arm/at91/at91usart.c
976
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/arch/arm/at91/at91usart.c
984
if ((*rint)(code, tp) == -1) {
sys/arch/arm/ep93xx/epcom.c
916
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/arch/arm/ep93xx/epcom.c
951
if ((*rint)(code, tp) == -1) {
sys/arch/arm/imx/imxuart.c
1524
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/arch/arm/imx/imxuart.c
1572
if ((*rint)(code, tp) == -1) {
sys/arch/arm/ixp12x0/ixp12x0_com.c
920
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/arch/arm/ixp12x0/ixp12x0_com.c
955
if ((*rint)(code, tp) == -1) {
sys/arch/arm/s3c2xx0/sscom.c
1369
int (*rint) (int, struct tty *) = tp->t_linesw->l_rint;
sys/arch/arm/s3c2xx0/sscom.c
1402
if ((*rint)(code, tp) == -1) {
sys/arch/arm/sa11x0/sa11x0_com.c
1147
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/arch/arm/sa11x0/sa11x0_com.c
1165
if ((*rint)(code, tp) == -1) {
sys/arch/arm/xilinx/zynq_uart.c
1478
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/arch/arm/xilinx/zynq_uart.c
1522
if ((*rint)(code, tp) == -1) {
sys/arch/evbarm/dev/plcom.c
1875
int (*rint) (int, struct tty *) = tp->t_linesw->l_rint;
sys/arch/evbarm/dev/plcom.c
1908
if ((*rint)(code, tp) == -1) {
sys/arch/evbppc/virtex/dev/xlcom.c
271
int (*rint)(int, struct tty *);
sys/arch/evbppc/virtex/dev/xlcom.c
280
rint = tp->t_linesw->l_rint;
sys/arch/evbppc/virtex/dev/xlcom.c
297
if ((rint)(d, tp) == -1) {
sys/arch/hpcmips/tx/txcom.c
715
int (*rint)(int, struct tty *);
sys/arch/hpcmips/tx/txcom.c
719
rint = tp->t_linesw->l_rint;
sys/arch/hpcmips/tx/txcom.c
728
if ((*rint)(code, tp) == -1) {
sys/arch/mips/sibyte/dev/sbjcn.c
1218
int (*rint)(int c, struct tty *tp) = tp->t_linesw->l_rint;
sys/arch/mips/sibyte/dev/sbjcn.c
1251
if ((*rint)(code, tp) == -1) {
sys/arch/mips/sibyte/dev/sbscn.c
1323
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/arch/mips/sibyte/dev/sbscn.c
1356
if ((*rint)(code, tp) == -1) {
sys/arch/powerpc/mpc5200/psc.c
375
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/arch/powerpc/mpc5200/psc.c
384
if ((*rint)(c, tp) == -1)
sys/arch/sh3/dev/sci.c
905
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/arch/sh3/dev/sci.c
931
if ((*rint)(code, tp) == -1) {
sys/arch/sh3/dev/scif.c
1028
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/arch/sh3/dev/scif.c
1054
if ((*rint)(code, tp) == -1) {
sys/dev/ic/clmpcc.c
1339
int (*rint)(int, struct tty *);
sys/dev/ic/clmpcc.c
1352
rint = tp->t_linesw->l_rint;
sys/dev/ic/clmpcc.c
1358
if ( (rint)(c, tp) == -1 ) {
sys/dev/ic/com.c
2184
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/dev/ic/com.c
2223
if ((*rint)(code, tp) == -1) {
sys/dev/ic/z8530tty.c
1543
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/dev/ic/z8530tty.c
1582
if ((*rint)(code, tp) == -1) {
sys/dev/marvell/gtmpsc.c
456
int (*rint)(int, struct tty *) = tp->t_linesw->l_rint;
sys/dev/marvell/gtmpsc.c
487
if ((*rint)(code, tp) == -1) {
sys/dev/usb/ucom.c
1831
int (*rint)(int, struct tty *);
sys/dev/usb/ucom.c
1838
rint = tp->t_linesw->l_rint;
sys/dev/usb/ucom.c
1846
if ((*rint)(ub->ub_data[ub->ub_index], tp) == -1) {
sys/dev/usb/ucycom.c
1006
if ((*rint)(*cp++, tp) == -1) {
sys/dev/usb/ucycom.c
965
int (*rint)(int , struct tty *) = tp->t_linesw->l_rint;
tests/lib/libc/gen/t_fpsetround.c
105
int g = (int)rint(d);
tests/lib/libc/gen/t_fpsetround.c
114
tst[i].n, (int)rint(d), tst[i].v[r]);
tests/lib/libm/t_fe_round.c
249
received = rint(values[i].input);
tests/lib/lua/libm/h_lualibm.c
77
TEST(rint(M_PI));
tests/lib/lua/libm/h_lualibm.c
78
TEST(rint(M_E));