Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
6a42799bcccb33f9c482774c8a7e007a23c783e9
6a42799bcccb33f9c482774c8a7e007a23c783e9
sysdeps
ieee754
ldbl-opt
nldbl-lrint.c
Fork and Edit
Blob
Blame
History
Raw
#include "nldbl-compat.h" long int attribute_hidden lrintl (double x) { return lrint (x); }