Home
last modified time | relevance | path

Searched refs:g_num (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/heirloom/heirloom-070715/libcommon/
H A Dgetdir.c97 int g_num; member
130 db->g_num = getdents(db->g_fd, in getdir()
133 if (db->g_num <= 0) { in getdir()
134 if (db->g_num < 0) in getdir()
160 if ((db->g_num -= reclen) == 0 || reclen == 0) in getdir()
191 if ((db->g_num -= reclen) == 0 || reclen == 0) in getdir()
/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_box.c277 boxes->g_num = NULL; in fvm_box_set_create()
328 BFT_MALLOC(boxes->g_num, n_boxes, cs_gnum_t); in fvm_box_set_create()
336 boxes->g_num[i] = box_gnum[i]; in fvm_box_set_create()
393 BFT_FREE(_boxes->g_num); in fvm_box_set_destroy()
501 return boxes->g_num; in fvm_box_set_get_g_num()
594 send_g_num[i] = boxes->g_num[box_id]; in fvm_box_set_redistribute()
600 BFT_FREE(boxes->g_num); in fvm_box_set_redistribute()
611 boxes->g_num in fvm_box_set_redistribute()
705 (long)i, (unsigned long long)(boxes->g_num[i]), in fvm_box_set_dump()
717 (long)i, (unsigned long long)(boxes->g_num[i]), in fvm_box_set_dump()
[all …]
H A Dfvm_box_priv.h86 cs_gnum_t *g_num; /* Array of associated global numbers */ member
H A Dfvm_nodal_extract.c907 const cs_gnum_t *g_num = NULL; in fvm_nodal_get_global_element_num() local
933 g_num = fvm_io_num_get_global_num(io_num); in fvm_nodal_get_global_element_num()
937 g_num, in fvm_nodal_get_global_element_num()
945 = g_num[element_id] + global_count; in fvm_nodal_get_global_element_num()
H A Dfvm_box_tree.c1796 box_g_num[shift0] = boxes->g_num[id1]; in _get_intersections()
1797 box_g_num[shift1] = boxes->g_num[id0]; in _get_intersections()
1814 box_g_num[shift0] = boxes->g_num[id1]; in _get_intersections()
1815 box_g_num[shift1] = boxes->g_num[id0]; in _get_intersections()
1833 box_g_num[shift0] = boxes->g_num[id1]; in _get_intersections()
1834 box_g_num[shift1] = boxes->g_num[id0]; in _get_intersections()
H A Dfvm_writer_helper.c1473 const cs_gnum_t *g_num in fvm_writer_vertex_part_to_block_create() local
1498 memcpy(_g_num, g_num, n_vertices*sizeof(cs_gnum_t)); in fvm_writer_vertex_part_to_block_create()
1501 g_num = _g_num; in fvm_writer_vertex_part_to_block_create()
1507 _d = cs_part_to_block_create_by_gnum(comm, _bi, n_vertices_tot, g_num); in fvm_writer_vertex_part_to_block_create()
H A Dfvm_to_ccm.c313 const cs_gnum_t *g_num in _build_ordered_elt_gnum() local
318 elt_gnum[p_num[j]-1] = g_num[j] + num_shift; in _build_ordered_elt_gnum()
322 elt_gnum[j] = g_num[j] + num_shift; in _build_ordered_elt_gnum()
2668 const cs_gnum_t *g_num in _build_buffer_elt_gnum() local
2671 elt_gnum[k] = g_num[j] + num_shift; in _build_buffer_elt_gnum()
H A Dfvm_to_ensight.c1072 const cs_gnum_t *g_num in _write_lengths_g() local
1091 d = cs_part_to_block_create_by_gnum(w->comm, bi, n_elements, g_num); in _write_lengths_g()
/dports/net-im/uTox/uTox/src/
H A Dtox.c1047 int g_num = -1; in tox_thread_message() local
1054 g_num = tox_conference_new(tox, &error); in tox_thread_message()
1057 if (g_num != -1) { in tox_thread_message()
1058 GROUPCHAT *g = get_group(g_num); in tox_thread_message()
1060 if (!group_create(g_num, param2)) { in tox_thread_message()
1061 LOG_ERR("Toxcore", "Failed creating group %u", g_num); in tox_thread_message()
1065 group_init(g, g_num, param2); in tox_thread_message()
1067 postmessage_utox(GROUP_ADD, g_num, param2, NULL); in tox_thread_message()
1071 tox_conference_peer_get_public_key(tox, g_num, 0, pkey, NULL); in tox_thread_message()
1079 group_peer_add(get_group(g_num), 0, 1, name_color); in tox_thread_message()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/
H A D_solve_toeplitz.pyx58 cdef dz x_num, g_num, h_num, x_den, g_den
99 g_num = -a[n-m-2]
103 g_num = g_num + a[n+j-m-1] * g[j]
111 g[m] = g_num / g_den
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dentry.cpp31 static AtomicInt g_num; variable
36 g_num++; in Entry()
51 g_num++; in Entry()
129 g_num--; in ~Entry()
/dports/games/freesweep/freesweep-1.0.2/
H A Dclear.c24 int g_num = 0; variable
36 g_num = 0; in Clear()
288 g_num++; in InsertMark()
361 g_num = 0; in SuperClear()
/dports/graphics/glexcess/glexcess/
H A Dscene08.cpp41 static const int g_num=50; variable
69 static g_part parts[g_num];
248 for (int x=0; x<g_num; x++) in g_InitGL()
465 for (int i=0; i<g_num+1; i++) in g_DrawGLScene()
468 if (i==g_num) in g_DrawGLScene()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_restart.c3319 cs_gnum_t *g_num; in cs_restart_read_ids() local
3352 BFT_MALLOC(g_num, n_ents, cs_gnum_t); in cs_restart_read_ids()
3361 g_num); in cs_restart_read_ids()
3381 g_num, in cs_restart_read_ids()
3389 BFT_FREE(g_num); in cs_restart_read_ids()
3423 cs_gnum_t *g_num; in cs_restart_write_ids() local
3456 BFT_MALLOC(g_num, n_ents, cs_gnum_t); in cs_restart_write_ids()
3469 g_num[i] = 0; in cs_restart_write_ids()
3477 g_num[i] = 0; in cs_restart_write_ids()
3493 g_num); in cs_restart_write_ids()
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lo/
H A Dboys.py345 g_num = [] variable
356 g_num.append((cf2-cf1)/dx)
359 print('g', numpy.array(g_num), loc.get_grad(u0)*2)
/dports/devel/py-qutip/qutip-4.6.2/qutip/control/
H A Ddump.py493 g_num = 0
495 g_num += 1
497 fall.write(asbytes("gradients (call {}):\n".format(g_num)))
501 g_num,
/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dconference_test.c66 uint32_t g_num = tox_conference_join(tox, friendnumber, data, length, &err); in handle_conference_invite() local
69 ck_assert_msg(g_num == 0, "tox #%u: group number was not 0", state->index); in handle_conference_invite()