Home
last modified time | relevance | path

Searched defs:ceilf (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/math/i386/
Dfloor.s34 .global ceilf symbol
36 ceilf: label
/third_party/musl/src/math/s390x/
Dceilf.c5 float ceilf(float x) in ceilf() function
/third_party/musl/src/math/aarch64/
Dceilf.c3 float ceilf(float x) in ceilf() function
/third_party/musl/src/math/powerpc64/
Dceilf.c5 float ceilf(float x) in ceilf() function
/third_party/musl/src/math/
Dceilf.c3 float ceilf(float x) in ceilf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dceilf.c3 float ceilf(float x) in ceilf() function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c314 #define ceilf wrap_ceilf macro
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in445 # define ceilf rpl_ceilf macro
/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h175 static inline __device__ float ceilf(float a) { return __builtin_ceilf(a); } in ceilf() function