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

/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dlrint.s1 .global lrint
2 .type lrint,@function
3 lrint: label
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dlrint.s1 .global lrint
2 .type lrint,@function
3 lrint: label
/haiku/src/system/libroot/posix/musl/math/arm64/
H A Dlrint.c3 long lrint(double x) function
/haiku/src/system/libroot/posix/musl/math/
H A Dlrint.c8 lrint raises the invalid exception.
16 does not make it clear if that rule applies to lrint, but
38 /* avoid stack frame in lrint */
54 long lrint(double x) function
68 long lrint(double x) function
H A Dlrintl.c9 return lrint(x);
13 see comments in lrint.c
/haiku/src/system/libroot/posix/glibc/misc/
H A Defgcvt.c45 # define NDIGIT_MAX (lrint (ceil (M_LN2 / M_LN10 * DBL_MANT_DIG + 1.0)))
H A Defgcvt_r.c44 # define NDIGIT_MAX (lrint (ceil (M_LN2 / M_LN10 * DBL_MANT_DIG + 1.0)))
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h309 __MATHDECL (long int,lrint,, (_Mdouble_ __x));
/haiku/headers/posix/
H A Dmath.h233 extern long lrint(double x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2054 void lrint() {} function
H A Dlibroot_stubs_legacy.c2022 void lrint() {} function

Completed in 156 milliseconds