Searched refs:lround (Results 1 – 25 of 42) sorted by relevance
12
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | s_lround.c | 24 lround (double x) in lround() function 73 libm_hidden_def(lround)
|
A D | float_wrappers.c | 289 long_WRAPPER1(lround) in long_long_WRAPPER1()
|
A D | ldouble_wrappers.c | 275 long_WRAPPER1(lround) in long_long_WRAPPER1()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | math.SUSv4.syms | 112 lround
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | tgmath.h | 378 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, long int, lround) macro
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_compatibility/ |
A D | math.h | 100 using std::lround;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_compatibility/ |
A D | math.h | 100 using std::lround;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_compatibility/ |
A D | math.h | 100 using std::lround;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_compatibility/ |
A D | math.h | 100 using std::lround;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | mathcalls.h | 348 __MATHDECLI (long int,lround,, (_Mdouble_ __x))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_compatibility/ |
A D | math.h | 100 using std::lround;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_compatibility/ |
A D | math.h | 100 using std::lround;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/ |
A D | libm-test.inc | 51 round, lround, llround, 3477 START (lround); 3479 TEST_f_l (lround, 0, 0); 3481 TEST_f_l (lround, 0.2L, 0.0); 3482 TEST_f_l (lround, -0.2L, 0); 3483 TEST_f_l (lround, 0.5, 1); 3484 TEST_f_l (lround, -0.5, -1); 3485 TEST_f_l (lround, 0.8L, 1); 3487 TEST_f_l (lround, 1.5, 2); 3488 TEST_f_l (lround, -1.5, -2); [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/ |
A D | math.h | 73 using std::tr1::lround;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/ |
A D | math.h | 73 using std::tr1::lround;
|
A D | cmath | 104 #undef lround 249 using ::lround; 475 using std::lround; 862 lround(float __x) 866 lround(long double __x) 873 lround(_Tp __x)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/ |
A D | math.h | 73 using std::tr1::lround;
|
A D | cmath | 104 #undef lround 249 using ::lround; 475 using std::lround; 862 lround(float __x) 866 lround(long double __x) 873 lround(_Tp __x)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/ |
A D | math.h | 73 using std::tr1::lround;
|
A D | cmath | 104 #undef lround 249 using ::lround; 475 using std::lround; 862 lround(float __x) 866 lround(long double __x) 873 lround(_Tp __x)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/ |
A D | math.h | 73 using std::tr1::lround;
|
A D | cmath | 104 #undef lround 249 using ::lround; 475 using std::lround; 862 lround(float __x) 866 lround(long double __x) 873 lround(_Tp __x)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/ |
A D | math.h | 73 using std::tr1::lround;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/ |
A D | math.h | 73 using std::tr1::lround;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/ |
A D | math.h | 73 using std::tr1::lround;
|
Completed in 21 milliseconds
12