Home
last modified time | relevance | path

Searched refs:exp10 (Results 1 – 13 of 13) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_math.hpp238 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, uchar, float)
239 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, char, float)
240 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, ushort, float)
241 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, short, float)
242 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, int, float)
243 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, uint, float)
244 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, float, float)
245 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10, double, double)
Dfunctional.hpp503 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(exp10, ::exp10)
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dunary_func.hpp73 CV_CUDEV_EXPR_UNARY_FUNC(exp10) in CV_CUDEV_EXPR_UNARY_FUNC()
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll162 %call = call double @exp10(double %conv)
166 ; CHECK: call double @exp10(double %conv)
171 %call = call double @exp10(double %conv)
174 ; CHECK: call double @exp10(double %conv)
354 declare double @exp10(double) #1
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp291 TLI.setUnavailable(LibFunc::exp10); in initialize()
294 TLI.setAvailableWithName(LibFunc::exp10, "__exp10"); in initialize()
306 TLI.setUnavailable(LibFunc::exp10); in initialize()
309 TLI.setAvailableWithName(LibFunc::exp10, "__exp10"); in initialize()
321 TLI.setUnavailable(LibFunc::exp10); in initialize()
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dvec_math.hpp249 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, uchar, float)
250 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, char, float)
251 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, ushort, float)
252 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, short, float)
253 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, int, float)
254 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, uint, float)
255 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10f, float, float)
256 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(exp10, ::exp10, double, double)
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DInterpolation.java80 static public final Exp exp10 = new Exp(2, 10); field in Interpolation
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp524 CV_CUDEV_UNARY_FUNCTION_INST(exp10, ::exp10)
/external/ltrace/etc/
Dlibm.so.conf276 double exp10(double);
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def396 /// double exp10(double x);
397 TLI_DEFINE_ENUM_INTERNAL(exp10)
398 TLI_DEFINE_STRING_INTERNAL("exp10")
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1114 hasUnaryFloatFn(TLI, Op1->getType(), LibFunc::exp10, LibFunc::exp10f, in optimizePow()
1116 return EmitUnaryFloatFnCall(Op2, TLI->getName(LibFunc::exp10), B, in optimizePow()
2313 case LibFunc::exp10: in optimizeCall()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h400 friend const mpreal exp10(const mpreal& v, mp_rnd_t rnd_mode);
2201 inline const mpreal exp10 (const mpreal& x, mp_rnd_t r = mpreal::get_default_rnd()) { MPREAL_UNAR…
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1644 fun:exp10=uninstrumented