Home
last modified time | relevance | path

Searched refs:root_func (Results 1 – 24 of 24) sorted by relevance

/dports/www/py-dj32-django-debug-toolbar/django-debug-toolbar-3.2.2/debug_toolbar/panels/
H A Dprofiling.py175 root_func = self.stats.get_root_func()
177 if root_func:
178 root = FunctionCall(self.stats, root_func, depth=0)
/dports/www/py-django-debug-toolbar/django-debug-toolbar-3.2.2/debug_toolbar/panels/
H A Dprofiling.py175 root_func = self.stats.get_root_func()
177 if root_func:
178 root = FunctionCall(self.stats, root_func, depth=0)
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/common/195 install_mode/
H A Drootdir.h3 int root_func();
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/190 install_mode/
H A Drootdir.h3 int root_func();
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/9 header install/
H A Drootdir.h3 int root_func();
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/common/9 header install/
H A Drootdir.h3 int root_func();
/dports/devel/meson/meson-0.60.3/test cases/common/9 header install/
H A Drootdir.h3 int root_func();
/dports/devel/meson/meson-0.60.3/test cases/common/190 install_mode/
H A Drootdir.h3 int root_func();
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/common/9 header install/
H A Drootdir.h3 int root_func();
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/common/195 install_mode/
H A Drootdir.h3 int root_func();
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/common/9 header install/
H A Drootdir.h3 int root_func();
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/common/190 install_mode/
H A Drootdir.h3 int root_func();
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/datatool/
H A Dtraversal_spec_file_parser.cpp559 string root_func; in x_ParseRootClause() local
560 tokenizer.GetNextOrThrow( root_func ); in x_ParseRootClause()
563 m_RootTypes.push_back( TRootInfoRef(new SRootInfo(root_type, root_func)) ); in x_ParseRootClause()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/datatool/
H A Dtraversal_spec_file_parser.cpp559 string root_func; in x_ParseRootClause() local
560 tokenizer.GetNextOrThrow( root_func ); in x_ParseRootClause()
563 m_RootTypes.push_back( TRootInfoRef(new SRootInfo(root_type, root_func)) ); in x_ParseRootClause()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/
H A Ddpml_asinh.c949 function root_func() { in root_func() function
957 max_direct_x = find_root(MP_FIND_ROOT_NO_DERIV, lo, hi, rho, root_func);
/dports/math/mfem/mfem-4.3/linalg/
H A Dsundials.hpp280 RootFunction root_func; member in mfem::CVODESolver
H A Dsundials.cpp478 if (!self->root_func) { return CV_RTFUNC_FAIL; } in root()
483 return self->root_func(t, mfem_y, mfem_gout, self); in root()
488 root_func = func; in SetRootFinder()
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dscript_language.h309 void (*root_func)(void *, const NodePath &p_scene_path, const String &p_scene_from); member
H A Dscript_debugger_remote.cpp468 if (!live_edit_funcs->root_func) in _parse_live_edit()
471 live_edit_funcs->root_func(live_edit_funcs->udata, cmd[1], cmd[2]); in _parse_live_edit()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dscript_language.h309 void (*root_func)(void *, const NodePath &p_scene_path, const String &p_scene_from); member
H A Dscript_debugger_remote.cpp468 if (!live_edit_funcs->root_func) in _parse_live_edit()
471 live_edit_funcs->root_func(live_edit_funcs->udata, cmd[1], cmd[2]); in _parse_live_edit()
/dports/science/py-scipy/scipy-1.7.1/scipy/special/tests/
H A Dtest_orthogonal.py278 def verify_gauss_quad(root_func, eval_func, weight_func, a, b, N, argument
281 x, w, mu = root_func(N, True)
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/main/
H A Dscene_main_loop.cpp1695 live_edit_funcs.root_func = _live_edit_root_funcs; in SceneTree()
/dports/devel/godot2/godot-2.1.6-stable/scene/main/
H A Dscene_main_loop.cpp1695 live_edit_funcs.root_func = _live_edit_root_funcs; in SceneTree()