/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | EmulatedIntrinsics.hpp | 31 RValue<Float> Exp2(RValue<Float> x); 49 RValue<Float4> Exp2(RValue<Float4> x);
|
H A D | OptimalIntrinsics.hpp | 33 Float4 Exp2(RValue<Float4> x);
|
H A D | OptimalIntrinsics.cpp | 193 Float4 Exp2(RValue<Float4> x) in Exp2() function 249 return optimal::Exp2(Float4(1.44269504f) * x); // 1/ln(2) in Exp() 262 return optimal::Exp2(log); in Pow()
|
H A D | EmulatedIntrinsics.cpp | 154 RValue<Float> Exp2(RValue<Float> x) 246 RValue<Float4> Exp2(RValue<Float4> x)
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | OpenCL.std.h | 52 Exp2 = 20, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | OpenCL.std.h | 52 Exp2 = 20, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | OpenCL.std.h | 52 Exp2 = 20, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | OpenCL.std.h | 52 Exp2 = 20, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | OpenCL.std.h | 52 Exp2 = 20, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | OpenCL.std.h | 52 Exp2 = 20, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | OpenCL.std.h | 52 Exp2 = 20, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | OpenCL.std.h | 52 Exp2 = 20, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | OpenCL.std.h | 52 Exp2 = 20, enumerator
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | OpenCL.std.h | 56 Exp2 = 20, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | OpenCL.std.h | 56 Exp2 = 20, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | OpenCL.std.h | 56 Exp2 = 20, enumerator
|
/third_party/spirv-headers/include/spirv/unified1/ |
H A D | OpenCL.std.h | 56 Exp2 = 20, enumerator
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedGLEnums_autogen.cpp | 513 return FogMode::Exp2; in FromGLenum() 527 case FogMode::Exp2: in ToGLenum() 544 case FogMode::Exp2: in operator <<()
|
H A D | PackedGLEnums_autogen.h | 144 Exp2 = 1, member in gl::FogMode
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | ext_inst.opencl_test.cpp | 121 CASE1(Exp2, exp2),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | ext_inst.opencl_test.cpp | 121 CASE1(Exp2, exp2),
|
/third_party/skia/include/sksl/ |
H A D | DSLCore.h | 303 DSLExpression Exp2(DSLExpression x, PositionInfo pos = PositionInfo::Capture());
|
/third_party/spirv-tools/test/ |
H A D | ext_inst.opencl_test.cpp | 121 CASE1(Exp2, exp2),
|
/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() function in deqp::gls::BuiltinPrecisionTests::Functions::Exp2 2147 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); } in exp2() 3559 Interval ret = call<Exp2>(ctx, iargs.b); in doApply() 5439 addScalarFactory<Exp2>(*funcs); in createES3BuiltinCases()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 529 Value *Exp2 = Builder.CreateUnaryIntrinsic(Intrinsic::exp2, XY, &I); in visitFMul() local 530 return replaceInstUsesWith(I, Exp2); in visitFMul()
|