Home
last modified time | relevance | path

Searched refs:llrint (Results 1 – 25 of 28) sorted by relevance

12

/netbsd/src/lib/libm/src/
Ds_llrint.c11 #define fn llrint
Ds_llrintl.c21 return llrint(x); in llrintl()
/netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/
Dtgmath.h99 #define llrint(x) __TGMATH_REAL(x, llrint) macro
/netbsd/src/include/
Dtgmath.h168 #define llrint(a) __TG_FN1(llrint, (a)) macro
Dmath.h416 long long int llrint(double);
/netbsd/src/lib/libm/noieee_src/
Dn_floor.c176 llrint(double x) in llrint() function
/netbsd/src/lib/libm/
Dm.common.expsym210 llrint
DMakefile535 MLINKS+=lrint.3 lrintf.3 lrint.3 lrintl.3 lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
Dmath.h94 using std::llrint;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dmath.h65 using std::tr1::llrint;
Dcmath86 #undef llrint
225 using ::llrint;
469 using std::llrint;
763 llrint(float __x)
767 llrint(long double __x)
774 llrint(_Tp __x)
/netbsd/src/tests/lib/libm/
Dt_fe_round.c131 received = llrint(values[i].input); in ATF_TC_BODY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
Dcmath1005 #undef llrint
1134 using ::llrint;
1515 llrint(float __x)
1519 llrint(long double __x)
1527 llrint(_Tp __x)
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcfns.gperf430 llrint, 99 keyword
/netbsd/src/usr.sbin/makemandb/
Dnostem.txt2209 llrint
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
Dconfig.h.in860 /* Define if C99 llrint and llround functions are missing from <math.h>. */
Dacinclude.m41869 llrint(0.0);
1939 [llrint(0.0);
1953 [Define if C99 llrint and llround functions are missing from <math.h>.])
DChangeLog-20174336 * acinclude.m4 (GLIBCXX_CHECK_C99_TR1): Check for llrint and llround
4341 * include/c_global/cmath [_GLIBCXX_NO_C99_ROUNDING_FUNCS] (llrint)
DChangeLog-2015282 (std::llrint): Likewise.
318 (std::tr1::llrint): Likewise.
DChangeLog-2016574 (std::llrint): Likewise.
9381 exp2, expm1, fdim, fma, fmax, fmin, hypot, ilogb, lgamma, llrint,
9579 lgamma, llrint, llround, log1p, log2, logb, lrint, lround, nearbyint,
DChangeLog-20114628 llrint, llround, log1p, log2, logb, lrint, lround, nearbyint,
Dconfigure20070 llrint(0.0);
20162 llrint(0.0);
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltins.def475 DEF_C99_BUILTIN (BUILT_IN_LLRINT, "llrint", BT_FN_LONGLONG_DOUBLE, ATTR_MATHFN_FPROUNDING_ER…
DChangeLog-20065522 trunc to the list of "odd" functions. Also add llrint, lrint,
10252 same size, canonicalize llceil*, llfloor*, llround* and llrint*
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dextend.texi13201 @findex llrint
13439 @code{llrint}, @code{llroundf}, @code{llroundl}, @code{llround},

12