Searched defs:__tg_floor (Results 1 - 25 of 35) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8.256229/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8.271374/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8.275480/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8.275480/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8.275480/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0.285906/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0.285906/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-stable/lib64/clang/3.8/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/darwin-x86/clang-stable/lib64/clang/3.8.275480/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8.256229/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8.271374/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8.275480/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8.275480/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
H A Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))

Completed in 310 milliseconds

12