Home
last modified time | relevance | path

Searched defs:exp2 (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Df.cpp62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) in exp2() function
/external/opencv3/modules/photo/test/
Dtest_inpaint.cpp68 Mat exp2 = imread(folder + "exp2.png"); in run() local
/external/deqp/framework/common/
DtcuInterval.cpp123 Interval exp2 (const Interval& x) in exp2() function
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_exponential.inl140 VECTORIZE_VEC(exp2) argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
Dkey.py280 def __init__(self, n, e, d, p, q, exp1=None, exp2=None, coef=None): argument
/external/bison/lib/
Dmath.in.h580 # define exp2 rpl_exp2 macro
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DSetsTest.java436 List<Object> exp2 = list((Object) 1, "4"); in testCartesianProduct_unrelatedTypes() local
DListsTest.java349 List<Object> exp2 = list((Object) 1, "4"); in testCartesianProduct_unrelatedTypes() local
/external/guava/guava-tests/test/com/google/common/collect/
DListsTest.java573 List<Object> exp2 = list((Object) 1, "4"); in testCartesianProduct_unrelatedTypes() local
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
Dpump.py402 def __init__(self, identifier=None, exp1=None, exp2=None): argument
/external/google-breakpad/src/testing/gtest/scripts/
Dpump.py402 def __init__(self, identifier=None, exp1=None, exp2=None): argument
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp75 Ambiguous exp2(Ambiguous){ return Ambiguous(); } in exp2() function
/external/protobuf/gtest/scripts/
Dpump.py393 def __init__(self, identifier=None, exp1=None, exp2=None): argument
/external/skia/src/animator/
DSkScriptTokenizer.cpp1278 #define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkOperand2::kScalar, 0, fmodf((float) exp1, (f… argument
DSkScript.cpp1654 …#define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkType_Float, 0, sk_float_mod(exp1, exp2), DE… argument
/external/opencv3/3rdparty/libtiff/
Dtif_luv.c687 #define exp2(x) exp(M_LN2*(x)) macro
/external/pdfium/third_party/libtiff/
Dtif_luv.c701 #define exp2(x) exp(M_LN2*(x)) macro
/external/deqp/modules/gles2/scripts/
Dgenutil.py147 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp2221 UnicodeString exp2 = UNICODE_STRING_SIMPLE("Mon 1 Rajab 1433 AH, 01:47:04"); in Test3785() local
Dusettest.cpp169 const char* exp2[] = {"aa", "ab", "ac", NOT, "xy", NULL}; in TestToPattern() local
/external/deqp/modules/gles3/scripts/
Dgenutil.py157 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
/external/deqp/modules/gles31/scripts/
Dgenutil.py157 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
/external/clang/lib/Headers/
Dtgmath.h677 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2116 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); } in exp2() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2095 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); } in exp2() function