Home
last modified time | relevance | path

Searched refs:vexp (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/btyacc/
H A Dvarsyntax_calc1.output151 vexp : vexp . '+' vexp (19)
152 vexp : vexp . '-' vexp (21)
153 vexp : vexp . '*' vexp (23)
154 vexp : vexp . '/' vexp (25)
230 vexp : vexp . '+' vexp (19)
231 vexp : vexp . '-' vexp (21)
232 vexp : vexp . '*' vexp (23)
233 vexp : vexp . '/' vexp (25)
266 vexp : vexp . '+' vexp (19)
267 vexp : vexp . '-' vexp (21)
[all …]
H A Dcalc1.output151 vexp : vexp . '+' vexp (19)
152 vexp : vexp . '-' vexp (21)
153 vexp : vexp . '*' vexp (23)
154 vexp : vexp . '/' vexp (25)
230 vexp : vexp . '+' vexp (19)
231 vexp : vexp . '-' vexp (21)
232 vexp : vexp . '*' vexp (23)
233 vexp : vexp . '/' vexp (25)
266 vexp : vexp . '+' vexp (19)
267 vexp : vexp . '-' vexp (21)
[all …]
H A Dbtyacc_calc1.output162 vexp : vexp . '+' vexp (19)
163 vexp : vexp . '-' vexp (21)
164 vexp : vexp . '*' vexp (23)
165 vexp : vexp . '/' vexp (25)
259 vexp : vexp . '+' vexp (19)
260 vexp : vexp . '-' vexp (21)
261 vexp : vexp . '*' vexp (23)
262 vexp : vexp . '/' vexp (25)
300 vexp : vexp . '+' vexp (19)
301 vexp : vexp . '-' vexp (21)
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/yacc/
H A Dvarsyntax_calc1.output151 vexp : vexp . '+' vexp (19)
152 vexp : vexp . '-' vexp (21)
153 vexp : vexp . '*' vexp (23)
154 vexp : vexp . '/' vexp (25)
230 vexp : vexp . '+' vexp (19)
231 vexp : vexp . '-' vexp (21)
232 vexp : vexp . '*' vexp (23)
233 vexp : vexp . '/' vexp (25)
266 vexp : vexp . '+' vexp (19)
267 vexp : vexp . '-' vexp (21)
[all …]
H A Dcalc1.output151 vexp : vexp . '+' vexp (19)
152 vexp : vexp . '-' vexp (21)
153 vexp : vexp . '*' vexp (23)
154 vexp : vexp . '/' vexp (25)
230 vexp : vexp . '+' vexp (19)
231 vexp : vexp . '-' vexp (21)
232 vexp : vexp . '*' vexp (23)
233 vexp : vexp . '/' vexp (25)
266 vexp : vexp . '+' vexp (19)
267 vexp : vexp . '-' vexp (21)
[all …]
/dports/emulators/qemu/qemu-6.2.0/block/export/
H A Dvhost-user-blk-server.c100 BlockBackend *blk = vexp->export.blk; in vu_blk_discard_write_zeroes()
274 if (!vexp->writable) { in vu_blk_virtio_process_req()
346 if (!vexp->writable) { in vu_blk_get_features()
368 memcpy(config, &vexp->blkcfg, len); in vu_blk_get_config()
391 vexp->blkcfg.wce = wce; in vu_blk_set_config()
424 VuBlkExport *vexp = opaque; in blk_aio_attached() local
426 vexp->export.ctx = ctx; in blk_aio_attached()
432 VuBlkExport *vexp = opaque; in blk_aio_detach() local
435 vexp->export.ctx = NULL; in blk_aio_detach()
478 vexp->writable = opts->writable; in vu_blk_exp_create()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/block/export/
H A Dvhost-user-blk-server.c93 BlockBackend *blk = vexp->export.blk; in vu_blk_discard_write_zeroes()
267 if (!vexp->writable) { in vu_blk_virtio_process_req()
339 if (!vexp->writable) { in vu_blk_get_features()
361 memcpy(config, &vexp->blkcfg, len); in vu_blk_get_config()
384 vexp->blkcfg.wce = wce; in vu_blk_set_config()
417 VuBlkExport *vexp = opaque; in blk_aio_attached() local
419 vexp->export.ctx = ctx; in blk_aio_attached()
425 VuBlkExport *vexp = opaque; in blk_aio_detach() local
428 vexp->export.ctx = NULL; in blk_aio_detach()
471 vexp->writable = opts->writable; in vu_blk_exp_create()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/export/
H A Dvhost-user-blk-server.c100 BlockBackend *blk = vexp->export.blk; in vu_blk_discard_write_zeroes()
274 if (!vexp->writable) { in vu_blk_virtio_process_req()
346 if (!vexp->writable) { in vu_blk_get_features()
368 memcpy(config, &vexp->blkcfg, len); in vu_blk_get_config()
391 vexp->blkcfg.wce = wce; in vu_blk_set_config()
424 VuBlkExport *vexp = opaque; in blk_aio_attached() local
426 vexp->export.ctx = ctx; in blk_aio_attached()
432 VuBlkExport *vexp = opaque; in blk_aio_detach() local
435 vexp->export.ctx = NULL; in blk_aio_detach()
478 vexp->writable = opts->writable; in vu_blk_exp_create()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/
H A Dcalc1.y62 | vexp '\n'
111 vexp : dexp
129 | vexp '+' vexp
134 | dexp '+' vexp
139 | vexp '-' vexp
144 | dexp '-' vexp
149 | vexp '*' vexp
153 | dexp '*' vexp
157 | vexp '/' vexp
162 | dexp '/' vexp
[all …]
H A Dvarsyntax_calc1.y64 | vexp '\n'
113 vexp : dexp
131 | vexp '+' vexp
136 | dexp '+' vexp
141 | vexp '-' vexp
146 | dexp '-' vexp
151 | vexp '*' vexp
155 | dexp '*' vexp
159 | vexp '/' vexp
164 | dexp '/' vexp
[all …]
H A Dbtyacc_calc1.y64 | vexp
72 | VREG '=' vexp
109 vexp : dexp
127 | vexp '+' vexp
132 | dexp '+' vexp
137 | vexp '-' vexp
142 | dexp '-' vexp
147 | vexp '*' vexp
151 | dexp '*' vexp
155 | vexp '/' vexp
[all …]
/dports/emulators/qemu5/qemu-5.2.0/block/export/
H A Dvhost-user-blk-server.c95 BlockBackend *blk = vexp->export.blk; in vu_blk_virtio_process_req()
175 if (!vexp->writable) { in vu_blk_virtio_process_req()
251 if (!vexp->writable) { in vu_blk_get_features()
272 memcpy(config, &vexp->blkcfg, len); in vu_blk_get_config()
295 vexp->blkcfg.wce = wce; in vu_blk_set_config()
328 VuBlkExport *vexp = opaque; in blk_aio_attached() local
330 vexp->export.ctx = ctx; in blk_aio_attached()
336 VuBlkExport *vexp = opaque; in blk_aio_detach() local
339 vexp->export.ctx = NULL; in blk_aio_detach()
378 vexp->writable = opts->writable; in vu_blk_exp_create()
[all …]
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftvar.c267 char *vexp, *varname, *def; in ftvar_evalstr() local
273 vexp = (char*)0L; in ftvar_evalstr()
331 if (!(vexp = (char*)malloc(x+1))) in ftvar_evalstr()
334 strncpy(vexp, v, x); in ftvar_evalstr()
335 vexp[x] = 0; in ftvar_evalstr()
350 varname = vexp; in ftvar_evalstr()
413 if (vexp) in ftvar_evalstr()
414 free(vexp); in ftvar_evalstr()
415 vexp = (char*)0L; in ftvar_evalstr()
438 if (vexp) in ftvar_evalstr()
[all …]
/dports/math/spooles/spooles.2.2/BPG/src/
H A DDM.c399 int vexp, in nonunitFindNmatch() argument
415 || vexp < 0 || vexp > (bpg->nX + bpg->nY) in nonunitFindNmatch()
431 uexp, nvexp[uexp], vexp, nvexp[vexp]) ; in nonunitFindNmatch()
434 nmatch = (nvexp[uexp] <= nvexp[vexp]) ? nvexp[uexp] : nvexp[vexp] ; in nonunitFindNmatch()
443 u = link[vexp] ; in nonunitFindNmatch()
495 int vexp, in nonunitFlipEdges() argument
512 || vexp < 0 || vexp > (bpg->nX + bpg->nY) in nonunitFlipEdges()
527 u = link[vexp] ; in nonunitFlipEdges()
619 vnext = vexp ; in nonunitFlipEdges()
620 u = link[vexp] ; in nonunitFlipEdges()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/BPG/src/
H A DDM.c399 int vexp, in nonunitFindNmatch() argument
415 || vexp < 0 || vexp > (bpg->nX + bpg->nY) in nonunitFindNmatch()
431 uexp, nvexp[uexp], vexp, nvexp[vexp]) ; in nonunitFindNmatch()
434 nmatch = (nvexp[uexp] <= nvexp[vexp]) ? nvexp[uexp] : nvexp[vexp] ; in nonunitFindNmatch()
443 u = link[vexp] ; in nonunitFindNmatch()
495 int vexp, in nonunitFlipEdges() argument
512 || vexp < 0 || vexp > (bpg->nX + bpg->nY) in nonunitFlipEdges()
527 u = link[vexp] ; in nonunitFlipEdges()
619 vnext = vexp ; in nonunitFlipEdges()
620 u = link[vexp] ; in nonunitFlipEdges()
[all …]
/dports/math/spooles-mpich/spooles.2.2/BPG/src/
H A DDM.c399 int vexp, in nonunitFindNmatch() argument
415 || vexp < 0 || vexp > (bpg->nX + bpg->nY) in nonunitFindNmatch()
431 uexp, nvexp[uexp], vexp, nvexp[vexp]) ; in nonunitFindNmatch()
434 nmatch = (nvexp[uexp] <= nvexp[vexp]) ? nvexp[uexp] : nvexp[vexp] ; in nonunitFindNmatch()
443 u = link[vexp] ; in nonunitFindNmatch()
495 int vexp, in nonunitFlipEdges() argument
512 || vexp < 0 || vexp > (bpg->nX + bpg->nY) in nonunitFlipEdges()
527 u = link[vexp] ; in nonunitFlipEdges()
619 vnext = vexp ; in nonunitFlipEdges()
620 u = link[vexp] ; in nonunitFlipEdges()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/BPG/src/
H A DDM.c399 int vexp, in nonunitFindNmatch() argument
415 || vexp < 0 || vexp > (bpg->nX + bpg->nY) in nonunitFindNmatch()
431 uexp, nvexp[uexp], vexp, nvexp[vexp]) ; in nonunitFindNmatch()
434 nmatch = (nvexp[uexp] <= nvexp[vexp]) ? nvexp[uexp] : nvexp[vexp] ; in nonunitFindNmatch()
443 u = link[vexp] ; in nonunitFindNmatch()
495 int vexp, in nonunitFlipEdges() argument
512 || vexp < 0 || vexp > (bpg->nX + bpg->nY) in nonunitFlipEdges()
527 u = link[vexp] ; in nonunitFlipEdges()
619 vnext = vexp ; in nonunitFlipEdges()
620 u = link[vexp] ; in nonunitFlipEdges()
[all …]
/dports/cad/iverilog/verilog-11.0/tgt-vvp/
H A Deval_real.c123 int vexp = 0x1000; in draw_number_real() local
163 vexp |= 0x4000; in draw_number_real()
166 mant, vexp, (vexp&0x4000)? '-' : '+', mant, wid); in draw_number_real()
184 int expo, vexp; in draw_realnum_real() local
215 vexp = expo + 0x1000; in draw_realnum_real()
216 assert(vexp >= 0); in draw_realnum_real()
217 assert(vexp < 0x2000); in draw_realnum_real()
218 vexp += sign; in draw_realnum_real()
231 vexp = expo + 0x1000; in draw_realnum_real()
232 assert(vexp >= 0); in draw_realnum_real()
[all …]
/dports/net/nbdkit/nbdkit-1.20.4/common/bitmap/
H A Dtest-bitmap.c62 unsigned v, vexp; in test() local
81 vexp = (j & 1) == 0 ? 1 : (1<<bpb) - 1; in test()
83 assert (v == vexp); in test()
96 vexp = (j & 1) == 0 ? 1 : (1<<bpb) - 1; in test()
98 assert (v == vexp); in test()
112 vexp = (j & 1) == 0 ? 1 : (1<<bpb) - 1; in test()
114 assert (v == vexp); in test()
/dports/net-p2p/litecoin/litecoin-0.18.1/test/functional/
H A Dwallet_groups.py13 def assert_approx(v, vexp, vspan=0.00001): argument
14 if v < vexp - vspan:
15 raise AssertionError("%s < [%s..%s]" % (str(v), str(vexp - vspan), str(vexp + vspan)))
16 if v > vexp + vspan:
17 raise AssertionError("%s > [%s..%s]" % (str(v), str(vexp - vspan), str(vexp + vspan)))
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/functional/
H A Dwallet_groups.py13 def assert_approx(v, vexp, vspan=0.00001): argument
14 if v < vexp - vspan:
15 raise AssertionError("%s < [%s..%s]" % (str(v), str(vexp - vspan), str(vexp + vspan)))
16 if v > vexp + vspan:
17 raise AssertionError("%s > [%s..%s]" % (str(v), str(vexp - vspan), str(vexp + vspan)))
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/
H A Dwallet_groups.py13 def assert_approx(v, vexp, vspan=0.00001): argument
14 if v < vexp - vspan:
15 raise AssertionError("%s < [%s..%s]" % (str(v), str(vexp - vspan), str(vexp + vspan)))
16 if v > vexp + vspan:
17 raise AssertionError("%s > [%s..%s]" % (str(v), str(vexp - vspan), str(vexp + vspan)))
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/i386/
H A Davx512fp16-recip-2.c11 _Float16 a[32], b[32], vexp[32], vref[32], sa, sb, sexp, sref; variable
57 vexp[i] = vref[i] = 2.75 * i; in init()
87 vector_hf_rcp_fast (a, b, vexp, 32); in recip_op_test()
89 if (!check_cond (vexp, vref, 1)) in recip_op_test()
93 vector_hf_rsqrt_fast (a, b, vexp, 32); in recip_op_test()
95 if (!check_cond (vexp, vref, 1)) in recip_op_test()
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/
H A Dwallet_groups.py64 assert_approx(v[0], vexp=0.2, vspan=0.0001)
65 assert_approx(v[1], vexp=0.3, vspan=0.0001)
75 assert_approx(v[0], vexp=0.2, vspan=0.0001)
76 assert_approx(v[1], vexp=1.3, vspan=0.0001)
89 assert_approx(self.nodes[1].getbalance(), vexp=4.3, vspan=0.0001)
90 assert_approx(self.nodes[2].getbalance(), vexp=4.3, vspan=0.0001)
104 assert_approx(values[0], vexp=0.1, vspan=0.0001)
105 assert_approx(values[1], vexp=1.4, vspan=0.0001)
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Dwallet_groups.py64 assert_approx(v[0], vexp=0.2, vspan=0.0001)
65 assert_approx(v[1], vexp=0.3, vspan=0.0001)
75 assert_approx(v[0], vexp=0.2, vspan=0.0001)
76 assert_approx(v[1], vexp=1.3, vspan=0.0001)
89 assert_approx(self.nodes[1].getbalance(), vexp=4.3, vspan=0.0001)
90 assert_approx(self.nodes[2].getbalance(), vexp=4.3, vspan=0.0001)
104 assert_approx(values[0], vexp=0.1, vspan=0.0001)
105 assert_approx(values[1], vexp=1.4, vspan=0.0001)

1234567