Searched defs:exp2 (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Df.cpp14 * for fast exp2/log2.
34 * - For example, to compute exp2 5th order polynomial between [0, 1] do:
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) function
77 return exp2(x);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Df.cpp14 * for fast exp2/log2.
34 * - For example, to compute exp2 5th order polynomial between [0, 1] do:
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) function
77 return exp2(x);
/external/deqp/framework/common/
H A DtcuInterval.cpp123 Interval exp2 (const Interval& x) function in namespace:tcu
H A DtcuVectorUtil.hpp65 inline float exp2 (float f) { return deFloatExp2(f); } function in namespace:tcu
446 TCU_DECLARE_VECTOR_UNARY_FUNC(exp2, deFloatExp2)
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dre.h97 struct RegExp *exp1, *exp2; member in struct:RegExp::__anon16385::__anon16387
147 r->d.AltCatOp.exp2 = e2;
157 r->d.AltCatOp.exp2 = e2;
/external/deqp/modules/gles2/scripts/
H A Dgenutil.py147 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in class:GenMath
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py157 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in class:GenMath
/external/deqp/modules/gles31/scripts/
H A Dgenutil.py157 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in class:GenMath
/external/bison/darwin-lib/
H A Dmath.h891 # undef exp2
892 # define exp2 rpl_exp2
894 _GL_FUNCDECL_RPL (exp2, double, (double x));
895 _GL_CXXALIAS_RPL (exp2, double, (double x));
898 _GL_FUNCDECL_SYS (exp2, double, (double x));
900 _GL_CXXALIAS_SYS (exp2, double, (double x));
902 _GL_CXXALIASWARN (exp2);
904 # undef exp2 macro
906 _GL_WARN_ON_USE (exp2, "exp2 i
[all...]
/external/bison/lib/
H A Dmath.in.h579 # undef exp2 macro
580 # define exp2 rpl_exp2 macro
582 _GL_FUNCDECL_RPL (exp2, double, (double x));
583 _GL_CXXALIAS_RPL (exp2, double, (double x));
586 _GL_FUNCDECL_SYS (exp2, double, (double x));
588 _GL_CXXALIAS_SYS (exp2, double, (double x));
590 _GL_CXXALIASWARN (exp2); variable
592 # undef exp2 macro
594 _GL_WARN_ON_USE (exp2, "exp2 i
[all...]
/external/bison/linux-lib/
H A Dmath.h891 # undef exp2
892 # define exp2 rpl_exp2
894 _GL_FUNCDECL_RPL (exp2, double, (double x));
895 _GL_CXXALIAS_RPL (exp2, double, (double x));
898 _GL_FUNCDECL_SYS (exp2, double, (double x));
900 _GL_CXXALIAS_SYS (exp2, double, (double x));
902 _GL_CXXALIASWARN (exp2);
904 # undef exp2 macro
906 _GL_WARN_ON_USE (exp2, "exp2 i
[all...]
/external/clang/lib/Headers/
H A Dtgmath.h662 // exp2
670 __tg_exp2(double __x) {return exp2(__x);}
676 #undef exp2 macro
677 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp2189 UnicodeString exp2 = UNICODE_STRING_SIMPLE("Mon 1 Rajab 1433 AH, 01:47:04"); local
2224 if ( act2 != exp2 ) {
H A Dusettest.cpp170 const char* exp2[] = {"aa", "ab", "ac", NOT, "xy", NULL}; local
171 expectToPattern(*s, "[a-z{aa}{ab}{ac}]", exp2);
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2210 UnicodeString exp2 = UNICODE_STRING_SIMPLE("Mon 1 Rajab 1433 AH, 01:47:04"); local
2245 if ( act2 != exp2 ) {
H A Dusettest.cpp170 const char* exp2[] = {"aa", "ab", "ac", NOT, "xy", NULL}; local
171 expectToPattern(*s, "[a-z{aa}{ab}{ac}]", exp2);
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h344 friend const mpreal exp2 (const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2069 inline const mpreal exp2 (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(exp2 ); } function in namespace:mpfr
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h209 /// double exp2(double x);
210 exp2, enumerator in enum:llvm::LibFunc::Func
744 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l:
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2063 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} };
2066 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); } function in namespace:deqp::gls::BuiltinPrecisionTests::Functions
2184 DEFINE_DERIVED_FLOAT2(Pow, pow, x, y, exp2(y * log2(x)));
3275 // Khronos bug 11180 consensus: if exp2(exponent) cannot be represented,
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 254 milliseconds