/src/lib/libm/arch/i387/ |
s_rint.S | 12 ENTRY(rint) function
|
s_rint.S | 12 ENTRY(rint) function
|
/src/lib/libm/arch/m68k/ |
s_rint.S | 43 | rint(x) 45 ENTRY(rint) function
|
s_rint.S | 43 | rint(x) 45 ENTRY(rint) function
|
/src/lib/libm/src/ |
s_rint.c | 19 * rint(x) 25 * Inexact flag raised if x not equal to rint(x). 38 rint(double x) function in typeref:typename:double 82 __weak_alias(rintl, rint)
|
s_rint.c | 19 * rint(x) 25 * Inexact flag raised if x not equal to rint(x). 38 rint(double x) function in typeref:typename:double 82 __weak_alias(rintl, rint)
|
/src/lib/libm/noieee_src/ |
n_floor.c | 51 __weak_alias(rintl, rint) 113 * algorithm for rint(x) in pseudo-pascal form ... 115 * real rint(x): real x; 134 rint(double x) function in typeref:typename:double 154 return rint((double)x);
|
n_floor.c | 51 __weak_alias(rintl, rint) 113 * algorithm for rint(x) in pseudo-pascal form ... 115 * real rint(x): real x; 134 rint(double x) function in typeref:typename:double 154 return rint((double)x);
|
/src/sys/arch/amiga/dev/ |
if_qn.c | 709 u_short tint, rint, tintmask; local in function:qnintr 720 rint = (*sc->nic_r_status) & NIC_R_MASK; 723 if (tint == 0 && rint == 0) 776 if (rint != 0) 777 qn_rint(sc, rint);
|
if_qn.c | 709 u_short tint, rint, tintmask; local in function:qnintr 720 rint = (*sc->nic_r_status) & NIC_R_MASK; 723 if (tint == 0 && rint == 0) 776 if (rint != 0) 777 qn_rint(sc, rint);
|
/src/sys/arch/evbppc/virtex/dev/ |
xlcom.c | 271 int (*rint)(int, struct tty *); local in function:xlcom_rx_soft 280 rint = tp->t_linesw->l_rint; 297 if ((rint)(d, tp) == -1) {
|
xlcom.c | 271 int (*rint)(int, struct tty *); local in function:xlcom_rx_soft 280 rint = tp->t_linesw->l_rint; 297 if ((rint)(d, tp) == -1) {
|
/src/sys/arch/arm/ixp12x0/ |
ixp12x0_com.c | 920 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:ixpcom_rxsoft 955 if ((*rint)(code, tp) == -1) {
|
ixp12x0_com.c | 920 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:ixpcom_rxsoft 955 if ((*rint)(code, tp) == -1) {
|
/src/sys/arch/arm/at91/ |
at91dbgu.c | 922 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:at91dbgu_rxsoft 957 if ((*rint)(code, tp) == -1) {
|
at91usart.c | 976 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:at91usart_rxsoft 984 if ((*rint)(code, tp) == -1) {
|
at91dbgu.c | 922 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:at91dbgu_rxsoft 957 if ((*rint)(code, tp) == -1) {
|
at91usart.c | 976 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:at91usart_rxsoft 984 if ((*rint)(code, tp) == -1) {
|
/src/sys/arch/arm/ep93xx/ |
epcom.c | 916 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:epcom_rxsoft 951 if ((*rint)(code, tp) == -1) {
|
epcom.c | 916 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:epcom_rxsoft 951 if ((*rint)(code, tp) == -1) {
|
/src/include/ |
tgmath.h | 181 #define rint(a) __TG_FN1(rint, (a)) macro
|
/src/sys/dev/ic/ |
clmpcc.c | 1339 int (*rint)(int, struct tty *); local in function:clmpcc_softintr 1352 rint = tp->t_linesw->l_rint; 1358 if ( (rint)(c, tp) == -1 ) {
|
z8530tty.c | 1543 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:zstty_rxsoft 1582 if ((*rint)(code, tp) == -1) {
|
/src/sys/arch/arm/sa11x0/ |
sa11x0_com.c | 1147 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:sacom_rxsoft 1165 if ((*rint)(code, tp) == -1) {
|
/src/sys/arch/sh3/dev/ |
sci.c | 905 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:sci_rxsoft 931 if ((*rint)(code, tp) == -1) {
|