HomeSort by: relevance | last modified time | path
    Searched defs:rint (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/lib/libm/arch/i387/
s_rint.S 12 ENTRY(rint) function
  /src/lib/libm/arch/m68k/
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)
  /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);
  /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);
  /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) {
  /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) {
  /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) {
  /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) {
  /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) {
com.c 2031 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:com_rxsoft
2070 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) {
scif.c 1028 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:scif_rxsoft
1054 if ((*rint)(code, tp) == -1) {
  /src/sys/dev/usb/
ucycom.c 965 int (*rint)(int , struct tty *) = tp->t_linesw->l_rint; local in function:ucycom_intr
1006 if ((*rint)(*cp++, tp) == -1) {
  /src/sys/dev/marvell/
gtmpsc.c 456 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:gtmpsc_softintr
487 if ((*rint)(code, tp) == -1) {
  /src/sys/arch/hpcmips/tx/
txcom.c 715 int (*rint)(int, struct tty *); local in function:txcom_rxsoft
719 rint = tp->t_linesw->l_rint;
728 if ((*rint)(code, tp) == -1) {
  /src/sys/arch/mips/sibyte/dev/
sbjcn.c 1218 int (*rint)(int c, struct tty *tp) = tp->t_linesw->l_rint; local in function:sbjcn_rxsoft
1251 if ((*rint)(code, tp) == -1) {
sbscn.c 1323 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:sbscn_rxsoft
1356 if ((*rint)(code, tp) == -1) {
  /src/sys/arch/arm/imx/
imxuart.c 1524 int (*rint)(int, struct tty *) = tp->t_linesw->l_rint; local in function:imxuart_rxsoft
1572 if ((*rint)(code, tp) == -1) {
  /src/sys/arch/arm/s3c2xx0/
sscom.c 1369 int (*rint) (int, struct tty *) = tp->t_linesw->l_rint; local in function:sscom_rxsoft
1402 if ((*rint)(code, tp) == -1) {
  /src/sys/arch/evbarm/dev/
plcom.c 1875 int (*rint) (int, struct tty *) = tp->t_linesw->l_rint; local in function:plcom_rxsoft
1908 if ((*rint)(code, tp) == -1) {

Completed in 37 milliseconds

1 2