Home
last modified time | relevance | path

Searched refs:vald (Results 76 – 100 of 1228) sorted by relevance

12345678910>>...50

/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/resources/
H A Dgtk_sv.properties48 FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil.
49 FileChooser.openButtonToolTip.textAndMnemonic=\u00D6ppna vald fil.
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/resources/
H A Dmotif_sv.properties37 FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil.
38 FileChooser.openButtonToolTip.textAndMnemonic=\u00D6ppna vald fil.
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/resources/
H A Dgtk_sv.properties48 FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil.
49 FileChooser.openButtonToolTip.textAndMnemonic=\u00D6ppna vald fil.
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/swing/plaf/motif/resources/
H A Dmotif_sv.properties37 FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil.
38 FileChooser.openButtonToolTip.textAndMnemonic=\u00D6ppna vald fil.
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/resources/
H A Dmotif_sv.properties37 FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil.
38 FileChooser.openButtonToolTip.textAndMnemonic=\u00D6ppna vald fil.
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/resources/
H A Dgtk_sv.properties48 FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil.
49 FileChooser.openButtonToolTip.textAndMnemonic=\u00D6ppna vald fil.
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/resources/
H A Dgtk_sv.properties48 FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil.
49 FileChooser.openButtonToolTip.textAndMnemonic=\u00D6ppna vald fil.
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/swing/plaf/motif/resources/
H A Dmotif_sv.properties37 FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil.
38 FileChooser.openButtonToolTip.textAndMnemonic=\u00D6ppna vald fil.
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dfpix2.c324 l_uint32 vald, maxval; in fpixConvertToPix() local
394 vald = (l_uint32)(val + 0.5); in fpixConvertToPix()
396 vald = 0; in fpixConvertToPix()
398 vald = (l_uint32)(-val + 0.5); in fpixConvertToPix()
399 if (vald > maxval) in fpixConvertToPix()
400 vald = maxval; in fpixConvertToPix()
543 l_uint32 vald; in dpixConvertToPix() local
612 vald = (l_uint32)(val + 0.5); in dpixConvertToPix()
615 vald = 0; in dpixConvertToPix()
619 if (vald > maxval) in dpixConvertToPix()
[all …]
H A Dedge.c94 l_int32 w, h, d, i, j, wplt, wpld, gx, gy, vald; in pixSobelEdgeFilter() local
146 vald = L_ABS(val1 + 2 * val4 + val7 in pixSobelEdgeFilter()
149 vald = L_ABS(val1 + 2 * val2 + val3 - val7 in pixSobelEdgeFilter()
156 vald = L_MIN(255, gx + gy); in pixSobelEdgeFilter()
158 SET_DATA_BYTE(lined, j, vald); in pixSobelEdgeFilter()
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/nn/
H A Dplasma_runner_datetime.po42 msgstr "Viser dagens dato i ei vald tidssone"
52 msgstr "Viser gjeldande klokkeslett i ei vald tidssone"
/dports/science/netcdf/netcdf-c-4.7.4/libdispatch/
H A Ddfilter.c166 double vald; in NC_parsefilterspec() local
213 sstat = sscanf(p,"%lf",&vald); in NC_parsefilterspec()
215 valf = (float)vald; in NC_parsefilterspec()
222 sstat = sscanf(p,"%lf",&vald); in NC_parsefilterspec()
224 memcpy(mem,&vald,sizeof(mem)); in NC_parsefilterspec()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dvid_ega.c695 uint8_t vala, valb, valc, vald; in ega_write() local
752 if (ega->gdcreg[1] & 8) vald = (ega->gdcreg[0] & 8) ? 0xff : 0; in ega_write()
753 else vald = val; in ega_write()
761 … if (writemask2 & 8) ega->vram[addr | 0x3] = (vald & ega->gdcreg[8]) | (ega->ld & ~ega->gdcreg[8]); in ega_write()
767 … if (writemask2 & 8) ega->vram[addr | 0x3] = (vald | ~ega->gdcreg[8]) & ega->ld; in ega_write()
773 … if (writemask2 & 8) ega->vram[addr | 0x3] = (vald & ega->gdcreg[8]) | ega->ld; in ega_write()
779 … if (writemask2 & 8) ega->vram[addr | 0x3] = (vald & ega->gdcreg[8]) ^ ega->ld; in ega_write()
798 vald = ((val & 8) ? 0xff : 0); in ega_write()
811 … if (writemask2 & 8) ega->vram[addr | 0x3] = (vald | ~ega->gdcreg[8]) & ega->ld; in ega_write()
817 … if (writemask2 & 8) ega->vram[addr | 0x3] = (vald & ega->gdcreg[8]) | ega->ld; in ega_write()
[all …]
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dedge.c81 l_int32 w, h, d, i, j, wplt, wpld, gx, gy, vald; in pixSobelEdgeFilter() local
133 vald = L_ABS(val1 + 2 * val4 + val7 in pixSobelEdgeFilter()
136 vald = L_ABS(val1 + 2 * val2 + val3 - val7 in pixSobelEdgeFilter()
143 vald = L_MIN(255, gx + gy); in pixSobelEdgeFilter()
145 SET_DATA_BYTE(lined, j, vald); in pixSobelEdgeFilter()
H A Dgrayquant.c1568 l_int32 nc, nestim, i, j, vals, vald; in pixGrayQuantFromHisto() local
1643 vald = lut[vals]; in pixGrayQuantFromHisto()
1644 SET_DATA_BYTE(lined, j, vald); in pixGrayQuantFromHisto()
1661 vald = lut[vals]; in pixGrayQuantFromHisto()
1662 SET_DATA_BYTE(lined, j, vald); in pixGrayQuantFromHisto()
1785 l_int32 hascolor, vals, vald; in pixGrayQuantFromCmap() local
1839 vald = tab[vals]; in pixGrayQuantFromCmap()
1841 SET_DATA_DIBIT(lined, j, vald); in pixGrayQuantFromCmap()
1843 SET_DATA_QBIT(lined, j, vald); in pixGrayQuantFromCmap()
1845 SET_DATA_BYTE(lined, j, vald); in pixGrayQuantFromCmap()
/dports/devel/kio-extras/kio-extras-21.12.3/po/nn/
H A Dkio5_thumbnail.po26 msgstr "Ingen MIME-type vald."
31 msgstr "Ingen, eller ugyldig, storleik vald."
/dports/sysutils/usermin/usermin-1.830/schedule/ulang/
H A Dsv.auto14 index_disable=Inaktivera vald
15 index_enable=Aktivera vald
/dports/audio/autotalent/autotalent-0.2/
H A Dautotalent.c575 float vald; in runAutotalent() local
1022 vald = 0; in runAutotalent()
1023 vald = vald - (float)0.166666666667 * val0 * (indd - ind1) * (indd - ind2) * (indd - ind3); in runAutotalent()
1024 vald = vald + (float)0.5 * val1 * (indd - ind0) * (indd - ind2) * (indd - ind3); in runAutotalent()
1025 vald = vald - (float)0.5 * val2 * (indd - ind0) * (indd - ind1) * (indd - ind3); in runAutotalent()
1026 vald = vald + (float)0.166666666667 * val3 * (indd - ind0) * (indd - ind1) * (indd - ind2); in runAutotalent()
1027 psAutotalent->cbo[(ti + ti2 + N)%N] = psAutotalent->cbo[(ti + ti2 + N)%N] + vald*tf; in runAutotalent()
/dports/sysutils/usermin/usermin-1.830/gnupg/ulang/
H A Dsv.auto49 import_ekey=Ingen nyckelfil vald
89 encrypt_desc=Använd den här sidan för att kryptera en fil med GnuPG och en vald offentlig nyckel. N…
98 encrypt_eupload=Ingen fil vald för att kryptera
112 decrypt_eupload=Ingen fil vald för att dekryptera
127 sign_eupload=Ingen fil vald för att signera
143 verify_eupload=Ingen fil vald för att verifiera
204 delkeys_enone=Ingen vald
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_vertex_program/
H A Dproperty-bindings.c375 double vald[4]; in piglit_display() local
377 vald[c] = val[c] = DRAND(); in piglit_display()
378 glClipPlane(GL_CLIP_PLANE0 + cp, vald); in piglit_display()
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/klauspost/compress/zstd/testdata/fuzz-compress/corpus/
H A D50077cc7db97027081110ecb02869c72a908f4d5-121 flo on flo o rflo ot.Ap��ソソ�acr vaot.Apacr va�ot.Ap��ソ]ソソ�racr vald
H A Df29a5961fee1029bc0e20c632d9270177b6680b2-131 …o on flo o rflo ot.Apacr va�ot.Ap����ot.Ap��ソソ�acr vaot.Apacr vaoAp��ソ]��ソ�racr vald
/dports/emulators/mess/mame-mame0226/src/devices/cpu/e132xs/
H A De132xsop.hxx2229 const uint32_t vald = m_core->local_regs[(DST_CODE + fp) & 0x3f]; in hyperstone_extend() local
2236 m_core->global_regs[15] = (uint32_t)(vals * vald); in hyperstone_extend()
2242 const uint64_t result = (uint64_t)vals * (uint64_t)vald; in hyperstone_extend()
2251 const int64_t result = (int64_t)(int32_t)vals * (int64_t)(int32_t)vald; in hyperstone_extend()
2259 m_core->global_regs[15] += (int32_t)vals * (int32_t)vald; in hyperstone_extend()
2273 m_core->global_regs[15] = (int32_t)m_core->global_regs[15] - ((int32_t)vals * (int32_t)vald); in hyperstone_extend()
2287 … = (int32_t)m_core->global_regs[15] + ((int32_t)(vald >> 16) * (int32_t)(vals >> 16)) + ((int32_t)… in hyperstone_extend()
2301 …m_core->global_regs[14] = ((vald >> 16) * (vals >> 16 )) - ((vald & 0xffff) * (vals & 0xffff)); in hyperstone_extend()
2302 …m_core->global_regs[15] = ((vald >> 16) * (vals & 0xffff)) + ((vald & 0xffff) * (vals >> 16 )); in hyperstone_extend()
2307 …m_core->global_regs[14] += ((vald >> 16) * (vals >> 16 )) - ((vald & 0xffff) * (vals & 0xffff)… in hyperstone_extend()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/e132xs/
H A De132xsop.hxx2229 const uint32_t vald = m_core->local_regs[(DST_CODE + fp) & 0x3f]; in hyperstone_extend() local
2236 m_core->global_regs[15] = (uint32_t)(vals * vald); in hyperstone_extend()
2242 const uint64_t result = (uint64_t)vals * (uint64_t)vald; in hyperstone_extend()
2251 const int64_t result = (int64_t)(int32_t)vals * (int64_t)(int32_t)vald; in hyperstone_extend()
2259 m_core->global_regs[15] += (int32_t)vals * (int32_t)vald; in hyperstone_extend()
2273 m_core->global_regs[15] = (int32_t)m_core->global_regs[15] - ((int32_t)vals * (int32_t)vald); in hyperstone_extend()
2287 … = (int32_t)m_core->global_regs[15] + ((int32_t)(vald >> 16) * (int32_t)(vals >> 16)) + ((int32_t)… in hyperstone_extend()
2301 …m_core->global_regs[14] = ((vald >> 16) * (vals >> 16 )) - ((vald & 0xffff) * (vals & 0xffff)); in hyperstone_extend()
2302 …m_core->global_regs[15] = ((vald >> 16) * (vals & 0xffff)) + ((vald & 0xffff) * (vals >> 16 )); in hyperstone_extend()
2307 …m_core->global_regs[14] += ((vald >> 16) * (vals >> 16 )) - ((vald & 0xffff) * (vals & 0xffff)… in hyperstone_extend()
[all …]
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/
H A Dpredicate_parser.h68 double vald; member

12345678910>>...50