Home
last modified time | relevance | path

Searched refs:stop_type (Results 1 – 25 of 1912) sorted by relevance

12345678910>>...77

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/src/
H A DMads.hpp115 void eval_x0 ( bool & stop , NOMAD::stop_type & stop_reason );
126 NOMAD::stop_type & stop_reason ,
140 NOMAD::stop_type & stop_reason ,
157 NOMAD::stop_type & stop_reason,
176 NOMAD::stop_type &stop_reason,
206 NOMAD::stop_type & stop_reason );
260 NOMAD::stop_type & stop_reason );
292 NOMAD::stop_type stop_reason ,
409 NOMAD::stop_type run ( void );
415 NOMAD::stop_type multi_run ( void );
H A DEvaluator_Control.hpp290 NOMAD::stop_type & stop_reason ,
313 NOMAD::stop_type & stop_reason ,
338 NOMAD::stop_type & stop_reason ) const;
361 NOMAD::stop_type & stop_reason );
397 NOMAD::stop_type & stop_reason ,
639 NOMAD::stop_type & stop_reason ,
667 NOMAD::stop_type & stop_reason ,
766 NOMAD::stop_type & stop_reason ,
H A DExtended_Poll.hpp106 NOMAD::stop_type & stop_reason ,
162 NOMAD::stop_type & stop_reason ,
228 NOMAD::stop_type & stop_reason ,
H A DTGP_Model_Search.hpp101 NOMAD::stop_type & stop_reason ,
165 NOMAD::stop_type & stop_reason );
183 NOMAD::stop_type & stop_reason );
308 NOMAD::stop_type & stop_reason ,
H A DQuad_Model_Search.hpp80 NOMAD::stop_type & stop_reason );
135 NOMAD::stop_type & stop_reason ,
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A Ddisassembler_ppc.cpp167 int stop_type = -1; in annotate() local
194 …} else if ((stop_type = MacroAssembler::tdi_get_si16(instruction, Assembler::traptoUnconditional, … in annotate()
195 bool msg_present = (stop_type & MacroAssembler::stop_msg_present); in annotate()
196 stop_type = (stop_type &~ MacroAssembler::stop_msg_present); in annotate()
199 …st->print(";trap: stop type %d: %s", stop_type, msg_present ? *detail_msg_ptr : "no details provid… in annotate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/
H A Ddisassembler_ppc.cpp166 int stop_type = -1; in annotate() local
193 …} else if ((stop_type = MacroAssembler::tdi_get_si16(instruction, Assembler::traptoUnconditional, … in annotate()
194 bool msg_present = (stop_type & MacroAssembler::stop_msg_present); in annotate()
195 stop_type = (stop_type &~ MacroAssembler::stop_msg_present); in annotate()
198 …st->print(";trap: stop type %d: %s", stop_type, msg_present ? *detail_msg_ptr : "no details provid… in annotate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/ppc/
H A Ddisassembler_ppc.cpp167 int stop_type = -1; in annotate() local
194 …} else if ((stop_type = MacroAssembler::tdi_get_si16(instruction, Assembler::traptoUnconditional, … in annotate()
195 bool msg_present = (stop_type & MacroAssembler::stop_msg_present); in annotate()
196 stop_type = (stop_type &~ MacroAssembler::stop_msg_present); in annotate()
199 …st->print(";trap: stop type %d: %s", stop_type, msg_present ? *detail_msg_ptr : "no details provid… in annotate()
/dports/databases/pgrouting/pgrouting-3.2.0/pgtap/pickDeliver/
H A Dorder_id_is_neg1.sql15 WHERE stop_type IN (-1, 1, 6);
23 SELECT DISTINCT stop_type FROM results ORDER BY stop_type;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/bsd_ppc/
H A Dos_bsd_ppc.cpp278 int stop_type = -1; in pd_hotspot_signal_handler() local
344 else if (sig == SIGTRAP && (stop_type = nativeInstruction_at(pc)->get_stop_type()) != -1) { in pd_hotspot_signal_handler()
345 bool msg_present = (stop_type & MacroAssembler::stop_msg_present); in pd_hotspot_signal_handler()
346 stop_type = (stop_type &~ MacroAssembler::stop_msg_present); in pd_hotspot_signal_handler()
349 switch (stop_type) { in pd_hotspot_signal_handler()
361 tty->print_cr("trap: %s: %s (SIGTRAP, stop type %d)", msg, detail_msg, stop_type); in pd_hotspot_signal_handler()
/dports/databases/pgrouting/pgrouting-3.2.0/docqueries/pickDeliver/
H A Dbook_from_query.test.sql101 CASE WHEN stop_type = 1 THEN ST_POINT(p_x, p_y)
102 WHEN stop_type = 2 THEN ST_POINT(d_x, d_y)
103 WHEN stop_type = 0 THEN ST_POINT(start_x, start_y)
H A DdifferentVechiles.result12 …seq | vehicle_number | vehicle_id | vehicle_seq | order_id | stop_type | cargo | travel_time …
153 WHERE stop_type NOT IN (0, 5, -1)
H A Dbook_from_query.result104 CASE WHEN stop_type = 1 THEN ST_POINT(p_x, p_y)
105 WHEN stop_type = 2 THEN ST_POINT(d_x, d_y)
106 WHEN stop_type = 0 THEN ST_POINT(start_x, start_y)
134 …seq | vehicle_number | vehicle_id | vehicle_seq | order_id | stop_type | cargo | travel_time …
H A Ddoc-pickDeliver.result23 …seq | vehicle_seq | vehicle_id | stop_seq | stop_type | stop_id | order_id | cargo | travel_time …
51 …seq | vehicle_seq | vehicle_id | stop_seq | stop_type | stop_id | order_id | cargo | travel_time |…
/dports/databases/pgrouting/pgrouting-3.2.0/sql/legacy/vrppdtw/
H A D_gsoc_vrppdtw.sql84 …ndex, dindex, id AS the_id FROM p_deliver JOIN customer_data ON (id = order_id AND stop_type = 2)),
85 …, dindex, dindex AS the_id FROM p_deliver JOIN customer_data ON (id = order_id AND stop_type = 3)),
86 …T p_deliver.*, 0 as pindex, 0 as dindex, 0 AS the_id FROM p_deliver WHERE (stop_type IN (-1,1,6))),
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/linux_ppc/
H A Dos_linux_ppc.cpp257 int stop_type = -1; in pd_hotspot_signal_handler() local
323 else if (sig == SIGTRAP && (stop_type = nativeInstruction_at(pc)->get_stop_type()) != -1) { in pd_hotspot_signal_handler()
324 bool msg_present = (stop_type & MacroAssembler::stop_msg_present); in pd_hotspot_signal_handler()
325 stop_type = (stop_type &~ MacroAssembler::stop_msg_present); in pd_hotspot_signal_handler()
328 switch (stop_type) { in pd_hotspot_signal_handler()
340 tty->print_cr("trap: %s: %s (SIGTRAP, stop type %d)", msg, detail_msg, stop_type); in pd_hotspot_signal_handler()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/aix_ppc/
H A Dos_aix_ppc.cpp236 int stop_type = -1; in pd_hotspot_signal_handler() local
308 else if (sig == SIGTRAP && (stop_type = nativeInstruction_at(pc)->get_stop_type()) != -1) { in pd_hotspot_signal_handler()
309 bool msg_present = (stop_type & MacroAssembler::stop_msg_present); in pd_hotspot_signal_handler()
310 stop_type = (stop_type &~ MacroAssembler::stop_msg_present); in pd_hotspot_signal_handler()
313 switch (stop_type) { in pd_hotspot_signal_handler()
325 tty->print_cr("trap: %s: %s (SIGTRAP, stop type %d)", msg, detail_msg, stop_type); in pd_hotspot_signal_handler()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os_cpu/aix_ppc/
H A Dos_aix_ppc.cpp225 int stop_type = -1; in pd_hotspot_signal_handler() local
311 else if (sig == SIGTRAP && (stop_type = nativeInstruction_at(pc)->get_stop_type()) != -1) { in pd_hotspot_signal_handler()
312 bool msg_present = (stop_type & MacroAssembler::stop_msg_present); in pd_hotspot_signal_handler()
313 stop_type = (stop_type &~ MacroAssembler::stop_msg_present); in pd_hotspot_signal_handler()
316 switch (stop_type) { in pd_hotspot_signal_handler()
328 tty->print_cr("trap: %s: %s (SIGTRAP, stop type %d)", msg, detail_msg, stop_type); in pd_hotspot_signal_handler()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os_cpu/bsd_ppc/
H A Dos_bsd_ppc.cpp278 int stop_type = -1; in pd_hotspot_signal_handler() local
355 else if (sig == SIGTRAP && (stop_type = nativeInstruction_at(pc)->get_stop_type()) != -1) { in pd_hotspot_signal_handler()
356 bool msg_present = (stop_type & MacroAssembler::stop_msg_present); in pd_hotspot_signal_handler()
357 stop_type = (stop_type &~ MacroAssembler::stop_msg_present); in pd_hotspot_signal_handler()
360 switch (stop_type) { in pd_hotspot_signal_handler()
372 tty->print_cr("trap: %s: %s (SIGTRAP, stop type %d)", msg, detail_msg, stop_type); in pd_hotspot_signal_handler()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os_cpu/linux_ppc/
H A Dos_linux_ppc.cpp247 int stop_type = -1; in pd_hotspot_signal_handler() local
324 else if (sig == SIGTRAP && (stop_type = nativeInstruction_at(pc)->get_stop_type()) != -1) { in pd_hotspot_signal_handler()
325 bool msg_present = (stop_type & MacroAssembler::stop_msg_present); in pd_hotspot_signal_handler()
326 stop_type = (stop_type &~ MacroAssembler::stop_msg_present); in pd_hotspot_signal_handler()
329 switch (stop_type) { in pd_hotspot_signal_handler()
341 tty->print_cr("trap: %s: %s (SIGTRAP, stop type %d)", msg, detail_msg, stop_type); in pd_hotspot_signal_handler()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os_cpu/aix_ppc/
H A Dos_aix_ppc.cpp368 int stop_type = -1; in JVM_handle_aix_signal() local
440 else if (sig == SIGTRAP && (stop_type = nativeInstruction_at(pc)->get_stop_type()) != -1) { in JVM_handle_aix_signal()
441 bool msg_present = (stop_type & MacroAssembler::stop_msg_present); in JVM_handle_aix_signal()
442 stop_type = (stop_type &~ MacroAssembler::stop_msg_present); in JVM_handle_aix_signal()
445 switch (stop_type) { in JVM_handle_aix_signal()
457 tty->print_cr("trap: %s: %s (SIGTRAP, stop type %d)", msg, detail_msg, stop_type); in JVM_handle_aix_signal()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os_cpu/bsd_ppc/
H A Dos_bsd_ppc.cpp409 int stop_type = -1; in JVM_handle_bsd_signal() local
475 else if (sig == SIGTRAP && (stop_type = nativeInstruction_at(pc)->get_stop_type()) != -1) { in JVM_handle_bsd_signal()
476 bool msg_present = (stop_type & MacroAssembler::stop_msg_present); in JVM_handle_bsd_signal()
477 stop_type = (stop_type &~ MacroAssembler::stop_msg_present); in JVM_handle_bsd_signal()
480 switch (stop_type) { in JVM_handle_bsd_signal()
492 tty->print_cr("trap: %s: %s (SIGTRAP, stop type %d)", msg, detail_msg, stop_type); in JVM_handle_bsd_signal()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os_cpu/linux_ppc/
H A Dos_linux_ppc.cpp404 int stop_type = -1; in JVM_handle_linux_signal() local
470 else if (sig == SIGTRAP && (stop_type = nativeInstruction_at(pc)->get_stop_type()) != -1) { in JVM_handle_linux_signal()
471 bool msg_present = (stop_type & MacroAssembler::stop_msg_present); in JVM_handle_linux_signal()
472 stop_type = (stop_type &~ MacroAssembler::stop_msg_present); in JVM_handle_linux_signal()
475 switch (stop_type) { in JVM_handle_linux_signal()
487 tty->print_cr("trap: %s: %s (SIGTRAP, stop type %d)", msg, detail_msg, stop_type); in JVM_handle_linux_signal()
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/src/
H A Dsegment.ccg26 SeekType start_type, gint64 start, SeekType stop_type, gint64 stop,
33 start, static_cast<GstSeekType>(stop_type), stop, &gst_update);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/examples/advanced/user_search/
H A Duser_search.cpp55 stop_type & stop_reason ,
68 stop_type & stop_reason , in search()

12345678910>>...77