Home
last modified time | relevance | path

Searched refs:c_new (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/dports/math/gravity/Gravity-da941e9/src/
H A Dpoly.cpp401 auto c_new = _coef; in to_str() local
404 if (c_new->is_number()){ in to_str()
424 auto c_new = _coef; in to_str() local
429 if (c_new->_is_transposed) { in to_str()
447 if (c_new->is_number()){ in to_str()
516 auto c_new = _coef; in to_str() local
518 if (c_new->is_number()){ in to_str()
718 auto c_new = _coef; in to_str() local
725 if (c_new->is_number()){ in to_str()
744 auto c_new = _coef; in to_str() local
[all …]
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dsimutil.c757 return c_new; in LoadNewEnds()
783 prev->next = c_new; in LoadNewEnds()
887 for(c_new = newlist; c_new != NULL; ) in CleanNewList()
891 prev = c_new; in CleanNewList()
892 c_new = c_new->next; in CleanNewList()
923 prev = c_new; in CleanNewList()
924 c_new = c_new->next; in CleanNewList()
957 for(c_new = newlist; c_new != NULL; ) in merge_two_list()
988 c_new = next; in merge_two_list()
994 prev = c_new; in merge_two_list()
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DGrabShell.c87 Widget c_new,
98 Widget c_new,
776 Widget c_new, in Initialize() argument
781 Unused(c_new); in Initialize()
790 CreateBottomShadowGC(c_new); in Initialize()
791 CreateTopShadowGC(c_new); in Initialize()
794 XtAddEventHandler(c_new, in Initialize()
807 if (XtWidth(c_new) == 0 || XtHeight(c_new) == 0) in Initialize()
811 XtWidth(c_new), XtHeight(c_new))); in Initialize()
813 XtWidth(c_new) = XtHeight(c_new) = 1; in Initialize()
[all …]
H A DComboBox.c141 Widget c_new,
167 Widget c_new,
2006 Widget c_new, in Initialize() argument
2020 XtX(c_new), XtY(c_new), in Initialize()
2021 XtWidth(c_new), XtHeight(c_new))); in Initialize()
2028 CreateArrowGC(c_new); in Initialize()
2034 CreateChildren(c_new); in Initialize()
2052 CB_ArrowSize(c_new) = ComputeArrowSize(c_new); in Initialize()
2063 CB_ArrowSpacing(c_new) = CB_MarginWidth(c_new); in Initialize()
2563 XtX(c_new), XtY(c_new), in SetValues()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp59 Bytecodes::Code c_old, c_new; in methods_EMCP() local
62 if ((c_new = s_new.next()) < 0 || c_old != c_new) in methods_EMCP()
65 if (! args_same(c_old, c_new)) in methods_EMCP()
91 Bytecodes::Code c_old, c_new; in methods_switchable() local
94 if ((c_new = s_new.next()) < 0) in methods_switchable()
96 if (! (c_old == c_new && args_same(c_old, c_new))) { in methods_switchable()
101 c_new = s_new.next(); in methods_switchable()
102 if (c_new == c_old && args_same(c_old, c_new)) { in methods_switchable()
106 } while (c_new >= 0); in methods_switchable()
277 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp59 Bytecodes::Code c_old, c_new; in methods_EMCP() local
62 if ((c_new = s_new.next()) < 0 || c_old != c_new) in methods_EMCP()
65 if (! args_same(c_old, c_new)) in methods_EMCP()
91 Bytecodes::Code c_old, c_new; in methods_switchable() local
94 if ((c_new = s_new.next()) < 0) in methods_switchable()
96 if (! (c_old == c_new && args_same(c_old, c_new))) { in methods_switchable()
101 c_new = s_new.next(); in methods_switchable()
102 if (c_new == c_old && args_same(c_old, c_new)) { in methods_switchable()
106 } while (c_new >= 0); in methods_switchable()
277 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/
H A Dcanvas.c163 grs_canvas *c_new; in gr_alloc_sub_canvas() local
165 c_new = (grs_canvas *)malloc (sizeof (*c_new));// was Malloc in gr_alloc_sub_canvas()
166 if (c_new != NULL) in gr_alloc_sub_canvas()
167 gr_init_sub_canvas (c, c_new, x, y, w, h); in gr_alloc_sub_canvas()
168 return c_new; in gr_alloc_sub_canvas()
/dports/science/xtb/xtb-6.4.1/src/mctc/
H A Dmctc_linux.f90118 character(kind=c_char,len=len(newpath)+1) :: c_new
120 c_new = newpath // c_null_char
122 err = c_link(c_old,c_new)
142 character(kind=c_char,len=len(newpath)+1) :: c_new
144 c_new = newpath // c_null_char
146 err = c_symlink(c_old,c_new)
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_uis.c60 int c_old, c_new, i; in PicBuf_to_UIS() local
135 for (i = 0, c_new = 0;;) { in PicBuf_to_UIS()
137 c_new |= 1; in PicBuf_to_UIS()
140 c_new <<= 1; in PicBuf_to_UIS()
143 row->buf[byte_c] = c_new; in PicBuf_to_UIS()
/dports/science/py-OpenMC/openmc-0.12.2/src/
H A Drandom_lcg.cpp100 uint64_t c_new {0}; in future_seed() local
106 c_new = c_new * g + c; in future_seed()
116 return g_new * seed + c_new; in future_seed()
/dports/science/openmc/openmc-0.12.2/src/
H A Drandom_lcg.cpp100 uint64_t c_new {0}; in future_seed() local
106 c_new = c_new * g + c; in future_seed()
116 return g_new * seed + c_new; in future_seed()
/dports/math/py-gym/gym-0.21.0/gym/envs/toy_text/
H A Dfrozen_lake.py48 c_new = c + y
49 if r_new < 0 or r_new >= size or c_new < 0 or c_new >= size:
51 if res[r_new][c_new] == "G":
53 if res[r_new][c_new] != "H":
54 frontier.append((r_new, c_new))
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_fs_fs/
H A Dfs-fs-fuzzy-test.c99 unsigned char c_old, c_new; in fuzzing_1_byte_1_rev() local
104 c_new = modifier(c_old, baton); in fuzzing_1_byte_1_rev()
105 if (c_new == c_old) in fuzzing_1_byte_1_rev()
110 SVN_ERR(svn_io_file_putc((char)c_new, rev_file->file, iterpool)); in fuzzing_1_byte_1_rev()
131 && c_new == c_old - 'a' + 'A') /* respective upper case */ in fuzzing_1_byte_1_rev()
138 "%c -> %c\n", (apr_uint64_t)i, i, revision, c_old, c_new); in fuzzing_1_byte_1_rev()
148 (apr_uint64_t)i, i, revision, c_old, c_new); in fuzzing_1_byte_1_rev()
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_fs_fs/
H A Dfs-fs-fuzzy-test.c99 unsigned char c_old, c_new; in fuzzing_1_byte_1_rev() local
104 c_new = modifier(c_old, baton); in fuzzing_1_byte_1_rev()
105 if (c_new == c_old) in fuzzing_1_byte_1_rev()
110 SVN_ERR(svn_io_file_putc((char)c_new, rev_file->file, iterpool)); in fuzzing_1_byte_1_rev()
131 && c_new == c_old - 'a' + 'A') /* respective upper case */ in fuzzing_1_byte_1_rev()
138 "%c -> %c\n", (apr_uint64_t)i, i, revision, c_old, c_new); in fuzzing_1_byte_1_rev()
148 (apr_uint64_t)i, i, revision, c_old, c_new); in fuzzing_1_byte_1_rev()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_fs_fs/
H A Dfs-fs-fuzzy-test.c99 unsigned char c_old, c_new; in fuzzing_1_byte_1_rev() local
104 c_new = modifier(c_old, baton); in fuzzing_1_byte_1_rev()
105 if (c_new == c_old) in fuzzing_1_byte_1_rev()
110 SVN_ERR(svn_io_file_putc((char)c_new, rev_file->file, iterpool)); in fuzzing_1_byte_1_rev()
131 && c_new == c_old - 'a' + 'A') /* respective upper case */ in fuzzing_1_byte_1_rev()
138 "%c -> %c\n", (apr_uint64_t)i, i, revision, c_old, c_new); in fuzzing_1_byte_1_rev()
148 (apr_uint64_t)i, i, revision, c_old, c_new); in fuzzing_1_byte_1_rev()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_fs_fs/
H A Dfs-fs-fuzzy-test.c99 unsigned char c_old, c_new; in txn_body_write_new_rep()
104 c_new = modifier(c_old, baton); in txn_body_write_new_rep()
105 if (c_new == c_old) in txn_body_write_new_rep()
110 SVN_ERR(svn_io_file_putc((char)c_new, rev_file->file, iterpool)); in txn_body_write_new_rep()
131 && c_new == c_old - 'a' + 'A') /* respective upper case */ in txn_body_write_new_rep()
138 "%c -> %c\n", (apr_uint64_t)i, i, revision, c_old, c_new); in txn_body_write_new_rep()
148 (apr_uint64_t)i, i, revision, c_old, c_new); in txn_body_write_new_rep()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DmethodComparator.cpp59 Bytecodes::Code c_old, c_new; in methods_EMCP() local
62 if ((c_new = s_new.next()) < 0 || c_old != c_new) in methods_EMCP()
65 if (! args_same(c_old, c_new)) in methods_EMCP()
71 bool MethodComparator::args_same(Bytecodes::Code c_old, Bytecodes::Code c_new) { in args_same() argument
219 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same()
242 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DmethodComparator.cpp59 Bytecodes::Code c_old, c_new; in methods_EMCP() local
62 if ((c_new = s_new.next()) < 0 || c_old != c_new) in methods_EMCP()
65 if (! args_same(c_old, c_new)) in methods_EMCP()
71 bool MethodComparator::args_same(Bytecodes::Code c_old, Bytecodes::Code c_new) { in args_same() argument
219 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same()
242 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DmethodComparator.cpp60 Bytecodes::Code c_old, c_new; in methods_EMCP() local
63 if ((c_new = s_new.next()) < 0 || c_old != c_new) in methods_EMCP()
66 if (! args_same(c_old, c_new)) in methods_EMCP()
72 bool MethodComparator::args_same(Bytecodes::Code c_old, Bytecodes::Code c_new) { in args_same() argument
220 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same()
243 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DmethodComparator.cpp53 Bytecodes::Code c_old, c_new; in methods_EMCP() local
56 if ((c_new = s_new.next()) < 0 || c_old != c_new) in methods_EMCP()
59 if (!args_same(c_old, c_new, &s_old, &s_new, old_cp, new_cp)) in methods_EMCP()
65 bool MethodComparator::args_same(Bytecodes::Code const c_old, Bytecodes::Code const c_new, in args_same() argument
215 int new_ofs = s_new->bytecode().get_offset_s2(c_new); in args_same()
238 int new_ofs = s_new->bytecode().get_offset_s4(c_new); in args_same()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DmethodComparator.cpp59 Bytecodes::Code c_old, c_new; in methods_EMCP() local
62 if ((c_new = s_new.next()) < 0 || c_old != c_new) in methods_EMCP()
65 if (! args_same(c_old, c_new)) in methods_EMCP()
71 bool MethodComparator::args_same(Bytecodes::Code c_old, Bytecodes::Code c_new) { in args_same() argument
219 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same()
242 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DmethodComparator.cpp59 Bytecodes::Code c_old, c_new; in methods_EMCP() local
62 if ((c_new = s_new.next()) < 0 || c_old != c_new) in methods_EMCP()
65 if (! args_same(c_old, c_new)) in methods_EMCP()
71 bool MethodComparator::args_same(Bytecodes::Code c_old, Bytecodes::Code c_new) { in args_same() argument
219 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same()
242 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DmethodComparator.cpp60 Bytecodes::Code c_old, c_new; in methods_EMCP() local
63 if ((c_new = s_new.next()) < 0 || c_old != c_new) in methods_EMCP()
66 if (! args_same(c_old, c_new)) in methods_EMCP()
72 bool MethodComparator::args_same(Bytecodes::Code c_old, Bytecodes::Code c_new) { in args_same() argument
220 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same()
243 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DmethodComparator.cpp60 Bytecodes::Code c_old, c_new; in methods_EMCP() local
63 if ((c_new = s_new.next()) < 0 || c_old != c_new) in methods_EMCP()
66 if (! args_same(c_old, c_new)) in methods_EMCP()
72 bool MethodComparator::args_same(Bytecodes::Code c_old, Bytecodes::Code c_new) { in args_same() argument
220 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same()
243 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/mpif-h/
H A Dtype_dup_f.c73 MPI_Datatype c_new; in ompi_type_dup_f() local
75 c_ierr = PMPI_Type_dup(c_type, &c_new); in ompi_type_dup_f()
79 *newtype = PMPI_Type_c2f(c_new); in ompi_type_dup_f()

12345678910>>...13