Home
last modified time | relevance | path

Searched refs:expv (Results 126 – 150 of 260) sorted by relevance

1234567891011

/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DTmpJBAlgorithm.C190 std::vector<long> expv; in myElemIsNonMultForIndex() local
191 exponents(expv, m); in myElemIsNonMultForIndex()
194 while(iter.myCurrentDeg() < expv[iter.myCurrentVar()]) in myElemIsNonMultForIndex()
200 CoCoA_ASSERT(iter.myCurrentDeg() == expv[iter.myCurrentVar()]); in myElemIsNonMultForIndex()
208 CoCoA_ASSERT(expv[index] == 0); in myElemIsNonMultForIndex()
213 CoCoA_ASSERT(iter.myCurrentDeg() >= expv[index]); in myElemIsNonMultForIndex()
214 return iter.myCurrentDeg() != expv[index]; in myElemIsNonMultForIndex()
H A DDistrMPolyInlFpPP.C548 vector<long> expv(NumIndets(myPPM)); in myMulByPP()
549 myPPM->myExponents(expv, rawpp); in myMulByPP()
550 myOrdvArith->myAssignFromExpv(&ordv[0], expv); in myMulByPP()
581 myOrdvArith->myAssignFromExpv(tmp->myOrdv, expv); in myPushFront()
593 myOrdvArith->myAssignFromExpv(tmp->myOrdv, expv); in myPushBack()
606 vector<long> expv(NumIndets(myPPM)); in myPushFront()
607 myPPM->myExponents(expv, rawpp); in myPushFront()
608 myOrdvArith->myAssignFromExpv(tmp->myOrdv, expv); in myPushFront()
621 vector<long> expv(NumIndets(myPPM)); in myPushBack()
622 myPPM->myExponents(expv, rawpp); in myPushBack()
[all …]
H A Dfactor.C123 std::vector<long> expv(nvars); in ConvertToDMPZ()
128 exponents(expv, PP(it)); in ConvertToDMPZ()
130 std::copy(expv.begin(), expv.end(), exps); in ConvertToDMPZ()
403 vector<long> expv(NumIndets(P)); in RadicalOfPoly()
411 exponents(expv, LPP(facs[i])); in RadicalOfPoly()
412 while (expv[x] == 0) in RadicalOfPoly()
415 CoCoA_ASSERT(x < len(expv)); in RadicalOfPoly()
424 vector<long> expv(NumIndets(P)); in RadicalOfPoly()
432 exponents(expv, LPP(g)); in RadicalOfPoly()
433 while (expv[x] == 0) in RadicalOfPoly()
[all …]
H A DRingDistrMPolyClean.C121 virtual void myPushFront(RawPtr rawf, ConstRawPtr rawc, const std::vector<long>& expv) const;
122 virtual void myPushBack(RawPtr rawf, ConstRawPtr rawc, const std::vector<long>& expv) const;
311 vector<long> expv(myNumIndets()); // wasteful new/delete in myIndetPower()
312 expv[var] = exp; in myIndetPower()
313 import(raw(ans)).myPushFront(raw(one(myCoeffRingValue)), expv); in myIndetPower()
375 …istrMPolyCleanImpl::myPushFront(RawPtr rawf, ConstRawPtr rawc, const std::vector<long>& expv) const in myPushFront() argument
377 import(rawf).myPushFront(rawc, expv); in myPushFront()
382 …DistrMPolyCleanImpl::myPushBack(RawPtr rawf, ConstRawPtr rawc, const std::vector<long>& expv) const in myPushBack() argument
384 import(rawf).myPushBack(rawc, expv); in myPushBack()
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_array_packed_endian.v8 …ine checkh(gotv,expv) do if ((gotv) !== (expv)) begin $write("%%Error: %s:%0d: got='h%x exp='h%x\…
H A Dt_var_static.v7 …ine checkh(gotv,expv) do if ((gotv) !== (expv)) begin $write("%%Error: %s:%0d: got='h%x exp='h%x\…
H A Dt_foreach.v7 …ine checkh(gotv,expv) do if ((gotv) !== (expv)) begin $write("%%Error: %s:%0d: got='h%x exp='h%x\…
H A Dt_mod_interface_array5.v8 …ine checkh(gotv,expv) do if ((gotv) !== (expv)) begin $write("%%Error: %s:%0d: got='h%x exp='h%x\…
H A Dt_sys_fread.v8 …fine checkd(gotv,expv) do if ((gotv) !== (expv)) begin $write("%%Error: %s:%0d: got=%0d exp=%0d\n…
H A Dt_sys_file_basic_uz.v12 `define checkh(gotv,expv) \
13 do if ((gotv) !== (expv)) begin\
14 $write("%%Error: %s:%0d: got='h%x exp='h%x\n", `__FILE__,`__LINE__, (gotv), (expv));\
H A Dt_mod_interface_array6.v8 …ine checkh(gotv,expv) do if ((gotv) !== (expv)) begin $write("%%Error: %s:%0d: got='h%x exp='h%x\…
H A Dt_flag_parameter_hier.v7 `define check(gotv,expv) do if ((gotv) !== (expv)) begin $write("%%Error: %s:%0d: %m: Wrong paramet…
H A Dt_dpi_open_elem.v9 …ine checkh(gotv,expv) do if ((gotv) !== (expv)) begin $write("%%Error: %s:%0d: got='h%x exp='h%x\…
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/NrrdIO/src/NrrdIO/
H A D754.c362 unsigned int sign, expv, mant; in airFPClass_f() local
366 FP_GET_F(sign, expv, mant, flit, fbig); in airFPClass_f()
367 indexv = ((!!sign) << 2) | ((!!expv) << 1) | (!!mant); in airFPClass_f()
379 if (0xff == expv) { in airFPClass_f()
387 if (0xff == expv) { in airFPClass_f()
407 if (0xff > expv) { in airFPClass_f()
415 if (0xff > expv) { in airFPClass_f()
/dports/science/teem/teem-1.11.0-src/src/air/
H A D754.c360 unsigned int sign, expv, mant; in airFPClass_f() local
364 FP_GET_F(sign, expv, mant, flit, fbig); in airFPClass_f()
365 indexv = ((!!sign) << 2) | ((!!expv) << 1) | (!!mant); in airFPClass_f()
377 if (0xff == expv) { in airFPClass_f()
385 if (0xff == expv) { in airFPClass_f()
405 if (0xff > expv) { in airFPClass_f()
413 if (0xff > expv) { in airFPClass_f()
/dports/math/cocoalib/CoCoALib-0.99712/examples/
H A Dex-PolyInput1.C31 vector<long> expv(NumInds); in ReadNewPoly()
46 for (size_t i=0; i<NumInds; ++i) in >> expv[i]; in ReadNewPoly()
47 f += monomial(P, IntCoeff, expv); in ReadNewPoly()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/db/
H A Dsetup.c101 map->seg[i].base = expv; in cmdmap()
105 map->seg[i].size = expv - map->seg[i].base; in cmdmap()
109 map->seg[i].offset = expv; in cmdmap()
/dports/math/giacxcas/CoCoALib-0.99700/examples/
H A Dex-PolyInput1.C31 vector<long> expv(NumInds); in ReadNewPoly()
46 for (size_t i=0; i<NumInds; ++i) in >> expv[i]; in ReadNewPoly()
47 f += monomial(P, IntCoeff, expv); in ReadNewPoly()
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/test/
H A Dstat_mech_thermo_unit_eigen.C293 const Scalar expv = exp(th0_N2/Tv); in test_cv_vib() local
294 const Scalar expvmi = expv - Scalar(1.0); in test_cv_vib()
295 Scalar cv_vib_N2_true = R_N2*th0_N2*th0_N2*expv/expvmi/expvmi/Tv/Tv; in test_cv_vib()
315 const Scalar expv = exp(th0_O2/Tv); in test_cv_vib() local
316 const Scalar expvmi = expv - Scalar(1.0); in test_cv_vib()
317 Scalar cv_vib_O2_true = R_O2*th0_O2*th0_O2*expv/expvmi/expvmi/Tv/Tv; in test_cv_vib()
373 const Scalar expv = exp(th0_NO/Tv); in test_cv_vib() local
374 const Scalar expvmi = expv - Scalar(1.0); in test_cv_vib()
375 Scalar cv_vib_NO_true = R_NO*th0_NO*th0_NO*expv/expvmi/expvmi/Tv/Tv; in test_cv_vib()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DDistrMPolyInlFpPP.C548 vector<long> expv(NumIndets(myPPM)); in myMulByPP()
549 myPPM->myExponents(expv, rawpp); in myMulByPP()
550 myOrdvArith->myAssignFromExpv(&ordv[0], expv); in myMulByPP()
581 myOrdvArith->myAssignFromExpv(tmp->myOrdv, expv); in myPushFront()
593 myOrdvArith->myAssignFromExpv(tmp->myOrdv, expv); in myPushBack()
606 vector<long> expv(NumIndets(myPPM)); in myPushFront()
607 myPPM->myExponents(expv, rawpp); in myPushFront()
608 myOrdvArith->myAssignFromExpv(tmp->myOrdv, expv); in myPushFront()
621 vector<long> expv(NumIndets(myPPM)); in myPushBack()
622 myPPM->myExponents(expv, rawpp); in myPushBack()
[all …]
H A Dfactor.C123 std::vector<long> expv(nvars); in ConvertToDMPZ()
128 exponents(expv, PP(it)); in ConvertToDMPZ()
130 std::copy(expv.begin(), expv.end(), exps); in ConvertToDMPZ()
403 vector<long> expv(NumIndets(P)); in RadicalOfPoly()
411 exponents(expv, LPP(facs[i])); in RadicalOfPoly()
412 while (expv[x] == 0) in RadicalOfPoly()
415 CoCoA_ASSERT(x < len(expv)); in RadicalOfPoly()
424 vector<long> expv(NumIndets(P)); in RadicalOfPoly()
432 exponents(expv, LPP(g)); in RadicalOfPoly()
433 while (expv[x] == 0) in RadicalOfPoly()
[all …]
H A DRingDistrMPolyClean.C121 virtual void myPushFront(RawPtr rawf, ConstRawPtr rawc, const std::vector<long>& expv) const;
122 virtual void myPushBack(RawPtr rawf, ConstRawPtr rawc, const std::vector<long>& expv) const;
311 vector<long> expv(myNumIndets()); // wasteful new/delete in myIndetPower()
312 expv[var] = exp; in myIndetPower()
313 import(raw(ans)).myPushFront(raw(one(myCoeffRingValue)), expv); in myIndetPower()
375 …istrMPolyCleanImpl::myPushFront(RawPtr rawf, ConstRawPtr rawc, const std::vector<long>& expv) const in myPushFront() argument
377 import(rawf).myPushFront(rawc, expv); in myPushFront()
382 …DistrMPolyCleanImpl::myPushBack(RawPtr rawf, ConstRawPtr rawc, const std::vector<long>& expv) const in myPushBack() argument
384 import(rawf).myPushBack(rawc, expv); in myPushBack()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libclc/generic/lib/math/
H A Dclc_pown.cl301 double expv;
333 expv = fma(f, q, f2) + f1;
334 expv = ldexp(expv, m);
336 expv = v > max_exp_arg ? as_double(0x7FF0000000000000L) : expv;
337 expv = v < min_exp_arg ? 0.0 : expv;
347 expv *= ((inty == 1) & !xpos) ? -1.0 : 1.0;
349 long ret = as_long(expv);
H A Dclc_powr.cl300 double expv;
332 expv = fma(f, q, f2) + f1;
333 expv = ldexp(expv, m);
335 expv = v > max_exp_arg ? as_double(0x7FF0000000000000L) : expv;
336 expv = v < min_exp_arg ? 0.0 : expv;
355 expv *= ((inty == 1) & !xpos) ? -1.0 : 1.0;
357 long ret = as_long(expv);
H A Dclc_rootn.cl303 double expv;
335 expv = fma(f, q, f2) + f1;
336 expv = ldexp(expv, m);
338 expv = v > max_exp_arg ? as_double(0x7FF0000000000000L) : expv;
339 expv = v < min_exp_arg ? 0.0 : expv;
349 expv *= ((inty == 1) & !xpos) ? -1.0 : 1.0;
351 long ret = as_long(expv);

1234567891011