Home
last modified time | relevance | path

Searched refs:vres (Results 1 – 25 of 1400) sorted by relevance

12345678910>>...56

/dports/math/calc/calc-2.14.0.14/
H A Dvalue.c418 c = vres->v_com; in addvalue()
497 c = vres->v_com; in subvalue()
619 c = vres->v_com; in mulvalue()
645 c = vres->v_com; in squarevalue()
1092 vres->v_com = c; in apprvalue()
1175 vres->v_com = c; in roundvalue()
1534 c = vres->v_com; in sqrtvalue()
1607 vres->v_com = c; in rootvalue()
1653 vres->v_num = q; in absvalue()
2079 vres->v_com = c; in powervalue()
[all …]
H A Dpoly.c46 freevalue(vres); in evp()
47 *vres = tmp1; in evp()
55 freevalue(vres); in evp()
56 *vres = tmp2; in evp()
59 *vres = tmp1; in evp()
65 freevalue(vres); in evp()
66 *vres = tmp1; in evp()
135 freevalue(vres); in addlistitems()
136 *vres = tmp; in addlistitems()
155 freevalue(vres); in addlistinv()
[all …]
/dports/science/xtb/xtb-6.4.1/src/api/
H A Dresults.f9054 type(c_ptr) :: vres local
59 vres = c_loc(res)
72 if (c_associated(vres)) then
75 vres = c_null_ptr
85 type(c_ptr) :: vres local
89 vres = c_null_ptr
96 vres = c_loc(res)
108 type(c_ptr), value :: vres
140 type(c_ptr), value :: vres
172 type(c_ptr), value :: vres
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dvec-perm-ctor.h39 return vres; in test_ctor_ctor_same_du()
50 return vres; in test_ctor_ctor_same_df()
61 return vres; in test_ctor_ctor_same_si()
72 return vres; in test_ctor_ctor_same_sf()
83 return vres; in test_ctor_ctor_same_hu()
94 return vres; in test_ctor_ctor_same_qi()
106 return vres; in test_ctor_cst_same_du()
116 return vres; in test_ctor_cst_same_sf()
128 return vres; in test_ctor_cst_same_df()
138 return vres; in test_cst_ctor_same_si()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dmac.cpp278 vres = 870; in screen_update_macrbv()
283 vres = 384; in screen_update_macrbv()
289 vres = 480; in screen_update_macrbv()
377 vres = 870; in screen_update_macrbvvram()
382 vres = 384; in screen_update_macrbvvram()
388 vres = 480; in screen_update_macrbvvram()
484 vres = 870; in screen_update_macv8()
489 vres = 384; in screen_update_macv8()
495 vres = 480; in screen_update_macv8()
592 vres = 870; in screen_update_macsonora()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dmac.cpp278 vres = 870; in screen_update_macrbv()
283 vres = 384; in screen_update_macrbv()
289 vres = 480; in screen_update_macrbv()
377 vres = 870; in screen_update_macrbvvram()
382 vres = 384; in screen_update_macrbvvram()
388 vres = 480; in screen_update_macrbvvram()
484 vres = 870; in screen_update_macv8()
489 vres = 384; in screen_update_macv8()
495 vres = 480; in screen_update_macv8()
592 vres = 870; in screen_update_macsonora()
[all …]
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/unix/
H A Dgetaddrinfo.c40 CAMLlocal3(vres,vaddr,vcanonname); in convert_addrinfo()
49 vres = caml_alloc_small(5, 0); in convert_addrinfo()
52 Field(vres, 2) = Val_int(a->ai_protocol); in convert_addrinfo()
53 Field(vres, 3) = vaddr; in convert_addrinfo()
54 Field(vres, 4) = vcanonname; in convert_addrinfo()
55 CAMLreturn(vres); in convert_addrinfo()
61 CAMLlocal3(vres, v, e); in unix_getaddrinfo()
116 vres = Val_int(0); in unix_getaddrinfo()
122 Field(v, 1) = vres; in unix_getaddrinfo()
123 vres = v; in unix_getaddrinfo()
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/unix/
H A Dgetaddrinfo.c40 CAMLlocal3(vres,vaddr,vcanonname); in convert_addrinfo()
49 vres = caml_alloc_small(5, 0); in convert_addrinfo()
52 Field(vres, 2) = Val_int(a->ai_protocol); in convert_addrinfo()
53 Field(vres, 3) = vaddr; in convert_addrinfo()
54 Field(vres, 4) = vcanonname; in convert_addrinfo()
55 CAMLreturn(vres); in convert_addrinfo()
61 CAMLlocal3(vres, v, e); in unix_getaddrinfo()
116 vres = Val_int(0); in unix_getaddrinfo()
122 Field(v, 1) = vres; in unix_getaddrinfo()
123 vres = v; in unix_getaddrinfo()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/lang/gcc8/gcc-8.5.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/lang/gcc6-aux/gcc-6-20180516/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/lang/gcc11/gcc-11.2.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/lang/gcc10/gcc-10.3.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/devel/avr-gcc/gcc-10.2.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/lang/gcc9-devel/gcc-9-20211007/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/devel/riscv64-gcc/gcc-8.3.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/lang/gnat_util/gcc-6-20180516/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/lang/gcc9/gcc-9.4.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction.h8 type res, vres; \
15 vres = (init); \
17 vres = vres op (b); \
19 if (res != vres) \
25 type res, vres; \
32 vres = (init); \
34 vres = op (vres, (b)); \
36 if (res != vres) \

12345678910>>...56