Searched refs:lrint (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xmag/dist/
H A Dconfigure.ac44 # - lrint() is a C99 addition not found on some older systems
45 # - must do the libm check first so that the lrint check will have it in $LIBS
47 AC_SEARCH_LIBS([lrint], [m])
48 AC_CHECK_FUNCS([lrint])
H A DScale.c51 #define myrint(x) lrint(x)
H A Dconfigure11521 # - lrint() is a C99 addition not found on some older systems
11522 # - must do the libm check first so that the lrint check will have it in $LIBS
11590 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing lrint" >&5
11591 printf %s "checking for library containing lrint... " >&6; }
11609 char lrint (void);
11613 return lrint ();
11657 ac_fn_c_check_func "$LINENO" "lrint" "ac_cv_func_lrint"
/xsrc/external/mit/bitmap/dist/
H A Dconfigure.ac50 # - lrint() is a C99 addition not found on some older systems
51 # - must do the libm check first so that the lrint check will have it in $LIBS
54 AC_SEARCH_LIBS([lrint], [m])
55 AC_CHECK_FUNCS([lrint])
H A DGraphics.c54 # define rint(x) lrint(x)
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Drounding.h128 return lrint(x);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Drounding.h127 return lrint(x);
/xsrc/external/mit/MesaLib.old/dist/include/
H A Dc99_math.h53 lrint(double d) function in typeref:typename:long int
/xsrc/external/mit/MesaLib/dist/include/
H A Dc99_math.h53 lrint(double d) function in typeref:typename:long int
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_pack_color.h531 return (uint32_t) lrint(z * 0xffff);
544 return (uint32_t) lrint(z * 0xffffff);
549 return ((uint32_t) lrint(z * 0xffffff)) << 8;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_pack_color.h539 return (uint32_t) lrint(z * 0xffff);
552 return (uint32_t) lrint(z * 0xffffff);
557 return ((uint32_t) lrint(z * 0xffffff)) << 8;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c241 printf(" timings %d %d %d %d %d %d %d\n", (int)lrint(1000000.0 / m->pclk), /* pixclock in picoseconds */
/xsrc/external/mit/xf86-video-ati/xorg-server-copy/
H A Dfi1236.c228 m->LO1I=lrint(m->f_lo1/f_ref);
264 m->NUM=m->STEP*lrint((1.0*m->NUM)/(1.0*m->STEP));
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dfi1236.c228 m->LO1I=lrint(m->f_lo1/f_ref);
264 m->NUM=m->STEP*lrint((1.0*m->NUM)/(1.0*m->STEP));

Completed in 21 milliseconds