/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | s_ceil.c | 29 double ceil(double x) in ceil() function 70 libm_hidden_def(ceil)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | atomic_timed_wait.h | 64 return __w_entry + chrono::ceil<__w_dur>(__delta); in _GLIBCXX_VISIBILITY() 73 return chrono::ceil<__w_dur>(__atime); in _GLIBCXX_VISIBILITY() 347 auto __reltime = chrono::ceil<__wait_clock_t::duration>(__rtime); in _GLIBCXX_VISIBILITY() 368 auto __reltime = chrono::ceil<__wait_clock_t::duration>(__rtime); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/ |
A D | libm-test.inc | 257 FUNC(ceil) (ulp)); 270 FUNC(ceil) (ulp)); 287 FUNC(ceil) (real_ulp)); 295 FUNC(ceil) (imag_ulp)); 374 FUNC(ceil) (real_max_error)); 1624 START (ceil); 1626 TEST_f_f (ceil, 0.0, 0.0); 1632 TEST_f_f (ceil, M_PIl, 4.0); 1633 TEST_f_f (ceil, -M_PIl, -3.0); 1634 TEST_f_f (ceil, 0.25, 1.0); [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_compatibility/ |
A D | math.h | 54 using std::ceil;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_compatibility/ |
A D | math.h | 54 using std::ceil;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_std/ |
A D | cmath | 57 #undef ceil 163 using ::ceil; 166 ceil(float __x) 170 ceil(long double __x) 176 ceil(_Tp __x)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_std/ |
A D | cmath | 57 #undef ceil 163 using ::ceil; 166 ceil(float __x) 170 ceil(long double __x) 176 ceil(_Tp __x)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_std/ |
A D | cmath | 57 #undef ceil 163 using ::ceil; 166 ceil(float __x) 170 ceil(long double __x) 176 ceil(_Tp __x)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_std/ |
A D | cmath | 57 #undef ceil 163 using ::ceil; 166 ceil(float __x) 170 ceil(long double __x) 176 ceil(_Tp __x)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_std/ |
A D | cmath | 57 #undef ceil 163 using ::ceil; 166 ceil(float __x) 170 ceil(long double __x) 176 ceil(_Tp __x)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_std/ |
A D | cmath | 57 #undef ceil 163 using ::ceil; 166 ceil(float __x) 170 ceil(long double __x) 176 ceil(_Tp __x)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_std/ |
A D | cmath | 57 #undef ceil 163 using ::ceil; 166 ceil(float __x) 170 ceil(long double __x) 176 ceil(_Tp __x)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_std/ |
A D | cmath | 57 #undef ceil 163 using ::ceil; 166 ceil(float __x) 170 ceil(long double __x) 176 ceil(_Tp __x)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/ |
A D | math_stubs_float.cc | 77 return (float) ceil(x); in ceilf()
|
A D | math_stubs_long_double.cc | 77 return ceil((double) x); in ceill()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/ |
A D | math_stubs_float.cc | 77 return (float) ceil(x); in ceilf()
|
A D | math_stubs_long_double.cc | 77 return ceil((double) x); in ceill()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/ |
A D | math_stubs_long_double.cc | 77 return ceil((double) x); in ceill()
|
A D | math_stubs_float.cc | 77 return (float) ceil(x); in ceilf()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/ |
A D | math_stubs_float.cc | 77 return (float) ceil(x); in ceilf()
|
A D | math_stubs_long_double.cc | 77 return ceil((double) x); in ceill()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/ |
A D | math_stubs_float.cc | 77 return (float) ceil(x); in ceilf()
|
A D | math_stubs_long_double.cc | 77 return ceil((double) x); in ceill()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/ |
A D | math_stubs_float.cc | 77 return (float) ceil(x); in ceilf()
|
A D | math_stubs_long_double.cc | 77 return ceil((double) x); in ceill()
|