Searched refs:ceilf (Results 1 – 12 of 12) sorted by relevance
36 float ceilf(float value) in ceilf() function
30 ceilf (float x) in ceilf() function
31 ceilf (float x) in ceilf() function
19 ceilf(float x) in ceilf() function
189 ceilf (float x) in ceilf() function
311 void test_ceilf(int m) {run_vector_1(m,ceilf_vec,(char *)(ceilf),"ceilf","ff"); } in test_ceilf()
771 float ceilf (float a) { return ceil(a); }
78 return ceilf(value); in do_roundf_int()
182 f1 = ceilf (f1); in main()
474 extern float ceilf (float);
2233 newlib/libm/machine/spu/headers/ceilf.h
9448 * libm/machine/spu/headers/ceilf.h: Ditto.22061 * libm/mathfp/sf_ceil.c (ceilf): New file.