Home
last modified time | relevance | path

Searched refs:s_poly (Results 1 – 10 of 10) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Implementation/IMF/FP32/
H A Dsincos_s_dp.cl77 int_double S, s_poly, c_poly;
160s_poly.f = SPIRV_OCL_BUILTIN(fma, _f64_f64_f64, ) (dR2, (__ssincos_la_dp_s_coeff[3]).f, (__ssincos…
162s_poly.f = SPIRV_OCL_BUILTIN(fma, _f64_f64_f64, ) (dR2, s_poly.f, (__ssincos_la_dp_s_coeff[1]).f);
164s_poly.f = SPIRV_OCL_BUILTIN(fma, _f64_f64_f64, ) (dR2, s_poly.f, (__ssincos_la_dp_s_coeff[0]).f);
166 s_poly.f = SPIRV_OCL_BUILTIN(fma, _f64_f64_f64, ) (dR, s_poly.f, dR);
167 fres0.f = (float) s_poly.f;
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/pqc/crypto/qtesla/
H A DQTeslaKeyEncodingTests.java32 int[] s_poly = new int[]{ in testDecodeEncodePrivateKeyQT1P() local
678 QTesla1p.encodePrivateKey(reEncodedSK, s_poly, e_poly, seed, 0, publicKey); in testDecodeEncodePrivateKeyQT1P()
752 long[] s_poly = readLongs("/org/bouncycastle/pqc/crypto/test/3P_s.long"); in testDecodeEncodePrivateKeyQT3P() local
761 QTesla3p.encodePrivateKey(reEncodedSK, s_poly, e_poly, expandedSeed, 0, pk); in testDecodeEncodePrivateKeyQT3P()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dsch_text.cpp705 static std::vector<wxPoint> s_poly; in Plot() local
742 CreateGraphicShape( aPlotter->RenderSettings(), s_poly, GetTextPos() ); in Plot()
744 if( s_poly.size() ) in Plot()
745 aPlotter->PlotPoly( s_poly, FILL_T::NO_FILL, penWidth ); in Plot()
1316 static std::vector<wxPoint> s_poly; in Print() local
1327 CreateGraphicShape( aSettings, s_poly, GetTextPos() + aOffset ); in Print()
1328 GRPoly( nullptr, DC, s_poly.size(), &s_poly[0], false, penWidth, color, color ); in Print()
/dports/math/py-sympy/sympy-1.9/sympy/polys/
H A Dgroebnertools.py484 def s_poly(cp): function
644 s = s_poly(cp)
/dports/math/py-Diofant/Diofant-0.13.0/diofant/polys/
H A Dgroebnertools.py437 def s_poly(cp): function
588 s = s_poly(cp)
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/polys/
H A Dtest_groebnertools.py13 lbp_key, lbp_sub, s_poly, sig,
460 s = s_poly(cp)
/dports/math/py-sympy/sympy-1.9/sympy/polys/tests/
H A Dtest_groebnertools.py7 Sign, Polyn, Num, s_poly, f5_reduce,
458 s = s_poly(cp)
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dkstd2.cc2612 if (strat->s_poly!=NULL) in bba()
2617 if (strat->s_poly(strat)) in bba()
4578 if (strat->s_poly!=NULL) in bbaShift()
4583 if (strat->s_poly(strat)) in bbaShift()
H A Dkutil.h301 s_poly_proc_t s_poly; variable
H A Dkstd1.cc2445 strat->s_poly=sp; in kStd()