Home
last modified time | relevance | path

Searched refs:x_level (Results 1 – 19 of 19) sorted by relevance

/dports/www/punbb/punbb-1.4.6/include/
H A Dxml.php34 $x_level = $xml_elem['level'];
37 if ($x_level != 1 && $x_type == 'close')
40 $multi_key[$x_tag][$x_level] = 1;
42 $multi_key[$x_tag][$x_level] = 0;
48 $multi_key[$x_tag][$x_level] = 1;
57 $x_level = $xml_elem['level'];
61 $level[$x_level] = $x_tag;
66 $multi_key[$x_tag][$x_level]++;
68 while ($start_level < $x_level)
81 $multi_key2[$x_tag][$x_level] = 0;
[all …]
/dports/science/hypre/hypre-2.23.0/src/sstruct_ls/
H A Dfac_solve3.c29 hypre_SStructVector **x_level =(fac_data-> x_level); in hypre_FACSolve3() local
183 hypre_SStructVectorSetConstantValues(x_level[max_level], 0.0); in hypre_FACSolve3()
194 px = hypre_SStructVectorPVector(x_level[level], part_fine); in hypre_FACSolve3()
216 hypre_SStructVectorConvert(x_level[level], &parx); in hypre_FACSolve3()
219 hypre_SStructVectorRestore(x_level[level], parx); in hypre_FACSolve3()
244 hypre_SStructVectorSetConstantValues(x_level[level-1], 0.0); in hypre_FACSolve3()
259 (HYPRE_Vector) x_level[0]); in hypre_FACSolve3()
263 HYPRE_SStructSysPFMGSolve(csolver, A_level[0], b_level[0], x_level[0]); in hypre_FACSolve3()
265 hypre_SStructPCopy(hypre_SStructVectorPVector(x_level[0], part_crse), in hypre_FACSolve3()
266 hypre_SStructVectorPVector(x_level[0], part_fine)); in hypre_FACSolve3()
[all …]
H A Dfac_setup2.c72 hypre_SStructVector **x_level; in hypre_FacSetup2() local
398 HYPRE_SStructVectorCreate(comm, grid_level[level], &x_level[level]); in hypre_FacSetup2()
399 HYPRE_SStructVectorInitialize(x_level[level]); in hypre_FacSetup2()
400 HYPRE_SStructVectorAssemble(x_level[level]); in hypre_FacSetup2()
425 (fac_data -> x_level) = x_level; in hypre_FacSetup2()
726 x_level[level+1], in hypre_FacSetup2()
740 x_level[level], part_crse, part_fine, in hypre_FacSetup2()
773 x_level[level]); in hypre_FacSetup2()
848 x_level[0]); in hypre_FacSetup2()
853 hypre_SStructVectorPVector(x_level[0],part_fine)); in hypre_FacSetup2()
[all …]
H A Dfac.h38 hypre_SStructVector **x_level; member
H A Dfac.c61 HYPRE_SStructVectorDestroy( (fac_data -> x_level[level]) ); in hypre_FACDestroy2()
88 hypre_TFree(fac_data -> x_level, HYPRE_MEMORY_HOST); in hypre_FACDestroy2()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dskiplist.c160 int i, x_level, new_level; in r_skiplist_insert() local
170 for (x_level = 0; rand () < RAND_MAX / 2 && x_level < SKIPLIST_MAX_DEPTH; x_level++) { in r_skiplist_insert()
177 if (x_level > list->list_level) { in r_skiplist_insert()
178 for (i = list->list_level + 1; i <= x_level; i++) { in r_skiplist_insert()
181 new_level = x_level; in r_skiplist_insert()
184 x = r_skiplist_node_new (data, x_level); in r_skiplist_insert()
191 for (i = 0; i <= x_level; i++) { in r_skiplist_insert()
/dports/biology/ncbi-toolkit/ncbi/connect/test/
H A Dtest_ncbi_core.c217 int x_level; in TEST_CORE_Log() local
218 for (x_level = 0; x_level <= (int) eLOG_Fatal; x_level++) { in TEST_CORE_Log()
219 switch ( (ELOG_Level) x_level ) { in TEST_CORE_Log()
226 assert(LOG_LevelStr((ELOG_Level) x_level)); in TEST_CORE_Log()
228 x_level, LOG_LevelStr((ELOG_Level) x_level)); in TEST_CORE_Log()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/test/
H A Dtest_ncbi_core.c241 int x_level; in TEST_CORE_Log() local
242 for (x_level = 0; x_level <= (int) eLOG_Fatal; x_level++) { in TEST_CORE_Log()
243 switch ( (ELOG_Level) x_level ) { in TEST_CORE_Log()
250 assert(LOG_LevelStr((ELOG_Level) x_level)); in TEST_CORE_Log()
252 x_level, LOG_LevelStr((ELOG_Level) x_level)); in TEST_CORE_Log()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/
H A Dncbi_core_cxx.cpp234 string x_level; in x_Log() local
237 x_level = "Trace"; in x_Log()
240 x_level = "Note"; in x_Log()
243 x_level = "Warning"; in x_Log()
246 x_level = "Error"; in x_Log()
249 x_level = "Critical"; in x_Log()
252 x_level = "Fatal"; in x_Log()
255 x_level = NStr::IntToString(int(level)); in x_Log()
258 return x_level; in x_Log()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/
H A Dncbi_core_cxx.cpp234 string x_level; in x_Log() local
237 x_level = "Trace"; in x_Log()
240 x_level = "Note"; in x_Log()
243 x_level = "Warning"; in x_Log()
246 x_level = "Error"; in x_Log()
249 x_level = "Critical"; in x_Log()
252 x_level = "Fatal"; in x_Log()
255 x_level = NStr::IntToString(int(level)); in x_Log()
258 return x_level; in x_Log()
/dports/graphics/openexr/openexr-3.1.4/src/test/OpenEXRTest/
H A DtestBadTypeAttributes.cpp114 for(int x_level = 0 ; x_level < x_levels ; x_level++) in readTiledThing() local
119 int actual_y_level = t.mode==RIPMAP_LEVELS ? y_level : x_level; in readTiledThing()
121 …input.readTiles(0,input.numXTiles(x_level)-1,0,input.numYTiles(actual_y_level)-1,x_level,actual_y_… in readTiledThing()
/dports/graphics/openexr/openexr-3.1.4/src/bin/exrbuild/
H A Dexrbuild.cpp91 for(int x_level = 0 ; x_level < x_levels ; x_level++) in copy_tiledimage() local
95 int actual_y_level = t.mode==RIPMAP_LEVELS ? y_level : x_level; in copy_tiledimage()
97 IMATH_NAMESPACE::Box2i dw= in.dataWindowForLevel(x_level,actual_y_level); in copy_tiledimage()
137 for (int tileX = 0; tileX < out.numXTiles(x_level); ++tileX) in copy_tiledimage()
140 in.readTile(tileX,tileY,x_level,actual_y_level); in copy_tiledimage()
141 out.writeTile(tileX,tileY,x_level,actual_y_level); in copy_tiledimage()
/dports/math/mpsolve/mpsolve-3.2.1/src/mpsolve/
H A Diteration-logger.c171 int x_level = (logger->imag_center / logger->y_scale + 1) * height * 0.5; in mps_iteration_logger_draw_x_ticks() local
187 cairo_move_to (cr, tick_pos, x_level - 6); in mps_iteration_logger_draw_x_ticks()
188 cairo_line_to (cr, tick_pos, x_level + 6); in mps_iteration_logger_draw_x_ticks()
195 cairo_move_to (cr, tick_pos - extents.width / 2, x_level - extents.height - 2); in mps_iteration_logger_draw_x_ticks()
339 int x_level = (logger->imag_center / logger->y_scale + 1) * height * 0.5; in mps_iteration_logger_on_drawing_area_draw() local
345 cairo_move_to (cr, 6, x_level); in mps_iteration_logger_on_drawing_area_draw()
346 cairo_line_to (cr, width - 6, x_level); in mps_iteration_logger_on_drawing_area_draw()
/dports/math/yices/yices-2.6.2/src/mcsat/
H A Dtrail.c207 uint32_t x_level; in trail_pop_propagation() local
210 x_level = trail_get_level(trail, x); in trail_pop_propagation()
211 if (x_level == trail->decision_level) { in trail_pop_propagation()
216 assert(x_level < trail->decision_level); in trail_pop_propagation()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/drawreport/
H A Ddescendtree.py502 def recurse(self, person_handle, x_level, s_level, father): argument
511 if x_level > self.max_generations:
523 myself = self.add_person_box((x_level, s_level),
541 marr = self.add_marriage_box((x_level, s_level+1),
549 return self.add_person_box((x_level, s_level+1),
562 self.recurse(child_ref, x_level+1, 0, who)
574 self.recurse(spouse_handle, x_level, s_level+1, spouse)
H A Dancestortree.py274 def y_index(self, x_level, index): argument
280 tmp_y = index - (2**x_level)
282 delta = (2**self.max_generation) // (2**(x_level))
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dpaint_image_proj.c981 static int line_isect_x(const float p1[2], const float p2[2], const float x_level, float *y_isect) in line_isect_x() argument
985 if (x_level == p1[0]) { /* are we touching the first point? - no interpolation needed */ in line_isect_x()
989 if (x_level == p2[0]) { /* are we touching the second point? - no interpolation needed */ in line_isect_x()
1003 if (p1[0] > x_level && p2[0] < x_level) { in line_isect_x()
1005 *y_isect = (p2[1] * (p1[0] - x_level) + p1[1] * (x_level - p2[0])) / x_diff; in line_isect_x()
1008 if (p1[0] < x_level && p2[0] > x_level) { in line_isect_x()
1010 *y_isect = (p2[1] * (x_level - p1[0]) + p1[1] * (p2[0] - x_level)) / x_diff; in line_isect_x()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-image-viewer.c594 double x_level; in get_zoom_to_fit() local
600 x_level = (double) (allocation->width - frame_border_2) / original_width; in get_zoom_to_fit()
603 return (x_level < y_level) ? x_level : y_level; in get_zoom_to_fit()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2dbms.c2871 int x_level; in rl2_find_matching_resolution() local
2932 x_level = lvl; in rl2_find_matching_resolution()
2955 x_level = lvl; in rl2_find_matching_resolution()
2978 x_level = lvl; in rl2_find_matching_resolution()
3001 x_level = lvl; in rl2_find_matching_resolution()
3018 *level = x_level; in rl2_find_matching_resolution()