Home
last modified time | relevance | path

Searched refs:NUM_ELEMENTS (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/osd/
H A DcudaKernel.cu72 template <int NUM_ELEMENTS> __global__ void
80 DeviceVertex<NUM_ELEMENTS> const * src = in computeStencils()
81 (DeviceVertex<NUM_ELEMENTS> const *)cvs; in computeStencils()
83 DeviceVertex<NUM_ELEMENTS> * verts = in computeStencils()
84 (DeviceVertex<NUM_ELEMENTS> *)vbuffer; in computeStencils()
93 DeviceVertex<NUM_ELEMENTS> dst; in computeStencils()
168 …int outputIdx = warpId*NUM_OUTPUTS_PER_WARP + laneId/NUM_ELEMENTS, elementIdx = laneId%NUM_ELEMENT… in computeStencilsNv()
171 … int *smem_indices = &smem_indices_buffer[warpId*WARP_SIZE + (laneId/NUM_ELEMENTS)*NUM_ELEMENTS]; in computeStencilsNv()
172 … float *smem_weights = &smem_weights_buffer[warpId*WARP_SIZE + (laneId/NUM_ELEMENTS)*NUM_ELEMENTS]; in computeStencilsNv()
199 for( int k = 0 ; k < NUM_ELEMENTS ; ++k, ++j ) in computeStencilsNv()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-pin-checkpoint.cc51 #define NUM_ELEMENTS 100 macro
54 int64_t data[NUM_ELEMENTS];
55 int64_t checkpointed_data[NUM_ELEMENTS];
56 PAIR data_pair[NUM_ELEMENTS];
156 rand_key1 = random() % NUM_ELEMENTS; in move_numbers()
157 rand_key2 = random() % NUM_ELEMENTS; in move_numbers()
261 int rand_key1 = random() % NUM_ELEMENTS; in read_random_numbers()
291 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
328 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
335 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
[all …]
H A Dcachetable-put-checkpoint.cc52 #define NUM_ELEMENTS 127 macro
57 int64_t data[NUM_ELEMENTS];
58 int64_t checkpointed_data[NUM_ELEMENTS];
59 PAIR data_pair[NUM_ELEMENTS];
249 assert(cachekey->b < NUM_ELEMENTS); in remove_data()
413 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
432 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
453 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
462 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
474 const int test_limit = NUM_ELEMENTS; in cachetable_test()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-pin-checkpoint.cc51 #define NUM_ELEMENTS 100 macro
54 int64_t data[NUM_ELEMENTS];
55 int64_t checkpointed_data[NUM_ELEMENTS];
56 PAIR data_pair[NUM_ELEMENTS];
156 rand_key1 = random() % NUM_ELEMENTS; in move_numbers()
157 rand_key2 = random() % NUM_ELEMENTS; in move_numbers()
261 int rand_key1 = random() % NUM_ELEMENTS; in read_random_numbers()
291 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
328 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
335 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
[all …]
H A Dcachetable-put-checkpoint.cc52 #define NUM_ELEMENTS 127 macro
57 int64_t data[NUM_ELEMENTS];
58 int64_t checkpointed_data[NUM_ELEMENTS];
59 PAIR data_pair[NUM_ELEMENTS];
249 assert(cachekey->b < NUM_ELEMENTS); in remove_data()
413 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
432 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
453 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
462 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
474 const int test_limit = NUM_ELEMENTS; in cachetable_test()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-pin-checkpoint.cc51 #define NUM_ELEMENTS 100 macro
54 int64_t data[NUM_ELEMENTS];
55 int64_t checkpointed_data[NUM_ELEMENTS];
56 PAIR data_pair[NUM_ELEMENTS];
156 rand_key1 = random() % NUM_ELEMENTS; in move_numbers()
157 rand_key2 = random() % NUM_ELEMENTS; in move_numbers()
261 int rand_key1 = random() % NUM_ELEMENTS; in read_random_numbers()
291 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
328 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
335 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
[all …]
H A Dcachetable-put-checkpoint.cc52 #define NUM_ELEMENTS 127 macro
57 int64_t data[NUM_ELEMENTS];
58 int64_t checkpointed_data[NUM_ELEMENTS];
59 PAIR data_pair[NUM_ELEMENTS];
249 assert(cachekey->b < NUM_ELEMENTS); in remove_data()
413 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
432 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
453 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
462 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
474 const int test_limit = NUM_ELEMENTS; in cachetable_test()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-pin-checkpoint.cc51 #define NUM_ELEMENTS 100 macro
54 int64_t data[NUM_ELEMENTS];
55 int64_t checkpointed_data[NUM_ELEMENTS];
56 PAIR data_pair[NUM_ELEMENTS];
156 rand_key1 = random() % NUM_ELEMENTS; in move_numbers()
157 rand_key2 = random() % NUM_ELEMENTS; in move_numbers()
261 int rand_key1 = random() % NUM_ELEMENTS; in read_random_numbers()
291 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
328 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
335 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
[all …]
H A Dcachetable-put-checkpoint.cc52 #define NUM_ELEMENTS 127 macro
57 int64_t data[NUM_ELEMENTS];
58 int64_t checkpointed_data[NUM_ELEMENTS];
59 PAIR data_pair[NUM_ELEMENTS];
249 assert(cachekey->b < NUM_ELEMENTS); in remove_data()
413 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
432 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
453 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
462 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
474 const int test_limit = NUM_ELEMENTS; in cachetable_test()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-pin-checkpoint.cc51 #define NUM_ELEMENTS 100 macro
54 int64_t data[NUM_ELEMENTS];
55 int64_t checkpointed_data[NUM_ELEMENTS];
56 PAIR data_pair[NUM_ELEMENTS];
156 rand_key1 = random() % NUM_ELEMENTS; in move_numbers()
157 rand_key2 = random() % NUM_ELEMENTS; in move_numbers()
261 int rand_key1 = random() % NUM_ELEMENTS; in read_random_numbers()
291 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
328 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
335 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
[all …]
H A Dcachetable-put-checkpoint.cc52 #define NUM_ELEMENTS 127 macro
57 int64_t data[NUM_ELEMENTS];
58 int64_t checkpointed_data[NUM_ELEMENTS];
59 PAIR data_pair[NUM_ELEMENTS];
249 assert(cachekey->b < NUM_ELEMENTS); in remove_data()
413 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
432 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
453 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
462 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
474 const int test_limit = NUM_ELEMENTS; in cachetable_test()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-pin-checkpoint.cc51 #define NUM_ELEMENTS 100 macro
54 int64_t data[NUM_ELEMENTS];
55 int64_t checkpointed_data[NUM_ELEMENTS];
56 PAIR data_pair[NUM_ELEMENTS];
156 rand_key1 = random() % NUM_ELEMENTS; in move_numbers()
157 rand_key2 = random() % NUM_ELEMENTS; in move_numbers()
261 int rand_key1 = random() % NUM_ELEMENTS; in read_random_numbers()
291 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
328 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
335 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-pin-checkpoint.cc51 #define NUM_ELEMENTS 100 macro
54 int64_t data[NUM_ELEMENTS];
55 int64_t checkpointed_data[NUM_ELEMENTS];
56 PAIR data_pair[NUM_ELEMENTS];
156 rand_key1 = random() % NUM_ELEMENTS; in move_numbers()
157 rand_key2 = random() % NUM_ELEMENTS; in move_numbers()
261 int rand_key1 = random() % NUM_ELEMENTS; in read_random_numbers()
291 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
328 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
335 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-pin-checkpoint.cc51 #define NUM_ELEMENTS 100 macro
54 int64_t data[NUM_ELEMENTS];
55 int64_t checkpointed_data[NUM_ELEMENTS];
56 PAIR data_pair[NUM_ELEMENTS];
156 rand_key1 = random() % NUM_ELEMENTS; in move_numbers()
157 rand_key2 = random() % NUM_ELEMENTS; in move_numbers()
261 int rand_key1 = random() % NUM_ELEMENTS; in read_random_numbers()
291 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
328 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
335 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-pin-checkpoint.cc51 #define NUM_ELEMENTS 100 macro
54 int64_t data[NUM_ELEMENTS];
55 int64_t checkpointed_data[NUM_ELEMENTS];
56 PAIR data_pair[NUM_ELEMENTS];
156 rand_key1 = random() % NUM_ELEMENTS; in move_numbers()
157 rand_key2 = random() % NUM_ELEMENTS; in move_numbers()
261 int rand_key1 = random() % NUM_ELEMENTS; in read_random_numbers()
291 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
328 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
335 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-pin-checkpoint.cc51 #define NUM_ELEMENTS 100 in send()
54 int64_t data[NUM_ELEMENTS]; in send()
55 int64_t checkpointed_data[NUM_ELEMENTS];
56 PAIR data_pair[NUM_ELEMENTS];
156 rand_key1 = random() % NUM_ELEMENTS;
157 rand_key2 = random() % NUM_ELEMENTS;
261 int rand_key1 = random() % NUM_ELEMENTS;
291 for (int i = 0; i < NUM_ELEMENTS; i++) {
328 for (int i = 0; i < NUM_ELEMENTS; i++) {
335 for (int i = 0; i < NUM_ELEMENTS; i++) {
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-pin-checkpoint.cc51 #define NUM_ELEMENTS 100 macro
54 int64_t data[NUM_ELEMENTS];
55 int64_t checkpointed_data[NUM_ELEMENTS];
56 PAIR data_pair[NUM_ELEMENTS];
156 rand_key1 = random() % NUM_ELEMENTS; in move_numbers()
157 rand_key2 = random() % NUM_ELEMENTS; in move_numbers()
261 int rand_key1 = random() % NUM_ELEMENTS; in read_random_numbers()
291 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
328 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
335 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-pin-checkpoint.cc51 #define NUM_ELEMENTS 100 macro
54 int64_t data[NUM_ELEMENTS];
55 int64_t checkpointed_data[NUM_ELEMENTS];
56 PAIR data_pair[NUM_ELEMENTS];
156 rand_key1 = random() % NUM_ELEMENTS; in move_numbers()
157 rand_key2 = random() % NUM_ELEMENTS; in move_numbers()
261 int rand_key1 = random() % NUM_ELEMENTS; in read_random_numbers()
291 for (int i = 0; i < NUM_ELEMENTS; i++) { in checkpoints()
328 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
335 for (int i = 0; i < NUM_ELEMENTS; i++) { in sum_vals()
[all …]
/dports/net/rdesktop/rdesktop-1.9.0/
H A Dcache.c27 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(array[0])) macro
199 if ((id < NUM_ELEMENTS(g_bmpcache)) && (idx < NUM_ELEMENTS(g_bmpcache[0]))) in cache_get_bitmap()
209 else if ((id < NUM_ELEMENTS(g_volatile_bc)) && (idx == 0x7fff)) in cache_get_bitmap()
225 if ((id < NUM_ELEMENTS(g_bmpcache)) && (idx < NUM_ELEMENTS(g_bmpcache[0]))) in cache_put_bitmap()
262 for (id = 0; id < NUM_ELEMENTS(g_bmpcache); id++) in cache_save_state()
287 if ((font < NUM_ELEMENTS(g_fontcache)) && (character < NUM_ELEMENTS(g_fontcache[0]))) in cache_get_font()
305 if ((font < NUM_ELEMENTS(g_fontcache)) && (character < NUM_ELEMENTS(g_fontcache[0]))) in cache_put_font()
408 if (cache_idx < NUM_ELEMENTS(g_cursorcache)) in cache_get_cursor()
425 if (cache_idx < NUM_ELEMENTS(g_cursorcache)) in cache_put_cursor()
448 if (idx < NUM_ELEMENTS(g_brushcache[0])) in cache_get_brush_data()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp209 NUM_ELEMENTS = 32 enumerator
267 T inout[NUM_ELEMENTS / 2];
268 T input[NUM_ELEMENTS];
269 T compare[NUM_ELEMENTS];
270 T output[NUM_ELEMENTS];
271 T invocationHitCount[NUM_ELEMENTS];
363 T inout[NUM_ELEMENTS / 2];
364 T input[NUM_ELEMENTS];
365 T compare[NUM_ELEMENTS];
366 T output[NUM_ELEMENTS];
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dlru_cache.rs553 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_peek()
576 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_pop()
581 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_pop()
601 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_touch_pop()
606 for i in 0 .. NUM_ELEMENTS/2 { in test_lru_tracker_push_touch_pop()
611 for i in 0 .. NUM_ELEMENTS/2 { in test_lru_tracker_push_touch_pop()
615 for i in 0 .. NUM_ELEMENTS/2 { in test_lru_tracker_push_touch_pop()
634 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_get()
639 for i in 0 .. NUM_ELEMENTS/2 { in test_lru_tracker_push_get()
657 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_replace_get()
[all …]
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dlru_cache.rs553 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_peek()
576 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_pop()
581 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_pop()
601 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_touch_pop()
606 for i in 0 .. NUM_ELEMENTS/2 { in test_lru_tracker_push_touch_pop()
611 for i in 0 .. NUM_ELEMENTS/2 { in test_lru_tracker_push_touch_pop()
615 for i in 0 .. NUM_ELEMENTS/2 { in test_lru_tracker_push_touch_pop()
634 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_get()
639 for i in 0 .. NUM_ELEMENTS/2 { in test_lru_tracker_push_get()
657 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_replace_get()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dlru_cache.rs553 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_peek()
576 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_pop()
581 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_pop()
601 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_touch_pop()
606 for i in 0 .. NUM_ELEMENTS/2 { in test_lru_tracker_push_touch_pop()
611 for i in 0 .. NUM_ELEMENTS/2 { in test_lru_tracker_push_touch_pop()
615 for i in 0 .. NUM_ELEMENTS/2 { in test_lru_tracker_push_touch_pop()
634 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_get()
639 for i in 0 .. NUM_ELEMENTS/2 { in test_lru_tracker_push_get()
657 for i in 0 .. NUM_ELEMENTS { in test_lru_tracker_push_replace_get()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/h5_test/
H A Dtst_h_rename.c28 #define NUM_ELEMENTS 6 in main() macro
32 hid_t did[NUM_ELEMENTS], fapl_id, fcpl_id, gcpl_id; in main()
41 char names[NUM_ELEMENTS][MAX_SYMBOL_LEN + 1] = {"H", "He", "Li", "Be", "B", "C"}; in main()
42 char names2[NUM_ELEMENTS][MAX_SYMBOL_LEN + 1] = {"h", "He", "Li", "Be", "B", "C"}; in main()
65 for (i = 0; i < NUM_ELEMENTS; i++) in main()
86 if (num_obj != NUM_ELEMENTS) ERR; in main()
122 if (num_obj != NUM_ELEMENTS) ERR; in main()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/tests/check/gst/
H A Dgstiterator.c40 #define NUM_ELEMENTS 10 macro
52 l = make_list_of_ints (NUM_ELEMENTS); in GST_START_TEST()
61 if (i < NUM_ELEMENTS) { in GST_START_TEST()
92 l = make_list_of_ints (NUM_ELEMENTS); in GST_START_TEST()
101 if (i < NUM_ELEMENTS / 2) { in GST_START_TEST()
153 l = make_list_of_ints (NUM_ELEMENTS); in GST_START_TEST()
159 for (i = 0; i < NUM_ELEMENTS; i++) in GST_START_TEST()
236 l = make_list_of_ints (NUM_ELEMENTS); in GST_START_TEST()
290 l = make_list_of_ints (NUM_ELEMENTS); in GST_START_TEST()
341 l = make_list_of_ints (NUM_ELEMENTS); in GST_START_TEST()
[all …]

12345678910>>...12