/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tgmath.h | 284 #define exp(Val) __TGMATH_UNARY_REAL_IMAG (Val, exp, cexp) macro 289 /* X times (two to the EXP power). */ 302 /* Return exp(X) - 1. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/ |
tgmath.h | 293 #define exp(Val) __TGMATH_UNARY_REAL_IMAG (Val, exp, cexp) macro 298 /* X times (two to the EXP power). */ 311 /* Return exp(X) - 1. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 101 __MATHCALL (exp,, (_Mdouble_ __x)); 106 /* X times (two to the EXP power). */ 128 /* Return exp(X) - 1. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 284 #define exp(Val) __TGMATH_UNARY_REAL_IMAG (Val, exp, cexp) macro 289 /* X times (two to the EXP power). */ 302 /* Return exp(X) - 1. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/ |
tgmath.h | 293 #define exp(Val) __TGMATH_UNARY_REAL_IMAG (Val, exp, cexp) macro 298 /* X times (two to the EXP power). */ 311 /* Return exp(X) - 1. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 101 __MATHCALL (exp,, (_Mdouble_ __x)); 106 /* X times (two to the EXP power). */ 128 /* Return exp(X) - 1. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 284 #define exp(Val) __TGMATH_UNARY_REAL_IMAG (Val, exp, cexp) macro 289 /* X times (two to the EXP power). */ 302 /* Return exp(X) - 1. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cgi.py | 265 for k, exp in expect[x].items(): 267 self.assertEqual(got, exp)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cgi.py | 265 for k, exp in expect[x].items(): 267 self.assertEqual(got, exp)
|
/external/llvm/lib/Support/ |
APInt.cpp | 826 int64_t exp = ((T.I >> 52) & 0x7ff) - 1023; 829 if (exp < 0) 836 if (exp < 52) 837 return isNeg ? -APInt(width, mantissa >> (52 - exp)) : 838 APInt(width, mantissa >> (52 - exp)); 842 if (width <= exp - 52) 847 Tmp = Tmp.shl((unsigned)exp - 52); 882 uint64_t exp = n; 885 if (exp > 1023) { 891 exp += 1023; // Increment for 1023 bia [all...] |
/external/eigen/unsupported/test/mpreal/ |
mpreal.h | 333 friend const mpreal exp (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
414 friend const mpreal frexp(const mpreal& v, mp_exp_t* exp);
415 friend const mpreal ldexp(const mpreal& v, mp_exp_t exp);
458 friend const mpreal random2 (mp_size_t size, mp_exp_t exp);
508 static int set_emin (mp_exp_t exp);
509 static int set_emax (mp_exp_t exp);
1747 inline const mpreal exp(const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree.h | 852 &__t->exp.operands[__i]; })) 862 &__t->exp.operands[__i]; })) 943 #define TREE_OPERAND_CHECK(T, I) ((T)->exp.operands[I]) 944 #define TREE_OPERAND_CHECK_CODE(T, CODE, I) ((T)->exp.operands[I]) 992 #define CONVERT_EXPR_P(EXP) CONVERT_EXPR_CODE_P (TREE_CODE (EXP)) 1004 #define STRIP_NOPS(EXP) \ 1005 (EXP) = tree_strip_nop_conversions (CONST_CAST_TREE (EXP)) 1009 #define STRIP_SIGN_NOPS(EXP) \ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree.h | 852 &__t->exp.operands[__i]; })) 862 &__t->exp.operands[__i]; })) 943 #define TREE_OPERAND_CHECK(T, I) ((T)->exp.operands[I]) 944 #define TREE_OPERAND_CHECK_CODE(T, CODE, I) ((T)->exp.operands[I]) 992 #define CONVERT_EXPR_P(EXP) CONVERT_EXPR_CODE_P (TREE_CODE (EXP)) 1004 #define STRIP_NOPS(EXP) \ 1005 (EXP) = tree_strip_nop_conversions (CONST_CAST_TREE (EXP)) 1009 #define STRIP_SIGN_NOPS(EXP) \ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree.h | 852 &__t->exp.operands[__i]; })) 862 &__t->exp.operands[__i]; })) 943 #define TREE_OPERAND_CHECK(T, I) ((T)->exp.operands[I]) 944 #define TREE_OPERAND_CHECK_CODE(T, CODE, I) ((T)->exp.operands[I]) 992 #define CONVERT_EXPR_P(EXP) CONVERT_EXPR_CODE_P (TREE_CODE (EXP)) 1004 #define STRIP_NOPS(EXP) \ 1005 (EXP) = tree_strip_nop_conversions (CONST_CAST_TREE (EXP)) 1009 #define STRIP_SIGN_NOPS(EXP) \ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree.h | 852 &__t->exp.operands[__i]; })) 862 &__t->exp.operands[__i]; })) 943 #define TREE_OPERAND_CHECK(T, I) ((T)->exp.operands[I]) 944 #define TREE_OPERAND_CHECK_CODE(T, CODE, I) ((T)->exp.operands[I]) 992 #define CONVERT_EXPR_P(EXP) CONVERT_EXPR_CODE_P (TREE_CODE (EXP)) 1004 #define STRIP_NOPS(EXP) \ 1005 (EXP) = tree_strip_nop_conversions (CONST_CAST_TREE (EXP)) 1009 #define STRIP_SIGN_NOPS(EXP) \ [all...] |
/development/ndk/platforms/android-3/include/ |
math.h | 14 * $FreeBSD: src/lib/msun/src/math.h,v 1.61 2005/04/16 21:12:47 das Exp $ 215 double exp(double);
|
/development/ndk/platforms/android-9/include/ |
math.h | 14 * $FreeBSD: src/lib/msun/src/math.h,v 1.61 2005/04/16 21:12:47 das Exp $ 215 double exp(double);
|
/external/chromium_org/build/android/pylib/ |
perf_tests_helper.py | 57 geom_mean = math.exp(sum_of_logs / count)
|
/external/chromium_org/cc/input/ |
page_scale_animation.cc | 228 diff = exp(log_diff);
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_fog.c | 67 result = exp(-narg); \ 73 * Initialize the exp_table[] lookup table for approximating exp().
|
/external/chromium_org/third_party/opus/src/celt/ |
mathops.h | 102 #define celt_exp2(x) ((float)exp(0.6931471805599453094*(x)))
|
/external/chromium_org/third_party/opus/src/celt/tests/ |
test_unit_mathops.c | 212 float error2 = fabs(exp(0.6931471805599453094*x/1024.0)-celt_exp2(x)/65536.0);
|
/external/eigen/Eigen/src/Core/ |
Assign_MKL.h | 206 EIGEN_MKL_VML_DECLARE_UNARY_CALLS_LA(exp, Exp)
|
/external/eigen/Eigen/src/Eigen2Support/ |
CwiseOperators.h | 36 /** \deprecated ArrayBase::exp() */ 39 Cwise<ExpressionType>::exp() const function in class:Eigen::Cwise
|
/external/eigen/unsupported/test/ |
autodiff.cpp | 19 return static_cast<Scalar>(x*2 - pow(x,2) + 2*sqrt(y*y) - 4 * sin(x) + 2 * cos(y) - exp(-0.5*x*x));
|