OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tg_floor
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h
711
__tg_floor
(float __x) {return floorf(__x);}
function
715
__tg_floor
(double __x) {return floor(__x);}
function
719
__tg_floor
(long double __x) {return floorl(__x);}
function
722
#define floor(__x)
__tg_floor
(__tg_promote1((__x))(__x))
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026