Home
last modified time | relevance | path

Searched refs:error_function (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/dports/math/grace/grace-5.1.25/grace_np/
H A Dgrace_np.c111 error_function(msg); in GracePerror()
175 GraceErrorFunctionType old = error_function; in GraceRegisterErrorFunction()
177 error_function = f; in GraceRegisterErrorFunction()
221 error_function("GraceFlush: ran into eternal loop"); in _GraceFlush()
319 error_function("GraceOpenVA: Not enough memory"); in GraceOpenVA()
348 error_function("No grace subprocess1"); in GraceClose()
369 error_function("No grace subprocess2"); in GraceClosePipe()
388 error_function("No grace subprocess3"); in GraceFlush()
403 error_function("No grace subprocess4"); in GracePrintf()
435 error_function("No grace subprocess5"); in GraceCommand()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/pubseq_gateway/cassandra/test/unit/
H A Dget_public_comment.cpp124 error_function in TEST_F()
136 *blob, error_function in TEST_F()
156 error_function in TEST_F()
168 *blob, error_function in TEST_F()
188 error_function in TEST_F()
200 *blob, error_function in TEST_F()
226 error_function in TEST_F()
238 *blob, error_function in TEST_F()
265 blob, error_function in TEST_F()
350 blob, error_function in TEST_F()
[all …]
H A Dbioseq_info_task.cpp95 static auto error_function = [](CRequestStatus::ECode status, int code, EDiagSev severity, const st… in __anon73b4e5da0202() variable
120 error_function in TEST_F()
138 error_function in TEST_F()
166 error_function in TEST_F()
194 error_function in TEST_F()
217 error_function in TEST_F()
240 error_function in TEST_F()
263 error_function in TEST_F()
297 error_function in TEST_F()
H A Dpsg_api.cpp96 auto error_function = [](CRequestStatus::ECode status, int code, EDiagSev severity, const string & … in __anona8304a9d0202() variable
130 error_function in TEST_F()
152 error_function in TEST_F()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/maxflow-v2.21.src/forward_star/
H A Dgraph.cpp9 error_function = err_function; in Graph()
48 if (!node_block_first) { if (error_function) (*error_function)("Not enough memory!"); exit(1); } in add_node()
71 if (!ptr) { if (error_function) (*error_function)("Not enough memory!"); exit(1); } in add_edge()
83 if (!ptr) { if (error_function) (*error_function)("Not enough memory!"); exit(1); } in add_edge()
169 …if (k > ARC_BLOCK_SIZE) { if (error_function) (*error_function)("# of arcs per node exceeds block … in prepare_graph()
176 if (!ptr) { if (error_function) (*error_function)("Not enough memory!"); exit(1); } in prepare_graph()
202 …if (k > ARC_BLOCK_SIZE) { if (error_function) (*error_function)("# of arcs per node exceeds block … in prepare_graph()
209 if (!ptr) { if (error_function) (*error_function)("Not enough memory!"); exit(1); } in prepare_graph()
H A Dblock.h106 …_function)(char *) = NULL) { first = last = NULL; block_size = size; error_function = err_function…
124 if (!next) { if (error_function) (*error_function)("Not enough memory!"); exit(1); }
195 void (*error_function)(char *); variable
209 …har *) = NULL) { first = NULL; first_free = NULL; block_size = size; error_function = err_function…
223 if (!first) { if (error_function) (*error_function)("Not enough memory!"); exit(1); } in New()
263 void (*error_function)(char *); variable
/dports/games/alienarena-data/alienarena-7.66/source/unix/odesrc/
H A Derror.cpp28 static dMessageFunction *error_function = 0; variable
35 error_function = fn; in dSetErrorHandler()
53 return error_function; in dGetErrorHandler()
90 if (error_function) error_function (num,msg,ap); in dError()
136 if (error_function) error_function (num,msg,ap); in dError()
/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/
H A Derror.cpp28 static dMessageFunction *error_function = 0; variable
35 error_function = fn; in dSetErrorHandler()
53 return error_function; in dGetErrorHandler()
90 if (error_function) error_function (num,msg,ap); in dError()
136 if (error_function) error_function (num,msg,ap); in dError()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/maxflow-v2.21.src/adjacency_list/
H A Dblock.h106 …_function)(char *) = NULL) { first = last = NULL; block_size = size; error_function = err_function…
124 if (!next) { if (error_function) (*error_function)("Not enough memory!"); exit(1); }
195 void (*error_function)(char *); variable
209 …har *) = NULL) { first = NULL; first_free = NULL; block_size = size; error_function = err_function…
223 if (!first) { if (error_function) (*error_function)("Not enough memory!"); exit(1); } in New()
263 void (*error_function)(char *); variable
H A Dgraph.cpp8 error_function = err_function; in Graph()
9 node_block = new Block<node>(NODE_BLOCK_SIZE, error_function); in Graph()
10 arc_block = new Block<arc>(NODE_BLOCK_SIZE, error_function); in Graph()
/dports/devel/ode/ode-0.13/ode/src/
H A Derror.cpp28 static dMessageFunction *error_function = 0; variable
35 error_function = fn; in dSetErrorHandler()
53 return error_function; in dGetErrorHandler()
90 if (error_function) error_function (num,msg,ap); in dError()
139 if (error_function) error_function (num,msg,ap); in dError()
/dports/misc/dartsim/dart-6.11.1/dart/external/odelcpsolver/
H A Derror.cpp30 static dMessageFunction *error_function = 0; variable
37 error_function = fn; in dSetErrorHandler()
55 return error_function; in dGetErrorHandler()
92 if (error_function) error_function (num,msg,ap); in dError()
144 if (error_function) error_function (num,msg,ap); in dError()
/dports/audio/libsndfile/libsndfile-1.0.31/tests/
H A Dfix_this.c45 static int error_function (double data, double orig, double margin) ;
158 { if (error_function (data [k] / scale, orig [k] / scale, margin)) in lcomp_test_int()
207 if (error_function (data [k] / scale, orig [k + m * 11] / scale, margin)) in lcomp_test_int()
229 if (error_function ((double) data [0], (double) orig [seekpos], margin)) in lcomp_test_int()
242 if (error_function ((double) data [0], (double) orig [seekpos], margin) || k != seekpos) in lcomp_test_int()
251 if (error_function ((double) data [0], (double) orig [seekpos], margin) || k != seekpos) in lcomp_test_int()
271 if (error_function (data [0] / scale, orig [5] / scale, margin)) in lcomp_test_int()
318 error_function (double data, double orig, double margin) in error_function() function
H A Dlossy_comp_test.c59 static int error_function (double data, double orig, double margin) ;
710 { if (error_function (data [k], orig [k], margin)) in lcomp_test_short()
1101 { if (error_function (data [k], orig [k], margin)) in lcomp_test_float()
1167 if (error_function (data [0], orig [seekpos * channels], margin)) in lcomp_test_float()
1209 if (error_function (data [0], orig [5 * channels], margin)) in lcomp_test_float()
1295 { if (error_function (data [k], orig [k], margin)) in lcomp_test_double()
1361 if (error_function (data [0], orig [seekpos * channels], margin)) in lcomp_test_double()
1403 if (error_function (data [0], orig [5 * channels], margin)) in lcomp_test_double()
1521 { if (error_function (1.0 * data [k], 1.0 * smooth [k], margin)) in sdlcomp_test_short()
1562 if (error_function (1.0 * data [k], 1.0 * smooth [k], margin)) in sdlcomp_test_short()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/auxiliary/
H A Dgraph.h266 error_function = err_function;
289 if (error_function) (*error_function)("Not enough memory!");
395 if (error_function) (*error_function)("Not enough memory!"); in New()
695 error_function = err_function;
734 if (error_function) (*error_function)("Not enough memory!");
762 if (error_function) (*error_function)("Not enough memory!");
778 if (error_function) (*error_function)("Not enough memory!");
863 if (error_function) (*error_function)("# of arcs per node exceeds block size!");
875 if (error_function) (*error_function)("Not enough memory!");
900 if (error_function) (*error_function)("# of arcs per node exceeds block size!");
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/python/
H A Dpython_destructor_exception_runme.py5 def error_function(): function
11 error_function()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-82218.C61 constexpr static R error_function(Params...) in error_function() function
71 *this = from< error_function >(); in delegate()
109 return (cb_ != &invoke_function< error_function >); in valid()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-82218.C62 constexpr static R error_function(Params...) in error_function() function
72 *this = from< error_function >(); in delegate()
110 return (cb_ != &invoke_function< error_function >); in valid()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-82218.C62 constexpr static R error_function(Params...) in error_function() function
72 *this = from< error_function >(); in delegate()
110 return (cb_ != &invoke_function< error_function >); in valid()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-82218.C62 constexpr static R error_function(Params...) in error_function() function
72 *this = from< error_function >(); in delegate()
110 return (cb_ != &invoke_function< error_function >); in valid()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-82218.C61 constexpr static R error_function(Params...) in error_function() function
71 *this = from< error_function >(); in delegate()
109 return (cb_ != &invoke_function< error_function >); in valid()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-82218.C62 constexpr static R error_function(Params...) in error_function() function
72 *this = from< error_function >(); in delegate()
110 return (cb_ != &invoke_function< error_function >); in valid()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-82218.C62 constexpr static R error_function(Params...) in error_function() function
72 *this = from< error_function >(); in delegate()
110 return (cb_ != &invoke_function< error_function >); in valid()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-82218.C61 constexpr static R error_function(Params...) in error_function() function
71 *this = from< error_function >(); in delegate()
109 return (cb_ != &invoke_function< error_function >); in valid()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-82218.C61 constexpr static R error_function(Params...) in error_function() function
71 *this = from< error_function >(); in delegate()
109 return (cb_ != &invoke_function< error_function >); in valid()

12345678910>>...16