/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler_test.cpp | 1265 TEST_F(ComputeTest, exp2) in TEST_F()
|
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 245 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 D | ARMTargetTransformInfo.cpp | 867 case Intrinsic::exp2: in isLoweredToCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1231 case Intrinsic::exp2: in getIntrinsicInstrCost()
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | genutil.py | 179 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 D | genutil.py | 179 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 D | glsBuiltinPrecisionTests.cpp | 2144 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 D | vktShaderBuiltinPrecisionTests.cpp | 2824 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 D | ValueTracking.cpp | 2922 return Intrinsic::exp2; in getIntrinsicForCallSite() 3141 case Intrinsic::exp2: in cannotBeOrderedLessThanZeroImpl() 3308 case Intrinsic::exp2: in isKnownNeverNaN()
|
H A D | InstructionSimplify.cpp | 5033 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 D | es3fShaderOperatorTests.cpp | 68 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 D | utils.c | 520 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 D | IRTranslator.cpp | 1219 case Intrinsic::exp2: in getSimpleIntrinsicOpcode()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexProgram.cpp | 196 case Shader::OPCODE_EXP2: exp2(d, s0, pp); break; in program()
|
H A D | PixelProgram.cpp | 232 case Shader::OPCODE_EXP2: exp2(d, s0, pp); break; in applyShader()
|
H A D | ShaderCore.cpp | 1129 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 D | LLVMReactor.cpp | 3136 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 D | builtin_functions.cpp | 1110 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 D | mathndk.cpp | 878 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 D | SymbolTable_ESSL_autogen.cpp | 1934 constexpr const ImmutableString exp2("exp2"); 4797 BuiltInName::exp2, 4805 BuiltInName::exp2, 4813 BuiltInName::exp2, 4821 BuiltInName::exp2, [all...] |
H A D | SymbolTable_autogen.cpp | 3098 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 D | SelectionDAGBuilder.cpp | 5369 /// 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 D | stylo.hpp | 33559 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...] |