Home
last modified time | relevance | path

Searched refs:sym (Results 1 – 25 of 8330) sorted by relevance

12345678910>>...334

/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/symmetricmatrix/
H A DSparseScalarTest2.cpp169 sym = sym * 2; in testScaling()
205 sym = 2 * sym; in testScaling()
277 sym = sym / 2; in testScaling()
461 sym = sym * 2; in testScaling()
497 sym = 2 * sym; in testScaling()
569 sym = sym / 2; in testScaling()
3828 if( sym(0,2) != 3 || sym(1,2) != 1 || sym(2,0) != 3 || sym(2,1) != 1 || sym(2,2) != 2 ) { in testSet()
3864 if( sym(0,2) != 3 || sym(1,2) != 4 || sym(2,0) != 3 || sym(2,1) != 4 || sym(2,2) != 2 ) { in testSet()
3994 if( sym(0,2) != 3 || sym(1,2) != 1 || sym(2,0) != 3 || sym(2,1) != 1 || sym(2,2) != 2 ) { in testSet()
4030 if( sym(0,2) != 3 || sym(1,2) != 4 || sym(2,0) != 3 || sym(2,1) != 4 || sym(2,2) != 2 ) { in testSet()
[all …]
H A DDenseScalarTest2.cpp164 sym = sym * 2; in testScaling()
200 sym = 2 * sym; in testScaling()
272 sym = sym / 2; in testScaling()
456 sym = sym * 2; in testScaling()
492 sym = 2 * sym; in testScaling()
564 sym = sym / 2; in testScaling()
2378 if( sym(0,0) != 0 || sym(0,1) != 1 || sym(0,2) != 0 || sym(0,3) != 0 || in testResize()
2379 sym(1,0) != 1 || sym(1,1) != 2 || sym(1,2) != 0 || sym(1,3) != 0 || in testResize()
2380 sym(2,0) != 0 || sym(2,1) != 0 || sym(2,2) != 0 || sym(2,3) != 0 || in testResize()
2471 if( sym(0,0) != 0 || sym(0,1) != 1 || sym(0,2) != 0 || sym(0,3) != 0 || in testResize()
[all …]
H A DSparseNonScalarTest2.cpp169 sym = sym * 2; in testScaling()
206 sym = 2 * sym; in testScaling()
280 sym = sym / 2; in testScaling()
438 sym = sym * 2; in testScaling()
475 sym = 2 * sym; in testScaling()
549 sym = sym / 2; in testScaling()
734 sym(0,2) = sym(1,2); in testFunctionCall()
920 sym(0,2) = sym(1,2); in testFunctionCall()
6506 sym = trans( sym ); in testTranspose()
6579 sym = trans( sym ); in testTranspose()
[all …]
H A DDenseNonScalarTest2.cpp164 sym = sym * 2; in testScaling()
202 sym = 2 * sym; in testScaling()
278 sym = sym / 2; in testScaling()
441 sym = sym * 2; in testScaling()
479 sym = 2 * sym; in testScaling()
555 sym = sym / 2; in testScaling()
742 sym(0,2) = sym(1,2); in testFunctionCall()
928 sym(0,2) = sym(1,2); in testFunctionCall()
3116 sym = trans( sym ); in testTranspose()
3191 sym = trans( sym ); in testTranspose()
[all …]
H A DDenseScalarTest1.cpp188 if( sym(0,0) != 1 || sym(0,1) != 2 || sym(0,2) != 3 || in testConstructors()
189 sym(1,0) != 2 || sym(1,1) != 4 || sym(1,2) != 0 || in testConstructors()
190 sym(2,0) != 3 || sym(2,1) != 0 || sym(2,2) != 6 ) { in testConstructors()
212 if( sym(0,0) != 1 || sym(0,1) != 2 || sym(0,2) != 3 || in testConstructors()
213 sym(1,0) != 2 || sym(1,1) != 4 || sym(1,2) != 0 || in testConstructors()
214 sym(2,0) != 3 || sym(2,1) != 0 || sym(2,2) != 6 ) { in testConstructors()
251 if( sym(0,0) != 1 || sym(0,1) != 2 || sym(0,2) != 3 || in testConstructors()
252 sym(1,0) != 2 || sym(1,1) != 4 || sym(1,2) != 0 || in testConstructors()
253 sym(2,0) != 3 || sym(2,1) != 0 || sym(2,2) != 6 ) { in testConstructors()
276 if( sym(0,0) != 1 || sym(0,1) != 2 || sym(0,2) != 3 || in testConstructors()
[all …]
H A DSparseScalarTest1.cpp148 if( sym(0,0) != 1 || sym(0,1) != 2 || sym(0,2) != 3 || in testConstructors()
149 sym(1,0) != 2 || sym(1,1) != 4 || sym(1,2) != 0 || in testConstructors()
150 sym(2,0) != 3 || sym(2,1) != 0 || sym(2,2) != 6 ) { in testConstructors()
172 if( sym(0,0) != 1 || sym(0,1) != 2 || sym(0,2) != 3 || in testConstructors()
173 sym(1,0) != 2 || sym(1,1) != 4 || sym(1,2) != 0 || in testConstructors()
174 sym(2,0) != 3 || sym(2,1) != 0 || sym(2,2) != 6 ) { in testConstructors()
313 if( sym(0,0) != 1 || sym(0,1) != -4 || sym(0,2) != 7 || in testConstructors()
426 if( sym(0,0) != 1 || sym(0,1) != 2 || sym(0,2) != 3 || in testConstructors()
427 sym(1,0) != 2 || sym(1,1) != 4 || sym(1,2) != 0 || in testConstructors()
450 if( sym(0,0) != 1 || sym(0,1) != 2 || sym(0,2) != 3 || in testConstructors()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/adaptors/symmetricmatrix/
H A DSubmatrixScalarTest.h206 …if( sym(0,0) != 12 || sym(0,1) != 18 || sym(0,2) != 14 || sym(0,3) != 15 || sym(0,4) != 5 || sym(… in testAssignment()
207sym(1,0) != 18 || sym(1,1) != 17 || sym(1,2) != 11 || sym(1,3) != 19 || sym(1,4) != -1 || sym(1,5)… in testAssignment()
208sym(2,0) != 14 || sym(2,1) != 11 || sym(2,2) != 3 || sym(2,3) != 1 || sym(2,4) != 0 || sym(2,5)… in testAssignment()
209sym(3,0) != 15 || sym(3,1) != 19 || sym(3,2) != 1 || sym(3,3) != 5 || sym(3,4) != 7 || sym(3,5)… in testAssignment()
210sym(4,0) != 5 || sym(4,1) != -1 || sym(4,2) != 0 || sym(4,3) != 7 || sym(4,4) != 1 || sym(4,5)… in testAssignment()
211sym(5,0) != 0 || sym(5,1) != 8 || sym(5,2) != -2 || sym(5,3) != 0 || sym(5,4) != -4 || sym(5,5)… in testAssignment()
264 …if( sym(0,0) != 12 || sym(0,1) != 18 || sym(0,2) != 14 || sym(0,3) != 15 || sym(0,4) != 5 || sym(… in testAssignment()
265sym(1,0) != 18 || sym(1,1) != 17 || sym(1,2) != 11 || sym(1,3) != 19 || sym(1,4) != -1 || sym(1,5)… in testAssignment()
266sym(2,0) != 14 || sym(2,1) != 11 || sym(2,2) != 3 || sym(2,3) != 1 || sym(2,4) != 0 || sym(2,5)… in testAssignment()
267sym(3,0) != 15 || sym(3,1) != 19 || sym(3,2) != 1 || sym(3,3) != 5 || sym(3,4) != 7 || sym(3,5)… in testAssignment()
[all …]
H A DSubmatrixNonScalarTest.h208 …if( sym(0,0) != vec( 12 ) || sym(0,1) != vec( 18 ) || sym(0,2) != vec( 14 ) || sym(0,3) != vec( … in testAssignment()
209sym(1,0) != vec( 18 ) || sym(1,1) != vec( 17 ) || sym(1,2) != vec( 11 ) || sym(1,3) != vec( 19 )… in testAssignment()
210sym(2,0) != vec( 14 ) || sym(2,1) != vec( 11 ) || sym(2,2) != vec( 3 ) || sym(2,3) != vec( 1 )… in testAssignment()
211sym(3,0) != vec( 15 ) || sym(3,1) != vec( 19 ) || sym(3,2) != vec( 1 ) || sym(3,3) != vec( 5 )… in testAssignment()
212sym(4,0) != vec( 5 ) || sym(4,1) != vec( -1 ) || !isDefault( sym(4,2) ) || sym(4,3) != vec( 7 )… in testAssignment()
213 …!isDefault( sym(5,0) ) || sym(5,1) != vec( 8 ) || sym(5,2) != vec( -2 ) || !isDefault( sym(5,3) … in testAssignment()
266 …if( sym(0,0) != vec( 12 ) || sym(0,1) != vec( 18 ) || sym(0,2) != vec( 14 ) || sym(0,3) != vec( … in testAssignment()
267sym(1,0) != vec( 18 ) || sym(1,1) != vec( 17 ) || sym(1,2) != vec( 11 ) || sym(1,3) != vec( 19 )… in testAssignment()
330 …if( sym(0,0) != vec( 1 ) || sym(0,1) != vec( -4 ) || sym(0,2) != vec( 7 ) || sym(0,3) != vec( -… in testAssignment()
331sym(1,0) != vec( -4 ) || sym(1,1) != vec( 2 ) || sym(1,2) != vec( 12 ) || sym(1,3) != vec( 13 ) … in testAssignment()
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/
H A DBackend.hs54 sDelay :: Backend sym => sym -> SEval sym a -> SEval sym (SEval sym a)
68 ratio :: Backend sym => sym -> SInteger sym -> SInteger sym -> SEval sym (SRational sym)
157 rationalEq :: Backend sym => sym -> SRational sym -> SRational sym -> SEval sym (SBit sym)
310 iteBit :: sym -> SBit sym -> SBit sym -> SBit sym -> SEval sym (SBit sym)
311 iteWord :: sym -> SBit sym -> SWord sym -> SWord sym -> SEval sym (SWord sym)
313 iteFloat :: sym -> SBit sym -> SFloat sym -> SFloat sym -> SEval sym (SFloat sym)
316 bitEq :: sym -> SBit sym -> SBit sym -> SEval sym (SBit sym)
317 bitOr :: sym -> SBit sym -> SBit sym -> SEval sym (SBit sym)
318 bitAnd :: sym -> SBit sym -> SBit sym -> SEval sym (SBit sym)
319 bitXor :: sym -> SBit sym -> SBit sym -> SEval sym (SBit sym)
[all …]
/dports/math/octave-forge-symbolic/symbolic-2.9.0/
H A DINDEX4 @sym/sym
11 @sym/assume
45 @sym/abs
48 @sym/acos
50 @sym/acot
52 @sym/acsc
54 @sym/airy
56 @sym/arg
87 @sym/cos
89 @sym/cot
[all …]
/dports/devel/fpc-fcl-res/fpc-3.2.2/packages/fcl-res/src/
H A Drcparser.pas440 ( sym: 0; act: 0 ),
441 ( sym: 40; act: 17 ),
442 ( sym: 45; act: 18 ),
463 ( sym: 40; act: 17 ),
464 ( sym: 45; act: 18 ),
491 ( sym: 37; act: 45 ),
492 ( sym: 38; act: 46 ),
493 ( sym: 42; act: 47 ),
494 ( sym: 43; act: 48 ),
2686 while (k<=yyah[state]) and (yya[k].sym<>sym) do inc(k);
[all …]
/dports/lang/fpc/fpc-3.2.2/packages/fcl-res/src/
H A Drcparser.pas440 ( sym: 0; act: 0 ),
441 ( sym: 40; act: 17 ),
442 ( sym: 45; act: 18 ),
463 ( sym: 40; act: 17 ),
464 ( sym: 45; act: 18 ),
491 ( sym: 37; act: 45 ),
492 ( sym: 38; act: 46 ),
493 ( sym: 42; act: 47 ),
494 ( sym: 43; act: 48 ),
2686 while (k<=yyah[state]) and (yya[k].sym<>sym) do inc(k);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-res/src/
H A Drcparser.pas440 ( sym: 0; act: 0 ),
441 ( sym: 40; act: 17 ),
442 ( sym: 45; act: 18 ),
463 ( sym: 40; act: 17 ),
464 ( sym: 45; act: 18 ),
491 ( sym: 37; act: 45 ),
492 ( sym: 38; act: 46 ),
493 ( sym: 42; act: 47 ),
494 ( sym: 43; act: 48 ),
2686 while (k<=yyah[state]) and (yya[k].sym<>sym) do inc(k);
[all …]
/dports/lang/fpc-utils/fpc-3.2.2/utils/h2pas/
H A Dh2pas.pas3145 ( sym: 256; act: 7 ),
3196 ( sym: 0; act: -1 ),
3212 ( sym: 0; act: 0 ),
6517 ( sym: -8; act: 2 ),
6518 ( sym: -7; act: 3 ),
6519 ( sym: -6; act: 4 ),
6520 ( sym: -3; act: 5 ),
6521 ( sym: -2; act: 6 ),
6533 ( sym: -8; act: 2 ),
9017 while (k<=yyah[state]) and (yya[k].sym<>sym) do inc(k);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/utils/h2pas/
H A Dh2pas.pas3145 ( sym: 256; act: 7 ),
3196 ( sym: 0; act: -1 ),
3212 ( sym: 0; act: 0 ),
6517 ( sym: -8; act: 2 ),
6518 ( sym: -7; act: 3 ),
6519 ( sym: -6; act: 4 ),
6520 ( sym: -3; act: 5 ),
6521 ( sym: -2; act: 6 ),
6533 ( sym: -8; act: 2 ),
9017 while (k<=yyah[state]) and (yya[k].sym<>sym) do inc(k);
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/symbols/docs/
H A DAUTHORS35 coil-1.sym, nmos-1.sym, nmos-2.sym, npn-1.sym
36 npn-2.sym, opamp-1.sym, pmos-1.sym, pmos-2.sym
37 pnp-1.sym, pnp-2.sym, coil-1.sym, coil-2.sym,
53 npn-1.sym npn-2.sym npn-3.sym opamp-1.sym
54 pmos-1.sym pmos-2.sym pnp-1.sym pnp-2.sym
70 12SA7.sym 12SK7.sym 12SQ7.sym 35Z5GT.sym
142 4538-1.sym BNC-1.sym DB25-1.sym DB9-1.sym
241 buf.sym bufif0.sym bufif1.sym high.sym
242 iopad.sym ipad.sym low.sym nand2-1.sym
252 or2-2.sym or3-1.sym or3-2.sym or4-1.sym
[all …]
/dports/cad/geda/geda-gaf-1.8.2/symbols/
H A DAUTHORS21 74123-1.sym 74138-1.sym 74139-1.sym
22 74151-1.sym 74153-1.sym 74154-1.sym
35 coil-1.sym, nmos-1.sym, nmos-2.sym, npn-1.sym
36 npn-2.sym, opamp-1.sym, pmos-1.sym, pmos-2.sym
37 pnp-1.sym, pnp-2.sym, coil-1.sym, coil-2.sym,
53 npn-1.sym npn-2.sym npn-3.sym opamp-1.sym
54 pmos-1.sym pmos-2.sym pnp-1.sym pnp-2.sym
70 12SA7.sym 12SK7.sym 12SQ7.sym 35Z5GT.sym
142 4538-1.sym BNC-1.sym DB25-1.sym DB9-1.sym
241 buf.sym bufif0.sym bufif1.sym high.sym
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/tests/
H A Dall74_1.sch2 C 15200 23300 1 0 0 7400-1.sym
3 C 14000 21300 1 0 0 7400-2.sym
4 C 17500 21800 1 0 0 7401-1.sym
5 C 19100 23600 1 0 0 7401-2.sym
6 C 20900 21900 1 0 0 7402-1.sym
7 C 22000 24800 1 0 0 7402-2.sym
8 C 17700 19700 1 0 0 7403-1.sym
9 C 21700 18100 1 0 0 7403-2.sym
10 C 17100 26800 1 0 0 7404-1.sym
11 C 20100 26900 1 0 0 7404-2.sym
[all …]
/dports/cad/geda/geda-gaf-1.8.2/gschem/tests/
H A Dall74_1.sch2 C 15200 23300 1 0 0 7400-1.sym
3 C 14000 21300 1 0 0 7400-2.sym
4 C 17500 21800 1 0 0 7401-1.sym
5 C 19100 23600 1 0 0 7401-2.sym
6 C 20900 21900 1 0 0 7402-1.sym
7 C 22000 24800 1 0 0 7402-2.sym
8 C 17700 19700 1 0 0 7403-1.sym
9 C 21700 18100 1 0 0 7403-2.sym
10 C 17100 26800 1 0 0 7404-1.sym
11 C 20100 26900 1 0 0 7404-2.sym
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/what4-1.1/src/What4/
H A DInterface.hs425 natAdd :: IsExprBuilder sym => sym -> SymNat sym -> SymNat sym -> IO (SymNat sym)
432 natSub :: IsExprBuilder sym => sym -> SymNat sym -> SymNat sym -> IO (SymNat sym)
438 natMul :: IsExprBuilder sym => sym -> SymNat sym -> SymNat sym -> IO (SymNat sym)
454 natDiv :: IsExprBuilder sym => sym -> SymNat sym -> SymNat sym -> IO (SymNat sym)
462 natMod :: IsExprBuilder sym => sym -> SymNat sym -> SymNat sym -> IO (SymNat sym)
467 natIte :: IsExprBuilder sym => sym -> Pred sym -> SymNat sym -> SymNat sym -> IO (SymNat sym)
472 natEq :: IsExprBuilder sym => sym -> SymNat sym -> SymNat sym -> IO (Pred sym)
476 natLe :: IsExprBuilder sym => sym -> SymNat sym -> SymNat sym -> IO (Pred sym)
480 natLt :: IsExprBuilder sym => sym -> SymNat sym -> SymNat sym -> IO (Pred sym)
663 andPred :: sym -> Pred sym -> Pred sym -> IO (Pred sym)
[all …]
/dports/lang/fpc-utils/fpc-3.2.2/utils/tply/
H A Dpyacc.pas505 ( sym: 0; act: 0 ),
513 ( sym: 60; act: 28 ),
562 ( sym: 60; act: 28 ),
568 ( sym: 60; act: 28 ),
574 ( sym: 60; act: 28 ),
580 ( sym: 60; act: 28 ),
594 ( sym: 0; act: -29 ),
600 ( sym: 44; act: 61 ),
877 ( sym: -2; act: 2 ),
1919 while (k<=yyah[state]) and (yya[k].sym<>sym) do inc(k);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/utils/tply/
H A Dpyacc.pas505 ( sym: 0; act: 0 ),
513 ( sym: 60; act: 28 ),
562 ( sym: 60; act: 28 ),
568 ( sym: 60; act: 28 ),
574 ( sym: 60; act: 28 ),
580 ( sym: 60; act: 28 ),
594 ( sym: 0; act: -29 ),
600 ( sym: 44; act: 61 ),
877 ( sym: -2; act: 2 ),
1919 while (k<=yyah[state]) and (yya[k].sym<>sym) do inc(k);
[all …]
/dports/devel/z88dk/z88dk/src/z80asm/
H A Dscan_rules.h7071 sym.tok = TK_C; in _scan_get()
7085 sym.tok = TK_P; in _scan_get()
7092 sym.tok = TK_M; in _scan_get()
7099 sym.tok = TK_B; in _scan_get()
7106 sym.tok = TK_D; in _scan_get()
7113 sym.tok = TK_E; in _scan_get()
7120 sym.tok = TK_H; in _scan_get()
7127 sym.tok = TK_L; in _scan_get()
7134 sym.tok = TK_A; in _scan_get()
7141 sym.tok = TK_F; in _scan_get()
[all …]
/dports/devel/radare2/radare2-5.1.1/test/db/anal/
H A Dv8509 0x0010006c 1 36 sym._compute
10 0x00100090 1 64 sym._main
11 0x001000d0 5 74 sym.___main
12 0x0010011a 3 34 sym._exit
13 0x0010013c 18 768 sym.__printf_r
16 0x00101cb8 1 20 sym._vfprintf
20 0x00101f16 3 66 sym.__exit
21 0x00101f58 21 486 sym._quorem
28 0x001036c0 3 44 -> 40 sym._fflush
29 0x001036ec 1 106 sym._std
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmolsym.F404 IF ((sym%dgroup .AND. sym%sigmah) .OR. (sym%dgroup .AND. sym%sigmad) .OR. sym%sigmav) THEN
487 sym%ulequatom(sym%ngroup) = sym%ulequatom(sym%ngroup) + 1
489 sym%nequatom(sym%ngroup) = sym%nequatom(sym%ngroup) + 1
504 sym%nequatom(sym%ngroup) = sym%nequatom(sym%ngroup) + 1
523 sym%nequatom(sym%ngroup) = sym%nequatom(sym%ngroup) + 1
538 sym%llequatom(sym%ngroup) = sym%ulequatom(sym%ngroup - 1) + 1
539 sym%ulequatom(sym%ngroup) = sym%llequatom(sym%ngroup)
1249 sym%nses(1) = sym%nses(1) - sym%nses(2)
1550 sym%sig(:, 1:sym%nsig) = MATMUL(sym%rotmat(:, :), sym%sig(:, 1:sym%nsig))
1554 sym%sec(:, 1:sym%nsec(i), i) = MATMUL(sym%rotmat(:, :), sym%sec(:, 1:sym%nsec(i), i))
[all …]

12345678910>>...334