Searched refs:_ceil (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/ | ||
D | s_ceil.c | 38 return _ceil(x); in ceil() |
/picolibc-latest/newlib/libm/machine/spu/headers/ | ||
D | ceil.h | 43 static __inline double _ceil(double x) in _ceil() function |