Searched refs:ceil (Results 1 – 20 of 20) sorted by relevance
31 ceil (double x) in ceil() function38 _MATH_ALIAS_d_d(ceil)
45 dh = ceil(u.dbits.dh); in ceill()49 dl = ceil(u.dbits.dl); in ceill()
49 dl = dh > 0 ? floor(u.dbits.dl) : ceil(u.dbits.dl); in truncl()
36 double ceil(double x) in ceil() function
31 ceil (double x) in ceil() function
51 _MATH_ALIAS_f_f(ceil)
77 _MATH_ALIAS_d_d(ceil)
49 * Function floor:: Floor and ceiling (floor, ceil)
88 ceil (double x) in ceil() function
222 y = ceil(x-0.5);332 { .f = ceil, .name = "ceill" },474 n = ceil(n);492 n = ceil(q - 0.5);
52 return ceil(value); in do_round_int()
86 d1 = ceil (d1); in main()
112 exp = ceil(log2(x));
312 void test_ceil(int m) {run_vector_1(m,ceil_vec,(char *)(ceil),"ceil","dd"); } in test_ceil()
775 float ceilf (float a) { return ceil(a); }
121 extern double ceil (double);
1218 #define ceil64 _NAME_64(ceil)
408 * Fix bugs in floor and ceil implementations.
2317 newlib/libm/machine/spu/headers/ceil.h
9447 * libm/machine/spu/headers/ceil.h: Ditto.22024 * libm/mathfp/s_ceil.c (ceil): New file.