Home
last modified time | relevance | path

Searched refs:oct_idx (Results 1 – 9 of 9) sorted by relevance

/dports/science/libefp/libefp-1.5.0/src/
H A Delec.c452 full_in[idx] = in[oct_idx(a, b, c)]; in rotate_octupole()
461 out[oct_idx(a, b, c)] = full_out[idx]; in rotate_octupole()
503 double otrx = oct[oct_idx(0, 0, 0)] + in efp_update_elec()
504 oct[oct_idx(0, 1, 1)] + in efp_update_elec()
505 oct[oct_idx(0, 2, 2)]; in efp_update_elec()
506 double otry = oct[oct_idx(0, 0, 1)] + in efp_update_elec()
507 oct[oct_idx(1, 1, 1)] + in efp_update_elec()
508 oct[oct_idx(1, 2, 2)]; in efp_update_elec()
509 double otrz = oct[oct_idx(0, 0, 2)] + in efp_update_elec()
510 oct[oct_idx(1, 1, 2)] + in efp_update_elec()
[all …]
H A Delec.h64 oct_idx(size_t a, size_t b, size_t c) in oct_idx() function
H A Delecterms.c60 double o = oct[oct_idx(a, b, c)]; in octupole_sum_xyz()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dbaked_light_baker.cpp723 while (oct_idx) { in _make_octree()
791 oct_idx = oct->next_leaf; in _make_octree()
1209 while (oct_idx) { in _make_octree_texture()
1225 hashptr[idx] = oct_idx; in _make_octree_texture()
1227 oct_idx = oct->next_leaf; in _make_octree_texture()
1231 oct_idx = leaf_list; in _make_octree_texture()
1234 while (oct_idx) { in _make_octree_texture()
1264 oct_idx = oct->next_leaf; in _make_octree_texture()
1286 while (oct_idx) { in _make_octree_texture()
1294 oct_idx = leaf_list; in _make_octree_texture()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dbaked_light_baker.cpp723 while (oct_idx) { in _make_octree()
791 oct_idx = oct->next_leaf; in _make_octree()
1209 while (oct_idx) { in _make_octree_texture()
1225 hashptr[idx] = oct_idx; in _make_octree_texture()
1227 oct_idx = oct->next_leaf; in _make_octree_texture()
1231 oct_idx = leaf_list; in _make_octree_texture()
1234 while (oct_idx) { in _make_octree_texture()
1264 oct_idx = oct->next_leaf; in _make_octree_texture()
1286 while (oct_idx) { in _make_octree_texture()
1294 oct_idx = leaf_list; in _make_octree_texture()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.c720 u32 oct_idx = 0; in octeon_allocate_device() local
725 for (oct_idx = 0; oct_idx < MAX_OCTEON_DEVICES; oct_idx++) in octeon_allocate_device()
726 if (!octeon_device[oct_idx]) in octeon_allocate_device()
729 if (oct_idx < MAX_OCTEON_DEVICES) { in octeon_allocate_device()
733 octeon_device[oct_idx] = oct; in octeon_allocate_device()
744 oct->octeon_id = oct_idx; in octeon_allocate_device()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.c720 u32 oct_idx = 0; in octeon_allocate_device() local
725 for (oct_idx = 0; oct_idx < MAX_OCTEON_DEVICES; oct_idx++) in octeon_allocate_device()
726 if (!octeon_device[oct_idx]) in octeon_allocate_device()
729 if (oct_idx < MAX_OCTEON_DEVICES) { in octeon_allocate_device()
733 octeon_device[oct_idx] = oct; in octeon_allocate_device()
744 oct->octeon_id = oct_idx; in octeon_allocate_device()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.c720 u32 oct_idx = 0; in octeon_allocate_device() local
725 for (oct_idx = 0; oct_idx < MAX_OCTEON_DEVICES; oct_idx++) in octeon_allocate_device()
726 if (!octeon_device[oct_idx]) in octeon_allocate_device()
729 if (oct_idx < MAX_OCTEON_DEVICES) { in octeon_allocate_device()
733 octeon_device[oct_idx] = oct; in octeon_allocate_device()
744 oct->octeon_id = oct_idx; in octeon_allocate_device()
/dports/math/pspp/pspp-1.4.1/src/data/
H A Dsys-file-writer.c348 int oct_idx; in calc_oct_idx() local
351 oct_idx = 0; in calc_oct_idx()
357 oct_idx += sfm_width_to_octs (var_get_width (var)); in calc_oct_idx()
359 return oct_idx; in calc_oct_idx()