Home
last modified time | relevance | path

Searched refs:valu (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/dports/cad/alliance/alliance/src/mips_asm/src/
H A Dmips_y.y1329 $$.valu = $1.valu + $3.valu;
1331 $$.valu = $1.valu - $3.valu;
1351 $$.valu = $1.valu * $3.valu;
1353 $$.valu = $1.valu / $3.valu;
1369 $$.valu = $1.valu * $3.valu;
1389 $$.valu = $1.valu | $3.valu;
1392 $$.valu = $1.valu & $3.valu;
1395 $$.valu = $1.valu ^ $3.valu;
1412 $$.valu = $1.valu | $3.valu;
1415 $$.valu = $1.valu & $3.valu;
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Serialise/Instances/
H A DHighlighting.hs31 value = vcase valu where
32 valu [] = valuN HP.Bound function
35 valu [3] = valuN HP.Field function
44 valu _ = malformed function
59 value = vcase valu where
71 valu _ = malformed function
90 value = vcase valu where
91 valu [0] = valuN HP.Error function
106 valu _ = malformed function
132 value = vcase valu where
[all …]
H A DInternal.hs42 value = vcase valu where
45 valu _ = malformed function
62 value = vcase valu where
92 value = vcase valu where
113 value = vcase valu where
160 value = vcase valu where
194 value = vcase valu where
327 valu _ = malformed function
396 valu _ = malformed function
427 valu _ = malformed function
[all …]
H A DAbstract.hs46 value = vcase valu where
50 valu _ = malformed function
57 value = vcase valu where
61 valu _ = malformed function
73 value = vcase valu where
103 value = vcase valu where
106 valu _ = malformed function
112 value = vcase valu where
115 valu _ = malformed function
156 valu _ = malformed function
[all …]
H A DCommon.hs83 value = vcase valu where
106 value = vcase valu where valu _ = malformed function
111 value = vcase valu where
112 valu [] = valuN () function
113 valu _ = malformed function
137 valu _ = malformed function
146 valu _ = malformed function
157 valu [] = valuN True function
159 valu _ = malformed function
309 valu _ = malformed function
[all …]
/dports/cad/calculix/CalculiX/cgx_2.18/examples/ifwhiledemo/
H A Difwhiledemo.fbl3 valu vp P
5 valu vx 0.
7 valu v2 4
8 valu v3 1
11 valu vy 0.
12 valu vz 0.
17 valu vy int vy
18 valu vx int vx
19 valu vz int vz
28 valu vy 0.
[all …]
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dalpha_visualizer.c50 uint8_t valu; in alphav_process() local
84 valu = valu < 0 ? 0 : valu > 255 ? 255 : valu; in alphav_process()
85 } else valu = 0; in alphav_process()
90 dst[0] = (r == WEED_TRUE ? valu : 0); in alphav_process()
91 dst[1] = (g == WEED_TRUE ? valu : 0); in alphav_process()
92 dst[2] = (b == WEED_TRUE ? valu : 0); in alphav_process()
98 dst[0] = (b == WEED_TRUE ? valu : 0); in alphav_process()
99 dst[1] = (g == WEED_TRUE ? valu : 0); in alphav_process()
100 dst[2] = (r == WEED_TRUE ? valu : 0); in alphav_process()
122 valu = alphau[j]; in alphav_process()
[all …]
/dports/cad/alliance/alliance/src/ctp/src/
H A Dctp_y.y74 %token <valu> _AF
75 %token <valu> _AG
76 %token <valu> _AX
77 %token <valu> _AU
78 %token <valu> _EF
79 %token <valu> _EG
80 %token <valu> _EX
163 %token <valu> IF
164 %token <valu> IS
177 %token <valu> OF
[all …]
/dports/cad/alliance/alliance/src/abe/src/
H A Dbeh_dict.c168 long valu;
216 recrd_pnt->FD0_VAL = valu; break;
218 recrd_pnt->FD1_VAL = valu; break;
220 recrd_pnt->FD2_VAL = valu; break;
222 recrd_pnt->FD3_VAL = valu; break;
224 recrd_pnt->FD4_VAL = valu; break;
226 recrd_pnt->FD5_VAL = valu; break;
228 recrd_pnt->FD6_VAL = valu; break;
230 recrd_pnt->PNT_VAL = valu; break;
250 long valu = 0; local
[all …]
/dports/cad/alliance/alliance/src/beh/src/
H A Dbeh_dict.c160 long valu;
211 recrd_pnt->FD0_VAL = valu; break;
213 recrd_pnt->FD1_VAL = valu; break;
215 recrd_pnt->FD2_VAL = valu; break;
217 recrd_pnt->FD3_VAL = valu; break;
219 recrd_pnt->FD4_VAL = valu; break;
221 recrd_pnt->FD5_VAL = valu; break;
223 recrd_pnt->FD6_VAL = valu; break;
225 recrd_pnt->PNT_VAL = valu; break;
245 long valu = 0; local
[all …]
/dports/cad/calculix/CalculiX/cgx_2.18/examples/userDataset/
H A Dnormals.fbl15 valu sum_nods pop
25 valu cur_nod & nod n
26 valu cur_val1 & val1_nod n
27 valu cur_val2 & val2_nod n
28 valu cur_val3 & val3_nod n
33 valu n - n 1
34 valu n int n
44 valu cur_nod & nod n
58 valu cur_nod int cur_nod
61 valu n - n 1
[all …]
/dports/cad/alliance/alliance/src/fvh/src/
H A Dfbl_bcomp_y.y67 long valu; member
86 %token <valu> _IN
98 %token <valu> _OR
101 %token <valu> ABS
105 %token <valu> ALL
118 %token <valu> Bar
122 %token <valu> Box
134 %token <valu> Dot
140 %token <valu> FOR
146 %token <valu> IS
[all …]
/dports/cad/calculix/CalculiX/cgx_2.18/examples/swepElements/
H A Dring1.fbl27 valu nvx pop 2
28 valu nvy pop
29 valu nvz pop
33 valu ncx pop 16
34 valu ncy pop
35 valu ncz pop
36 valu v-1 -.2
37 valu nvx * nvx v-1
38 valu nvy * nvy v-1
39 valu nvz * nvz v-1
/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dalign-ksw2-driver.C243 uint32 valu = _cigarValu[cc]; in analyzeAlignment() local
246 case 'M': _aLen += valu; break; // Non-gap, either a match or a mismatch. in analyzeAlignment()
247 case 'I': _aLen += valu; _aGap += valu; break; // Insertion, gap in query. in analyzeAlignment()
248 case 'D': _aLen += valu; _aGap += valu; break; // Deletion, gap in target. in analyzeAlignment()
253 case '=': _aLen += valu; _aMat += valu; break; // Match. in analyzeAlignment()
254 case 'X': _aLen += valu; _aMis += valu; break; // Mismatch, in analyzeAlignment()
277 uint32 valu = _cigarValu[cc]; in analyzeAlignment() local
285 for (uint32 p=0; p<valu; p++) in analyzeAlignment()
290 for (uint32 p=0; p<valu; p++) in analyzeAlignment()
295 for (uint32 p=0; p<valu; p++) in analyzeAlignment()
/dports/devel/autogen/autogen-5.18.16/agen5/test/
H A Dmatch.test49 foo = { valu = first.0; valu = primary.0; };
50 foo = { valu = first.1; valu = secondary.1; };
51 foo = { valu = first.2; };
52 foo = { valu = first.3; valu = tertiery.3; };
/dports/cad/calculix/CalculiX/cgx_2.18/examples/airfoil/ISAAC/
H A Disaac.fbl2 valu temperature 288. // inlet
3 valu pressure 1e5 // outlet
4 valu u-velocity 247. // inlet
5 valu v-velocity 0. // inlet
6 valu ref-length 0.396
7 valu ini-velocity-factor 1.
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/libiberty/
H A Dffs.c14 ffs (valu) in ffs() argument
15 register int valu; in ffs()
19 if (valu == 0)
22 for (bit = 1; !(valu & 1); bit++)
23 valu >>= 1;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dffs.c14 ffs (valu) in ffs() argument
15 register int valu; in ffs()
19 if (valu == 0)
22 for (bit = 1; !(valu & 1); bit++)
23 valu >>= 1;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dffs.c14 ffs (valu) in ffs() argument
15 register int valu; in ffs()
19 if (valu == 0)
22 for (bit = 1; !(valu & 1); bit++)
23 valu >>= 1;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dffs.c14 ffs (valu) in ffs() argument
15 register int valu; in ffs()
19 if (valu == 0)
22 for (bit = 1; !(valu & 1); bit++)
23 valu >>= 1;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dffs.c14 ffs (valu) in ffs() argument
15 register int valu; in ffs()
19 if (valu == 0)
22 for (bit = 1; !(valu & 1); bit++)
23 valu >>= 1;
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/gw/Transfer/Utilities/
H A Dgrater.f9089 valu=0.d0
100 valu=valu+fval(kk,jj)*wt(kk)*del1
103 dif=abs(value-valu)
197 valu=(0.d0,0.d0)
208 valu=valu+fval(kk,jj)*wt(kk)*del1
211 dif=abs(value-valu)
306 valu=0.d0
317 valu=valu+fval(kk,jj)*wt(kk)*del1
320 dif=abs(value-valu)
415 valu=0.d0
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/gw/Transfer/Utilities/
H A Dgrater.f9089 valu=0.d0
100 valu=valu+fval(kk,jj)*wt(kk)*del1
103 dif=abs(value-valu)
197 valu=(0.d0,0.d0)
208 valu=valu+fval(kk,jj)*wt(kk)*del1
211 dif=abs(value-valu)
306 valu=0.d0
317 valu=valu+fval(kk,jj)*wt(kk)*del1
320 dif=abs(value-valu)
415 valu=0.d0
[all …]
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dscanaddrs.cpp208 uintptr_t valu; in GetConstantValue() local
210 if (pt[sizeof(uintptr_t)-1] & 0x80) valu = 0-1; else valu = 0; in GetConstantValue()
212 valu = (valu << 8) | pt[i-1]; in GetConstantValue()
213 if (valu == 0 || PolyWord::FromUnsigned((POLYUNSIGNED)valu).IsTagged()) in GetConstantValue()
215 else return (PolyObject*)valu; in GetConstantValue()
243 uintptr_t valu = (uintptr_t)p; in SetConstantValue() local
246 addressToWrite[i] = (byte)(valu & 255); in SetConstantValue()
247 valu >>= 8; in SetConstantValue()
/dports/cad/alliance/alliance/src/pat/src/
H A Dpat_decl_y.y218 int valu ;
247 entry_pnt->fd0_val = valu; break;
249 entry_pnt->fd1_val = valu; break;
272 int valu = 0; local
302 return (valu);
399 int valu; member
413 %token <valu> AbstractLit
436 %token <valu> Semicolons
452 %type <valu> Semicolons_ERR
453 %type <valu> .SPY.
[all …]

12345678910>>...41