Date: Sat, 15 Jan 2005 22:57:17 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/i387 s_llrint.S s_lrint.S src/lib/msun/man lrint.3 lround.3 src/lib/msun/src s_llrint.c s_llrintf.c s_llround.c s_llroundf.c s_lrint.c s_lrintf.c s_lround.c s_lroundf.c Message-ID: <200501152257.j0FMvHNo003422@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2005-01-15 22:57:17 UTC FreeBSD src repository Added files: (Branch: RELENG_5) lib/msun/i387 s_llrint.S s_lrint.S lib/msun/man lrint.3 lround.3 lib/msun/src s_llrint.c s_llrintf.c s_llround.c s_llroundf.c s_lrint.c s_lrintf.c s_lround.c s_lroundf.c Log: MFC rev. 1.1: Implement [l]lrint[f]() and [l]lround[f](). Revision Changes Path 1.1.2.1 +36 -0 src/lib/msun/i387/s_llrint.S (new) 1.1.2.1 +35 -0 src/lib/msun/i387/s_lrint.S (new) 1.2.2.1 +94 -0 src/lib/msun/man/lrint.3 (new) 1.2.2.1 +94 -0 src/lib/msun/man/lround.3 (new) 1.1.2.1 +9 -0 src/lib/msun/src/s_llrint.c (new) 1.1.2.1 +9 -0 src/lib/msun/src/s_llrintf.c (new) 1.1.2.1 +11 -0 src/lib/msun/src/s_llround.c (new) 1.1.2.1 +11 -0 src/lib/msun/src/s_llroundf.c (new) 1.1.2.1 +58 -0 src/lib/msun/src/s_lrint.c (new) 1.1.2.1 +9 -0 src/lib/msun/src/s_lrintf.c (new) 1.1.2.1 +67 -0 src/lib/msun/src/s_lround.c (new) 1.1.2.1 +11 -0 src/lib/msun/src/s_lroundf.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501152257.j0FMvHNo003422>