Searched defs:__tg_erf (Results 26 - 35 of 35) sorted by relevance

12

/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8.275480/include/
H A Dtgmath.h632 __tg_erf(float __x) {return erff(__x);} function
636 __tg_erf(double __x) {return erf(__x);} function
640 __tg_erf(long double __x) {return erfl(__x);} function
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
H A Dtgmath.h632 __tg_erf(float __x) {return erff(__x);} function
636 __tg_erf(double __x) {return erf(__x);} function
640 __tg_erf(long double __x) {return erfl(__x);} function
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0.285906/include/
H A Dtgmath.h632 __tg_erf(float __x) {return erff(__x);} function
636 __tg_erf(double __x) {return erf(__x);} function
640 __tg_erf(long double __x) {return erfl(__x);} function
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
H A Dtgmath.h632 __tg_erf(float __x) {return erff(__x);} function
636 __tg_erf(double __x) {return erf(__x);} function
640 __tg_erf(long double __x) {return erfl(__x);} function
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0.285906/include/
H A Dtgmath.h632 __tg_erf(float __x) {return erff(__x);} function
636 __tg_erf(double __x) {return erf(__x);} function
640 __tg_erf(long double __x) {return erfl(__x);} function
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-stable/lib64/clang/3.8/include/
H A Dtgmath.h632 __tg_erf(float __x) {return erff(__x);} function
636 __tg_erf(double __x) {return erf(__x);} function
640 __tg_erf(long double __x) {return erfl(__x);} function
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x))
/prebuilts/clang/host/linux-x86/clang-stable/lib64/clang/3.8.275480/include/
H A Dtgmath.h632 __tg_erf(float __x) {return erff(__x);} function
636 __tg_erf(double __x) {return erf(__x);} function
640 __tg_erf(long double __x) {return erfl(__x);} function
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x))
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
H A Dtgmath.h632 __tg_erf(float __x) {return erff(__x);} function
636 __tg_erf(double __x) {return erf(__x);} function
640 __tg_erf(long double __x) {return erfl(__x);} function
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x))
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
H A Dtgmath.h632 __tg_erf(float __x) {return erff(__x);} function
636 __tg_erf(double __x) {return erf(__x);} function
640 __tg_erf(long double __x) {return erfl(__x);} function
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
H A Dtgmath.h632 __tg_erf(float __x) {return erff(__x);} function
636 __tg_erf(double __x) {return erf(__x);} function
640 __tg_erf(long double __x) {return erfl(__x);} function
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x))

Completed in 202 milliseconds

12