Home
last modified time | relevance | path

Searched refs:_F (Results 51 – 75 of 5411) sorted by relevance

12345678910>>...217

/dports/math/givaro/givaro-4.1.1/src/library/poly1/
H A Dgivpoly1crtcstor.inl22 : _XIndet(), _F(), _PolRing(), _primes(0), _ck(0)
28 _F(R._F),
39 _F(F),
46 // _F.write(std::cout, *it) << std::endl;
64 _F.assign(irred[0], _primes[k-1]);
65 _F.negin(irred[0]);
69 Type_t invC; _F.init(invC);
72 _F.invin(invC);
73 // _F.write(std::cerr<< "inv["<<k<<"]: ", invC) <<std::endl;
77 _F.assign(irred[0], _primes[Size-1]);
[all …]
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/xojfile/
H A DLoadHandlerHelper.cpp62 error("%s", FC(_F("Unknown color value \"{1}\"") % text)); in parseColor()
78 error("%s", FC(_F("Color \"{1}\" unknown (not defined in default color list)!") % text)); in parseColor()
105 …error("%s", FC(_F("Attribute \"{1}\" could not be parsed as double, the value is nullptr") % name)… in getAttribDouble()
112 …error("%s", FC(_F("Attribute \"{1}\" could not be parsed as double, the value is \"{2}\"") % name … in getAttribDouble()
122 … error("%s", FC(_F("Attribute \"{1}\" could not be parsed as int, the value is nullptr") % name)); in getAttribInt()
129 …error("%s", FC(_F("Attribute \"{1}\" could not be parsed as int, the value is \"{2}\"") % name % a… in getAttribInt()
148 …error("%s", FC(_F("Attribute \"{1}\" could not be parsed as int, the value is \"{2}\"") % name % a… in getAttribInt()
160 …error("%s", FC(_F("Attribute \"{1}\" could not be parsed as size_t, the value is nullptr") % name)… in getAttribSizeT()
167 …error("%s", FC(_F("Attribute \"{1}\" could not be parsed as size_t, the value is \"{2}\"") % name … in getAttribSizeT()
187 …error("%s", FC(_F("Attribute \"{1}\" could not be parsed as size_t, the value is \"{2}\"") % name … in getAttribSizeT()
H A DLoadHandler.cpp157 this->lastError = FS(_F("Could not open file: \"{1}\"") % filepath.u8string()); in openFile()
221 this->lastError = FS(_F("XML Parser error: {1}") % error->message); in parseXml()
284 error("%s", FC(_F("Unexpected root tag: {1}") % elementName)); in parseStart()
305 g_warning("%s", FC(_F("Unexpected tag in document: \"{1}\"") % elementName)); in parseContents()
395 error("%s", FC(_F("Unknown pixmap::domain type: {1}") % domain)); in parseBgPixmap()
448 error("%s", FC(_F("Unknown domain type: {1}") % domain)); in parseBgPdf()
461 error("%s", FC(_F("Error reading PDF: {1}") % doc.getLastErrorMsg())); in parseBgPdf()
494 error("%s", FC(_F("Unknown background type: {1}") % type)); in parsePage()
518 error("%s", FC(_F("Error reading width of a stroke: {1}") % width)); in parseStroke()
591 g_warning("%s", FC(_F("Unknown stroke type: \"{1}\", assuming pen") % tool)); in parseStroke()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/z180/
H A Dz180op.c188 OP(op,28) { JR_COND( _F & ZF, 0x28 ); } /* JR Z,o */
195 OP(op,2f) { _A ^= 0xff; _F = (_F&(SF|ZF|PF|CF))|HF|NF|(_A&(YF|XF)); } /* CPL */
204 OP(op,37) { _F = (_F & (SF|ZF|PF)) | CF | (_A & (YF|XF)); } /* SCF */
206 OP(op,38) { JR_COND( _F & CF, 0x38 ); } /* JR C,o */
213 OP(op,3f) { _F = ((_F&(SF|ZF|PF|CF))|((_F&CF)<<4)|(_A&(YF|XF)))^CF; } /* CCF */
361 OP(op,c2) { JP_COND( !(_F & ZF) ); } /* JP NZ,a */ in OP()
370 OP(op,ca) { JP_COND( _F & ZF ); } /* JP Z,a */ in OP()
388 OP(op,da) { JP_COND( _F & CF ); } /* JP C,a */ in OP()
406 OP(op,ea) { JP_COND( _F & PF ); } /* JP PE,a */ in OP()
415 OP(op,f2) { JP_COND( !(_F & SF) ); } /* JP P,a */ in OP()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/z180/
H A Dz180op.c188 OP(op,28) { JR_COND( _F & ZF, 0x28 ); } /* JR Z,o */
195 OP(op,2f) { _A ^= 0xff; _F = (_F&(SF|ZF|PF|CF))|HF|NF|(_A&(YF|XF)); } /* CPL */
204 OP(op,37) { _F = (_F & (SF|ZF|PF)) | CF | (_A & (YF|XF)); } /* SCF */
206 OP(op,38) { JR_COND( _F & CF, 0x38 ); } /* JR C,o */
213 OP(op,3f) { _F = ((_F&(SF|ZF|PF|CF))|((_F&CF)<<4)|(_A&(YF|XF)))^CF; } /* CCF */
362 OP(op,c2) { JP_COND( !(_F & ZF) ); } /* JP NZ,a */ in OP()
371 OP(op,ca) { JP_COND( _F & ZF ); } /* JP Z,a */ in OP()
389 OP(op,da) { JP_COND( _F & CF ); } /* JP C,a */ in OP()
407 OP(op,ea) { JP_COND( _F & PF ); } /* JP PE,a */ in OP()
416 OP(op,f2) { JP_COND( !(_F & SF) ); } /* JP P,a */ in OP()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/share/mk/
H A Dbsd.info.mk58 _F:= ${DESTDIR}${_FDIR}/${_FNAME} # installed path
61 ${_F}! ${F} __infoinstall # install rule
63 ${_F}! .MADE # no build at install
66 ${_F}: ${F} __infoinstall # install rule
68 ${_F}: .MADE # no build at install
72 infoinstall:: ${_F}
73 .PRECIOUS: ${_F} # keep if install fails
78 .undef _F
H A Dbsd.inc.mk27 _F:= ${DESTDIR}${_FDIR}/${_FNAME} # installed path
30 ${_F}! ${F} __incinstall # install rule
32 ${_F}: ${F} __incinstall # install rule
35 incinstall:: ${_F}
36 .PRECIOUS: ${_F} # keep if install fails
41 .undef _F
H A Dbsd.kinc.mk52 _F:= ${DESTDIR}${INCSDIR}/${F} # installed path
55 ${_F}! ${F} __incinstall # install rule
57 ${_F}: ${F} __incinstall # install rule
60 incinstall:: ${_F}
61 .PRECIOUS: ${_F} # keep if install fails
64 .undef _F
/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/
H A DFirstOrderLinearTIR.cpp53 _F = F; in FirstOrderLinearTIR()
86 DEBUG_EXPR(if(_F) _F->display(); (inter.linkToDSVariables())[FirstOrderR::z]->display();); in checkSize()
88 if(_F) in checkSize()
89 …assert(((_F->size(0) == inter.dimension()) && (_F->size(1) == (inter.linkToDSVariables())[FirstOrd… in checkSize()
109 if(_F) in computeh()
110 prod(*_F, z, y, false); in computeh()
149 if(_F) _F->display(); in display()
H A DLagrangianLinearTIR.cpp46 _F = F; in LagrangianLinearTIR()
70 if((_F) && ( in checkSize()
71 _F->size(0) != sizeZ || _F->size(1) != sizeZ)) in checkSize()
88 if(_F) in computeOutput()
89 prod(*_F, *DSlink[LagrangianR::z], y, false); in computeOutput()
128 if(_F) in display()
129 _F->display(); in display()
H A DLagrangianCompliantLinearTIR.cpp44 _F = F; in LagrangianCompliantLinearTIR()
76 if((_F) && ( in checkSize()
77 _F->size(0) != sizeZ || _F->size(1) != sizeZ)) in checkSize()
105 if(_F) in computeOutput()
106 prod(*_F, *DSlink[LagrangianR::z], y, false); in computeOutput()
131 if(_F) in display()
132 _F->display(); in display()
H A DFirstOrderLinearR.cpp76 _F = F; in FirstOrderLinearR()
100 if(!_F && _pluginf->fPtr) in initialize()
146 if(_F) in checkSize()
148 if(_F->size(0) == 0) in checkSize()
149 _F->resize(sizeY, sizeZ); in checkSize()
232 if(!_F) in computeh()
233 _F.reset(new SimpleMatrix(y.size(),z.size())); in computeh()
234 computeF(time, z, *_F); in computeh()
252 if(_F) in computeh()
253 prod(*_F, z, y, false); in computeh()
[all …]
/dports/comms/sdr-wspr/sdr-wspr-0.1.0/src/
H A Dsources.cc15 : QObject(parent), _F(F), _Fbfo(Fbfo) in WSPRSource()
22 return _F; in frequency()
27 _F = F; in setFrequency()
49 std::cerr << "Tune to " << int(_Fif+_F+_Fcorr-_Fbfo) << "Hz" << std::endl; in WsprRtlSource()
50 _src = new RTLSource(_Fif+_F+_Fcorr-_Fbfo, 240000); in WsprRtlSource()
86 return _F; in frequency()
91 _F = F; in setFrequency()
94 _src->setFrequency(_Fif+_F+_Fcorr-_Fbfo); in setFrequency()
95 emit frequencyChanged(_F); in setFrequency()
109 _src->setFrequency(_Fif+_F+_Fcorr-_Fbfo); in setFreqCorrection()
[all …]
/dports/math/linbox/linbox-1.6.3/linbox/blackbox/
H A Dfflas-csr.h59 Field _F;
101 FflasCsr(const SparseMatrix<Field, SparseMatrixFormat::CSR> *BB) : _F(BB->field()) in FflasCsr()
106 convert(_F, _A, BB, false); in FflasCsr()
107 convert(_F, _T, BB, true); in FflasCsr()
111 _F(BB._F), in FflasCsr()
122 FFLAS::fspmm(_F, _A, b, B.getPointer(), b, _F.zero, C.getPointer(), b); in applyLeft()
143 return _F; in field()
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dinvariant-factors.h63 Field _F;
86 RandIter RI(_F); in computeGenerator()
88 MatrixDom MD(_F); in computeGenerator()
91 Matrix U(_F, b, n); in computeGenerator()
92 Matrix V(_F, n, b); in computeGenerator()
110 RandIter RI(_F); in computeGenerator2()
112 MatrixDom MD(_F); in computeGenerator2()
115 Matrix U(_F, b, n); in computeGenerator2()
116 Matrix V(_F, n, b); in computeGenerator2()
322 SparseMat L(_F, n, n);
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/z80/
H A Dz80.c743 _F = (_F & CF) | SZ[_A] | ( _IFF2 << 2 ); \
758 _F = (_F & CF) | SZ[_A] | ( _IFF2 << 2 ); \
775 _F = (_F & CF) | SZHV_inc[res]; in INC()
785 _F = (_F & CF) | SZHV_dec[res]; in DEC()
794 _F = (_F & (SF | ZF | PF)) | (_A & (YF | XF | CF))
800 _F = (_F & (SF | ZF | PF)) | (_A & (YF | XF | CF)); \
830 _F = (_F & CF) | SZP[_A]; \
840 _F = (_F & CF) | SZP[_A]; \
941 _F = SZP[_A] | (_F & NF); \
1021 _F = (_F & (SF | ZF | VF)) | \
[all …]
/dports/math/palp/palp-2.20/
H A DE_Poly.c1291 if (_F->Lv || _F->Lp){ in Make_E_Poly()
1340 if(_F->V) in Make_E_Poly()
1342 if((!_F->Lv) && (!_F->n) && _F->Lp) in Make_E_Poly()
1344 if(_F->Lv || _F->Lp){ in Make_E_Poly()
1345 Make_L(_P, _V, _L ,_F->Lp,_F->Lv); in Make_E_Poly()
1346 Print_L(_L,_F->Lp,_F->Lv); in Make_E_Poly()
1366 && !_F->p && !_F->y) { in Make_E_Poly()
1374 if(!_F->n && !_F->g && !_F->d && !_F->y){ in Make_E_Poly()
1385 if(!_F->n && !_F->g && !_F->d && !_F->y) Print_Nefinfo(_PTL, /* _F,*/ in Make_E_Poly()
1509 if (!_F->g && !_F->d){ in AnalyseGorensteinCone()
[all …]
/dports/games/libretro-cap32/libretro-cap32-ad7397f/cap32/
H A Dz80.c483 _F = (_F & Cflag) | SZHV_dec[reg]; \
528 _F = (_F & Cflag) | SZHV_inc[reg]; \
585 _F = (_F & (Sflag | Zflag | Pflag)) | carry | (res & Xflags); \
605 _F = (_F & (Sflag | Zflag | Pflag)) | (_A & Cflag); \
642 _F = (_F & Cflag) | Hflag | SZ_BIT[reg & (1 << bit)]
782 _F = SZ[_B]; \
803 _F = SZ[_B]; \
873 _F = SZ[_B]; \
894 _F = SZ[_B]; \
914 _F = (_F & Cflag) | SZP[_A]; \
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/autodiff/output/
H A Dadr_ex1_2.out4 Testing hand-coded Jacobian, if (for double precision runs) ||J - Jfd||_F/||J||_F is
6 ||J - Jfd||_F/||J||_F = 1.98363e-12, ||J - Jfd||_F = 7.88431e-09
/dports/x11/terminology/terminology-1.9.0/src/bin/
H A Dcolors.c468 #define CS_SET(_c, _F) do { \ in colors_term_init() argument
469 r = cs->_F.r; \ in colors_term_init()
470 g = cs->_F.g; \ in colors_term_init()
471 b = cs->_F.b; \ in colors_term_init()
472 a = cs->_F.a; \ in colors_term_init()
535 #define CS_SET(_c, _F) do { \ in colors_term_init() argument
536 r = cs->_F.r; \ in colors_term_init()
611 #define CS_SET(_K, _F) do {\ in color_scheme_apply() argument
613 cs->_F.r, cs->_F.g, cs->_F.b, cs->_F.a, \ in color_scheme_apply()
614 cs->_F.r, cs->_F.g, cs->_F.b, cs->_F.a, \ in color_scheme_apply()
[all …]
/dports/math/linbox/linbox-1.6.3/tests/
H A Dtest-poly-smith-form.h33 Field _F;
37 TestPolySmithFormUtil(const Field &F): _F(F), _MD(F) {} in TestPolySmithFormUtil()
45 _F.write(std::cout, A.getEntry(i, j)); in printMatrix()
63 _F.assign(elm, _F.one); in makeDiag()
68 _F.mulin(elm, bumps[j]); in makeDiag()
86 Matrix L(_F, A.coldim(), A.coldim()); in makeExample()
88 L.setEntry(i, i, _F.one); in makeExample()
95 Matrix U(_F, A.rowdim(), A.rowdim()); in makeExample()
97 U.setEntry(i, i, _F.one); in makeExample()
/dports/misc/mnn/MNN-1.2.0/pymnn/pip_package/MNN/nn/
H A D__init__.py4 import _mnncengine._expr as _F namespace
11 backend = kwargs.get('backend', _F.Backend.CPU)
12 memory_mode = kwargs.get('memory_mode', _F.MemoryMode.Normal)
13 power_mode = kwargs.get('power_mode', _F.PowerMode.Normal)
14 precision_mode = kwargs.get('precision_mode', _F.PrecisionMode.Normal)
48 if isinstance(value, _F.Var):
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/z80/
H A Dz80.c861 _F = (_F & CF) | SZ[_A] | ( _IFF2 << 2 ); \
876 _F = (_F & CF) | SZ[_A] | ( _IFF2 << 2 ); \
893 _F = (_F & CF) | SZHV_inc[res]; in INC()
903 _F = (_F & CF) | SZHV_dec[res]; in DEC()
925 _F = (_F & (SF | ZF | PF)) | (_A & CF); \
979 _F = (_F & CF) | SZP[_A]; \
989 _F = (_F & CF) | SZP[_A]; \
1269 _F = SZP[_A] | (_F & NF); \
1428 _F = (_F & (SF | ZF | VF)) | \
1656 _F = (_F & CF) | HF | SZ_BIT[reg & (1<<bit)]
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/z80/
H A Dz80.c871 _F = (_F & CF) | SZ[_A] | ( _IFF2 << 2 ); \
886 _F = (_F & CF) | SZ[_A] | ( _IFF2 << 2 ); \
903 _F = (_F & CF) | SZHV_inc[res]; in INC()
913 _F = (_F & CF) | SZHV_dec[res]; in DEC()
935 _F = (_F & (SF | ZF | PF)) | (_A & CF); \
989 _F = (_F & CF) | SZP[_A]; \
999 _F = (_F & CF) | SZP[_A]; \
1279 _F = SZP[_A] | (_F & NF); \
1438 _F = (_F & (SF | ZF | VF)) | \
1666 _F = (_F & CF) | HF | SZ_BIT[reg & (1<<bit)]
[all …]
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/mamez80/
H A Dz80.c938 _F = (_F & CF) | SZ[_A] | ( _IFF2 << 2 ); \
953 _F = (_F & CF) | SZ[_A] | ( _IFF2 << 2 ); \
970 _F = (_F & CF) | SZHV_inc[res]; in INC()
980 _F = (_F & CF) | SZHV_dec[res]; in DEC()
1002 _F = (_F & (SF | ZF | PF)) | (_A & CF); \
1025 _F = (_F & (SF | ZF | YF | XF | PF)) | c; \
1056 _F = (_F & CF) | SZP[_A]; \
1066 _F = (_F & CF) | SZP[_A]; \
1475 _F = (_F & (SF | ZF | VF)) | \
1702 _F = (_F & CF) | HF | SZ_BIT[reg & (1<<bit)]
[all …]

12345678910>>...217