Home
last modified time | relevance | path

Searched defs:floorl (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/libc/src/math/
Dfloorl.cpp14 long double LLVM_LIBC_ENTRYPOINT(floorl)(long double x) { in LLVM_LIBC_ENTRYPOINT() argument
/external/libxml2/
Dtrio.c276 # define floorl(x) floor((double)(x)) macro