Home
last modified time | relevance | path

Searched defs:lrintf (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/src/math/i386/
H A Dlrintf.c3 long lrintf(float x) in lrintf() function
/third_party/musl/src/math/x32/
H A Dlrintf.s3 lrintf: label
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlrintf.c5 long lrintf(float x) in lrintf() function
/third_party/musl/src/math/
H A Dlrintf.c5 long lrintf(float x) in lrintf() function
/third_party/musl/src/math/powerpc64/
H A Dlrintf.c5 long lrintf(float x) in lrintf() function
/third_party/musl/src/math/aarch64/
H A Dlrintf.c3 long lrintf(float x) in lrintf() function
/third_party/musl/src/math/x86_64/
H A Dlrintf.c3 long lrintf(float x) in lrintf() function
/third_party/ffmpeg/libavutil/mips/
H A Dlibm_mips.h71 #undef lrintf macro
72 #define lrintf(x) lrintf_mips(x) macro
/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Davcodec.h78 #define lrintf(x) ((long int)(x)) macro
/third_party/ffmpeg/libavutil/
H A Dlibm.h437 static av_always_inline av_const long int lrintf(float x) in lrintf() function

Completed in 4 milliseconds