Home
last modified time | relevance | path

Searched refs:exp2 (Results 101 - 123 of 123) sorted by relevance

12345

/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp1265 TEST_F(ComputeTest, exp2) in TEST_F()
/third_party/optimized-routines/math/test/
H A Dmathtest.c245 TFUNC(at_d,rt_d, exp2, 3*ULPUNIT/4),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp867 case Intrinsic::exp2: in isLoweredToCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1231 case Intrinsic::exp2: in getIntrinsicInstrCost()
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py179 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py179 def exp2(val): return val.applyUnary(lambda x: math.pow(2.0, x)) member in GenMath
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2144 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} }; in Exp2()
2147 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); } in exp2() function
2280 DEFINE_DERIVED_FLOAT2(Pow, pow, x, y, exp2(y * log2(x)))
3560 // Khronos bug 11180 consensus: if exp2(exponent) cannot be represented, in doApply()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2824 class Exp2 : public ExpFunc<T> { public: Exp2 (void) : ExpFunc<T>("exp2", deExp2) {} }; in Exp2()
2829 ExprP<T> exp2 (const ExprP<T>& x) { return app<Exp2< Signature<T, T> > >(x); } in exp2() function
3045 DEFINE_DERIVED_FLOAT2(Pow, pow, x, y, exp2<float>(y * log2(x)))
3046 DEFINE_DERIVED_FLOAT2_16BIT(Pow16, pow, x, y, exp2<deFloat16>(y * log2(x)))
7134 // Radians, degrees, sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh, atan2, pow, exp, log, exp2 and log2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp2922 return Intrinsic::exp2; in getIntrinsicForCallSite()
3141 case Intrinsic::exp2: in cannotBeOrderedLessThanZeroImpl()
3308 case Intrinsic::exp2: in isKnownNeverNaN()
H A DInstructionSimplify.cpp5033 case Intrinsic::exp2: in simplifyUnaryIntrinsic()
5034 // exp2(log2(x)) -> x in simplifyUnaryIntrinsic()
5044 // log2(exp2(x)) -> x in simplifyUnaryIntrinsic()
5046 (match(Op0, m_Intrinsic<Intrinsic::exp2>(m_Value(X))) || in simplifyUnaryIntrinsic()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp68 using tcu::exp2;
1414 DECLARE_UNARY_GENTYPE_FUNCS(exp2)
1942 << BuiltinFuncInfo("exp2", "exp2", GT, Value(GT, -7.0f, 2.0f), notUsed, notUsed, 1.0f, 0.0f, PRECMASK_MEDIUMP_HIGHP, FLOAT_GENTYPE_FUNCS(exp2) ) in init()
/third_party/ffmpeg/libswscale/
H A Dutils.c520 coeff = exp2(-p * floatd * floatd) * fone; in initFilter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1219 case Intrinsic::exp2: in getSimpleIntrinsicOpcode()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexProgram.cpp196 case Shader::OPCODE_EXP2: exp2(d, s0, pp); break; in program()
H A DPixelProgram.cpp232 case Shader::OPCODE_EXP2: exp2(d, s0, pp); break; in applyShader()
H A DShaderCore.cpp1129 void ShaderCore::exp2(Vector4f &dst, const Vector4f &src, bool pp) in exp2() function in sw::ShaderCore
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3136 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::exp2, { T(Float::type()) }); in Exp2()
3523 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::exp2, { T(Float4::type()) }); in Exp2()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp1110 B1(exp2)
1964 F(exp2) in create_builtins()
6007 UNOP(exp2, ir_unop_exp2, always_available)
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmathndk.cpp878 double getResult = exp2(firstParam); in Exp2()
3005 {"exp2", nullptr, Exp2, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable_ESSL_autogen.cpp1934 constexpr const ImmutableString exp2("exp2");
4797 BuiltInName::exp2,
4805 BuiltInName::exp2,
4813 BuiltInName::exp2,
4821 BuiltInName::exp2,
[all...]
H A DSymbolTable_autogen.cpp3098 constexpr const ImmutableString exp2("exp2");
6412 BuiltInName::exp2,
6420 BuiltInName::exp2,
6428 BuiltInName::exp2,
6436 BuiltInName::exp2,
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5369 /// expandExp2 - Lower an exp2 intrinsic. Handles the special sequences for
6162 case Intrinsic::exp2: in visitIntrinsicCall()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp33559 extern double exp2 (double __x) throw (); extern double __exp2 (double __x) throw ();
35241 using ::exp2;
35484 exp2(float __x)
35488 exp2(long double __x)
35496 exp2(_Tp __x)
[all...]

Completed in 213 milliseconds

12345