Home
last modified time | relevance | path

Searched refs:vald (Results 1 – 25 of 1228) sorted by relevance

12345678910>>...50

/dports/devel/ppl/ppl-1.2/tests/Octagonal_Shape/
H A Dfrequency1.cc90 Coefficient vald; in test03() local
109 Coefficient vald; in test04() local
128 Coefficient vald; in test05() local
147 Coefficient vald; in test06() local
168 Coefficient vald; in test07() local
189 Coefficient vald; in test08() local
213 Coefficient vald; in test09() local
237 Coefficient vald; in test10() local
261 Coefficient vald; in test11() local
285 Coefficient vald; in test12() local
[all …]
/dports/devel/ppl/ppl-1.2/tests/Grid/
H A Dfrequency1.cc90 Coefficient vald; in test03() local
109 Coefficient vald; in test04() local
128 Coefficient vald; in test05() local
148 Coefficient vald; in test06() local
168 Coefficient vald; in test07() local
188 Coefficient vald; in test08() local
209 Coefficient vald; in test09() local
235 Coefficient vald; in test10() local
259 Coefficient vald; in test11() local
283 Coefficient vald; in test12() local
[all …]
/dports/devel/ppl/ppl-1.2/tests/BD_Shape/
H A Dfrequency1.cc99 Coefficient vald; in test03() local
104 nout << "valn " << valn << ", vald " << vald << endl; in test03()
120 Coefficient vald; in test04() local
124 nout << "valn " << valn << ", vald " << vald << endl; in test04()
141 Coefficient vald; in test05() local
162 Coefficient vald; in test06() local
184 Coefficient vald; in test07() local
207 Coefficient vald; in test08() local
209 num, den, valn, vald) in test08()
232 Coefficient vald; in test09() local
[all …]
/dports/devel/ppl/ppl-1.2/tests/Box/
H A Dfrequency1.cc90 Coefficient vald; in test03() local
92 && num == 0 && den == 1 && valn == 0 && vald == 1); in test03()
109 Coefficient vald; in test04() local
128 Coefficient vald; in test05() local
147 Coefficient vald; in test06() local
151 nout << "valn " << valn << ", vald " << vald << endl; in test06()
168 Coefficient vald; in test07() local
190 Coefficient vald; in test08() local
192 num, den, valn, vald) in test08()
195 nout << "valn " << valn << ", vald " << vald << endl; in test08()
[all …]
/dports/games/torcs/torcs-1.3.7/src/tools/nfsperf/
H A Dmainnfsperf.cpp162 int vald; in main() local
204 sscanf (buf, "%d", &vald); in main()
287 sscanf (buf, "%d", &vald); in main()
288 valf = (tdble)vald; in main()
297 valf = (tdble)vald; in main()
365 sscanf (s, "%d", &vald); in main()
375 sscanf (s, "%d", &vald); in main()
385 sscanf (s, "%d", &vald); in main()
402 sscanf (s, "%d", &vald); in main()
412 sscanf (s, "%d", &vald); in main()
[all …]
/dports/devel/ppl/ppl-1.2/tests/Polyhedron/
H A Dfrequency1.cc90 Coefficient vald; in test03() local
92 && num == 0 && den == 1 && valn == 0 && vald == 1); in test03()
109 Coefficient vald; in test04() local
128 Coefficient vald; in test05() local
147 Coefficient vald; in test06() local
167 Coefficient vald; in test07() local
188 Coefficient vald; in test08() local
190 num, den, valn, vald) in test08()
211 Coefficient vald; in test09() local
213 num, den, valn, vald) in test09()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_viewport_array/
H A Dqueries.c60 GLdouble vald[4] = {0.0, 0.0, 0.0, 0.0}; in piglit_init() local
93 glGetDoublei_v(tokens[i], 1, vald); in piglit_init()
149 glGetDoublei_v(indexedTokens[i], 1, vald); in piglit_init()
150 if (valf[0] != vald[0] || valf[1] != vald[1] || in piglit_init()
151 valf[2] != vald[2] || valf[3] != vald[3]) { in piglit_init()
157 printf("vald[0-3] = %f %f %f %f\n", vald[0], vald[1], in piglit_init()
158 vald[2], vald[3]); in piglit_init()
/dports/audio/arss/arss-0.2.3-src/src/
H A Dimage_io.c68 double vald; in bmp_out() local
104 vald = image[iy][ix] * 255.0; in bmp_out()
106 if (vald > 255.0) in bmp_out()
107 vald = 255.0; in bmp_out()
109 if (vald < 0.0) in bmp_out()
110 vald = 0.0; in bmp_out()
112 val = vald; in bmp_out()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dfrei0r.c143 double vald, vald2; in weed_params_to_frei0r_params() local
158 vald = (double)vali; in weed_params_to_frei0r_params()
167 f0rpos.x = vald; in weed_params_to_frei0r_params()
305 double vald; variable
662 vald = 0.;
665 if (vald != 0. && vald != 1.) {
672 if (vald <= 0.5) vald = 0.;
680 vald = 0.;
684 if (vald < 0. || vald > 1.) {
690 if (vald < 0.) vald = 0.;
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdispatch/
H A Ddfilter.c85 double vald; in NC_parsefilterspec() local
132 sstat = sscanf(p,"%lf",&vald); in NC_parsefilterspec()
134 valf = (float)vald; in NC_parsefilterspec()
139 sstat = sscanf(p,"%lf",&vald); in NC_parsefilterspec()
142 memcpy(mem,&vald,sizeof(mem)); in NC_parsefilterspec()
/dports/security/seal/SEAL-3.7.2/dotnet/tests/
H A DCKKSEncoderTests.cs173 List<double> vald = new List<double>(); in ExceptionsTest()
184 …Utilities.AssertThrows<ArgumentNullException>(() => encoder.Encode(vald, ParmsId.Zero, 10.0, plain… in ExceptionsTest()
185 … Utilities.AssertThrows<ArgumentNullException>(() => encoder.Encode(vald, null, 10.0, plain)); in ExceptionsTest()
187 …Utilities.AssertThrows<ArgumentException>(() => encoder.Encode(vald, ParmsId.Zero, 10.0, plain, po… in ExceptionsTest()
194 … Utilities.AssertThrows<ArgumentNullException>(() => encoder.Encode(vald, 10.0, plain_null)); in ExceptionsTest()
196 … Utilities.AssertThrows<ArgumentException>(() => encoder.Encode(vald, -10.0, plain, pool)); in ExceptionsTest()
223 Utilities.AssertThrows<ArgumentNullException>(() => encoder.Decode(plain_null, vald)); in ExceptionsTest()
224 Utilities.AssertThrows<ArgumentException>(() => encoder.Decode(plain, vald, pool)); in ExceptionsTest()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Dug_isa.c75 uint8_t valc, vald; in ug_isa_match() local
90 vald = bus_space_read_1(ia->ia_iot, bsh, UG_DATA); in ug_isa_match()
96 if (((vald == 0) || (vald == 8)) && (valc == 0xAC)) in ug_isa_match()
/dports/finance/skrooge/skrooge-2.26.1/plugins/generic/skg_selectall/
H A Dskgselectallplugin.cpp108 double vald = SKGServices::stringToDouble(val); in onSelectionChanged() local
109 sum += vald; in onSelectionChanged()
110 max = qMax(max, vald); in onSelectionChanged()
111 min = qMin(min, vald); in onSelectionChanged()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dvid_svga.c775 uint8_t vala, valb, valc, vald, wm = svga->writemask; in svga_write() local
841 if (svga->gdcreg[1] & 8) vald = (svga->gdcreg[0] & 8) ? 0xff : 0; in svga_write()
842 else vald = val; in svga_write()
887 vald = ((val & 8) ? 0xff : 0); in svga_write()
926 vald = (svga->gdcreg[0] & 8) ? 0xff : 0; in svga_write()
945 … if (writemask2 & 8) svga->vram[addr | 0x3] = (vald & svga->gdcreg[8]) | svga->ld; in svga_write()
1039 uint8_t vala, valb, valc, vald, wm = svga->writemask; in svga_write_linear() local
1100 if (svga->gdcreg[1] & 8) vald = (svga->gdcreg[0] & 8) ? 0xff : 0; in svga_write_linear()
1101 else vald = val; in svga_write_linear()
1146 vald = ((val & 8) ? 0xff : 0); in svga_write_linear()
[all …]
H A Dvid_ht216.c427 uint8_t vala, valb, valc, vald, wm = svga->writemask; in ht216_dm_write() local
535 if (svga->gdcreg[1] & 8) vald = (svga->gdcreg[0] & 8) ? 0xff : 0; in ht216_dm_write()
536 else vald = fg_data[3]; in ht216_dm_write()
556 … if (writemask2 & 8) svga->vram[addr | 0x3] = (vald & svga->gdcreg[8]) | svga->ld; in ht216_dm_write()
562 … if (writemask2 & 8) svga->vram[addr | 0x3] = (vald & svga->gdcreg[8]) ^ svga->ld; in ht216_dm_write()
581 vald = ((cpu_dat & 8) ? 0xff : 0); in ht216_dm_write()
600 … if (writemask2 & 8) svga->vram[addr | 0x3] = (vald & svga->gdcreg[8]) | svga->ld; in ht216_dm_write()
618 vald = (svga->gdcreg[0] & 8) ? 0xff : 0; in ht216_dm_write()
631 … if (writemask2 & 8) svga->vram[addr | 0x3] = (vald | ~svga->gdcreg[8]) & svga->ld; in ht216_dm_write()
637 … if (writemask2 & 8) svga->vram[addr | 0x3] = (vald & svga->gdcreg[8]) | svga->ld; in ht216_dm_write()
[all …]
/dports/sysutils/webmin/webmin-1.981/exports/lang/
H A Dsv.auto2 index_delete=Radera vald export
3 index_disable=Inaktivera vald
4 index_enable=Aktivera vald
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/
H A Dpredicate_parser.y25 double vald; member
41 %token <vald> VAL_FLOAT
75 | VAL_FLOAT { $$ = PredicateParse_newDoubleValue( $<vald>1 ); }
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/
H A Dpredicate_parser.y29 double vald; member
45 %token <vald> VAL_FLOAT
82 | VAL_FLOAT { $$ = PredicateParse_newDoubleValue( $<vald>1 ); }
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dfpix2.c167 l_uint32 vald; in fpixConvertToPix() local
235 vald = (l_uint32)(val + 0.5); in fpixConvertToPix()
238 vald = 0; in fpixConvertToPix()
240 vald = (l_uint32)(-val + 0.5); in fpixConvertToPix()
242 if (vald > maxval) in fpixConvertToPix()
243 vald = maxval; in fpixConvertToPix()
245 SET_DATA_BYTE(lined, j, vald); in fpixConvertToPix()
247 SET_DATA_TWO_BYTES(lined, j, vald); in fpixConvertToPix()
249 SET_DATA_FOUR_BYTES(lined, j, vald); in fpixConvertToPix()
/dports/sysutils/usermin/usermin-1.830/filemin/lang/
H A Dsv.auto6 copy_selected=Kopiera vald
7 cut_selected=Klipp vald
11 compress_selected=Komprimera vald
12 chmod_selected=Chmod vald
13 chown_selected=Chown vald
14 chcon_selected=Chcon vald
15 chattr_selected=Chattr vald
/dports/sysutils/webmin/webmin-1.981/filemin/lang/
H A Dsv.auto6 copy_selected=Kopiera vald
7 cut_selected=Klipp vald
11 compress_selected=Komprimera vald
12 chmod_selected=Chmod vald
13 chown_selected=Chown vald
14 chcon_selected=Chcon vald
15 chattr_selected=Chattr vald
/dports/sysutils/webmin/webmin-1.981/mailcap/lang/
H A Dsv.auto8 index_disable=Inaktivera vald
9 index_enable=Aktivera vald
39 delete_enone=Ingen vald
/dports/sysutils/usermin/usermin-1.830/mailcap/lang/
H A Dsv.auto8 index_disable=Inaktivera vald
9 index_enable=Aktivera vald
39 delete_enone=Ingen vald
/dports/sysutils/webmin/webmin-1.981/xinetd/lang/
H A Dsv.auto4 index_enable=Aktivera vald
5 index_disable=Inaktivera vald
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/e132xs/
H A De132xs.c4012 UINT32 vals, vald; in e132xs_extend() local
4015 vald = GET_L_REG(D_CODE); in e132xs_extend()
4027 result = vals * vald; in e132xs_extend()
4037 result = vals * vald; in e132xs_extend()
4039 vald = result & 0x00000000ffffffff; in e132xs_extend()
4041 SET_G_REG(15, vald); in e132xs_extend()
4050 result = (INT32)vals * (INT32)vald; in e132xs_extend()
4054 SET_G_REG(15, vald); in e132xs_extend()
4078 SET_G_REG(15, vald); in e132xs_extend()
4102 SET_G_REG(15, vald); in e132xs_extend()
[all …]

12345678910>>...50