/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 27 __MATHCALL (NAME,[_r], (ARGS...)); 39 This is just like __MATHCALL but for a function returning `TYPE' 55 __MATHCALL (acos,, (_Mdouble_ __x)); 57 __MATHCALL (asin,, (_Mdouble_ __x)); 59 __MATHCALL (atan,, (_Mdouble_ __x)); 61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x)); 64 __MATHCALL (cos,, (_Mdouble_ __x)); 66 __MATHCALL (sin,, (_Mdouble_ __x)); 68 __MATHCALL (tan,, (_Mdouble_ __x)); 73 __MATHCALL (cosh,, (_Mdouble_ __x)) [all...] |
cmathcalls.h | 28 __MATHCALL (NAME, (ARGS...)); 40 This is just like __MATHCALL but for a function returning `TYPE' 54 __MATHCALL (cacos, (_Mdouble_complex_ __z)); 56 __MATHCALL (casin, (_Mdouble_complex_ __z)); 58 __MATHCALL (catan, (_Mdouble_complex_ __z)); 61 __MATHCALL (ccos, (_Mdouble_complex_ __z)); 63 __MATHCALL (csin, (_Mdouble_complex_ __z)); 65 __MATHCALL (ctan, (_Mdouble_complex_ __z)); 71 __MATHCALL (cacosh, (_Mdouble_complex_ __z)); 73 __MATHCALL (casinh, (_Mdouble_complex_ __z)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 27 __MATHCALL (NAME,[_r], (ARGS...)); 39 This is just like __MATHCALL but for a function returning `TYPE' 55 __MATHCALL (acos,, (_Mdouble_ __x)); 57 __MATHCALL (asin,, (_Mdouble_ __x)); 59 __MATHCALL (atan,, (_Mdouble_ __x)); 61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x)); 64 __MATHCALL (cos,, (_Mdouble_ __x)); 66 __MATHCALL (sin,, (_Mdouble_ __x)); 68 __MATHCALL (tan,, (_Mdouble_ __x)); 73 __MATHCALL (cosh,, (_Mdouble_ __x)) [all...] |
cmathcalls.h | 28 __MATHCALL (NAME, (ARGS...)); 40 This is just like __MATHCALL but for a function returning `TYPE' 54 __MATHCALL (cacos, (_Mdouble_complex_ __z)); 56 __MATHCALL (casin, (_Mdouble_complex_ __z)); 58 __MATHCALL (catan, (_Mdouble_complex_ __z)); 61 __MATHCALL (ccos, (_Mdouble_complex_ __z)); 63 __MATHCALL (csin, (_Mdouble_complex_ __z)); 65 __MATHCALL (ctan, (_Mdouble_complex_ __z)); 71 __MATHCALL (cacosh, (_Mdouble_complex_ __z)); 73 __MATHCALL (casinh, (_Mdouble_complex_ __z)) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 27 __MATHCALL (NAME,[_r], (ARGS...)); 39 This is just like __MATHCALL but for a function returning `TYPE' 55 __MATHCALL (acos,, (_Mdouble_ __x)); 57 __MATHCALL (asin,, (_Mdouble_ __x)); 59 __MATHCALL (atan,, (_Mdouble_ __x)); 61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x)); 64 __MATHCALL (cos,, (_Mdouble_ __x)); 66 __MATHCALL (sin,, (_Mdouble_ __x)); 68 __MATHCALL (tan,, (_Mdouble_ __x)); 73 __MATHCALL (cosh,, (_Mdouble_ __x)) [all...] |
cmathcalls.h | 28 __MATHCALL (NAME, (ARGS...)); 40 This is just like __MATHCALL but for a function returning `TYPE' 54 __MATHCALL (cacos, (_Mdouble_complex_ __z)); 56 __MATHCALL (casin, (_Mdouble_complex_ __z)); 58 __MATHCALL (catan, (_Mdouble_complex_ __z)); 61 __MATHCALL (ccos, (_Mdouble_complex_ __z)); 63 __MATHCALL (csin, (_Mdouble_complex_ __z)); 65 __MATHCALL (ctan, (_Mdouble_complex_ __z)); 71 __MATHCALL (cacosh, (_Mdouble_complex_ __z)); 73 __MATHCALL (casinh, (_Mdouble_complex_ __z)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
complex.h | 57 #define __MATHCALL(function, args) \ 110 #undef __MATHCALL
|
math.h | 54 #define __MATHCALL(function,suffix, args) \ 152 #undef __MATHCALL
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
complex.h | 57 #define __MATHCALL(function, args) \ 110 #undef __MATHCALL
|
math.h | 54 #define __MATHCALL(function,suffix, args) \ 152 #undef __MATHCALL
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
complex.h | 57 #define __MATHCALL(function, args) \ 110 #undef __MATHCALL
|
math.h | 54 #define __MATHCALL(function,suffix, args) \ 152 #undef __MATHCALL
|