Searched refs:llrint (Results 1 – 25 of 28) sorted by relevance
12
| /netbsd/src/lib/libm/src/ |
| D | s_llrint.c | 11 #define fn llrint
|
| D | s_llrintl.c | 21 return llrint(x); in llrintl()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/ |
| D | tgmath.h | 99 #define llrint(x) __TGMATH_REAL(x, llrint) macro
|
| /netbsd/src/include/ |
| D | tgmath.h | 168 #define llrint(a) __TG_FN1(llrint, (a)) macro
|
| D | math.h | 416 long long int llrint(double);
|
| /netbsd/src/lib/libm/noieee_src/ |
| D | n_floor.c | 176 llrint(double x) in llrint() function
|
| /netbsd/src/lib/libm/ |
| D | m.common.expsym | 210 llrint
|
| D | Makefile | 535 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/ |
| D | math.h | 94 using std::llrint;
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | math.h | 65 using std::tr1::llrint;
|
| D | cmath | 86 #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/ |
| D | t_fe_round.c | 131 received = llrint(values[i].input); in ATF_TC_BODY()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
| D | cmath | 1005 #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/ |
| D | cfns.gperf | 430 llrint, 99 keyword
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 2209 llrint
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | config.h.in | 860 /* Define if C99 llrint and llround functions are missing from <math.h>. */
|
| D | acinclude.m4 | 1869 llrint(0.0); 1939 [llrint(0.0); 1953 [Define if C99 llrint and llround functions are missing from <math.h>.])
|
| D | ChangeLog-2017 | 4336 * acinclude.m4 (GLIBCXX_CHECK_C99_TR1): Check for llrint and llround 4341 * include/c_global/cmath [_GLIBCXX_NO_C99_ROUNDING_FUNCS] (llrint)
|
| D | ChangeLog-2015 | 282 (std::llrint): Likewise. 318 (std::tr1::llrint): Likewise.
|
| D | ChangeLog-2016 | 574 (std::llrint): Likewise. 9381 exp2, expm1, fdim, fma, fmax, fmin, hypot, ilogb, lgamma, llrint, 9579 lgamma, llrint, llround, log1p, log2, logb, lrint, lround, nearbyint,
|
| D | ChangeLog-2011 | 4628 llrint, llround, log1p, log2, logb, lrint, lround, nearbyint,
|
| D | configure | 20070 llrint(0.0); 20162 llrint(0.0);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | builtins.def | 475 DEF_C99_BUILTIN (BUILT_IN_LLRINT, "llrint", BT_FN_LONGLONG_DOUBLE, ATTR_MATHFN_FPROUNDING_ER…
|
| D | ChangeLog-2006 | 5522 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/ |
| D | extend.texi | 13201 @findex llrint 13439 @code{llrint}, @code{llroundf}, @code{llroundl}, @code{llround},
|
12