Home
last modified time | relevance | path

Searched refs:FUNCTION_NAME (Results 1 – 25 of 752) sorted by relevance

12345678910>>...31

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/gtk2/
H A Dgtk-server.cfg112 FUNCTION_NAME = gtk_button_new, clicked, WIDGET, 0
251 FUNCTION_NAME = gdk_screen_width, NONE, LONG, 0
253 FUNCTION_NAME = gdk_flush, NONE, NONE, 0
260 FUNCTION_NAME = gtk_image_new, NONE, WIDGET, 0
390 FUNCTION_NAME = gtk_menu_new, NONE, WIDGET, 0
456 FUNCTION_NAME = gtk_fixed_new, NONE, WIDGET, 0
508 FUNCTION_NAME = gtk_main, NONE, NONE, 0
512 FUNCTION_NAME = gtk_exit, NONE, NONE, 1, LONG
513 FUNCTION_NAME = gtk_main_quit, NONE, NONE, 0
538 FUNCTION_NAME = g_free, NONE, NONE, 1, WIDGET
[all …]
/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/core/
H A Dfunctions.cpp1145 FUNCTION_NAME(ceil, tr("Ceiling")); in setFunctionNames()
1147 FUNCTION_NAME(cos, tr("Cosine")); in setFunctionNames()
1157 FUNCTION_NAME(floor, tr("Floor")); in setFunctionNames()
1187 FUNCTION_NAME(max, tr("Maximum")); in setFunctionNames()
1189 FUNCTION_NAME(min, tr("Minimum")); in setFunctionNames()
1190 FUNCTION_NAME(mod, tr("Modulo")); in setFunctionNames()
1206 FUNCTION_NAME(sec, tr("Secant")); in setFunctionNames()
1209 FUNCTION_NAME(sgn, tr("Signum")); in setFunctionNames()
1210 FUNCTION_NAME(sin, tr("Sine")); in setFunctionNames()
1214 FUNCTION_NAME(sum, tr("Sum")); in setFunctionNames()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/alpha/
H A Dlib1funcs.asm60 #define FUNCTION_NAME divl macro
71 #define FUNCTION_NAME divlu macro
82 #define FUNCTION_NAME divq macro
93 #define FUNCTION_NAME divqu macro
104 #define FUNCTION_NAME reml macro
115 #define FUNCTION_NAME remlu macro
126 #define FUNCTION_NAME remq macro
175 .globl FUNCTION_NAME
176 .ent FUNCTION_NAME
177 FUNCTION_NAME: label
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/alpha/
H A Dlib1funcs.asm60 #define FUNCTION_NAME divl macro
71 #define FUNCTION_NAME divlu macro
82 #define FUNCTION_NAME divq macro
93 #define FUNCTION_NAME divqu macro
104 #define FUNCTION_NAME reml macro
115 #define FUNCTION_NAME remlu macro
126 #define FUNCTION_NAME remq macro
175 .globl FUNCTION_NAME
176 .ent FUNCTION_NAME
177 FUNCTION_NAME: label
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/alpha/
H A Dlib1funcs.asm60 #define FUNCTION_NAME divl macro
71 #define FUNCTION_NAME divlu macro
82 #define FUNCTION_NAME divq macro
93 #define FUNCTION_NAME divqu macro
104 #define FUNCTION_NAME reml macro
115 #define FUNCTION_NAME remlu macro
126 #define FUNCTION_NAME remq macro
175 .globl FUNCTION_NAME
176 .ent FUNCTION_NAME
177 FUNCTION_NAME: label
[all …]
/dports/devel/ga/ga-5.8/armci/testing/
H A Dfork.c26 printf("%s: PtlInit failed: %d\n", FUNCTION_NAME, ret); in main()
29 printf("%s: PtlInit succeeds (%d)\n", FUNCTION_NAME, ret); in main()
35 printf("%s: PtlNIInit 1 failed: %d\n", FUNCTION_NAME, ret); in main()
39 printf("%s: PtlNIFini failed: %d\n", FUNCTION_NAME, ret); in main()
44 printf("%s: PtlInit failed: %d\n", FUNCTION_NAME, ret); in main()
50 printf("%s: PtlNIInit 2 failed: %d\n", FUNCTION_NAME, ret); in main()
57 printf("%s: PtlNIInit failed: %d\n", FUNCTION_NAME, ret); in main()
61 printf("%s: PtlNIInit succeeds (%d)\n", FUNCTION_NAME, ret); in main()
65 FUNCTION_NAME, ret, child); in main()
68 printf("%s: PtlEQAlloc succeeds (%d:%d)\n", FUNCTION_NAME, child, ret); in main()
[all …]
H A Dptltest.c36 printf("%s: PtlInit failed: %d\n", FUNCTION_NAME, ret); in main()
39 printf("%s: PtlInit succeeds (%d)\n", FUNCTION_NAME, ret); in main()
47 printf("%s: PtlNIInit failed: %d\n", FUNCTION_NAME, ret); in main()
51 printf("%s: PtlNIInit succeeds (%d)\n", FUNCTION_NAME, ret); in main()
60 FUNCTION_NAME, ret, child); in main()
63 printf("%s: PtlEQAlloc succeeds (%d:%d)\n", FUNCTION_NAME, child, ret); in main()
74 printf("%s: PMI_Get_size failed: %d\n", FUNCTION_NAME, ret); in main()
78 printf("%s: PMI_Get_size succeeds (%d)\n", FUNCTION_NAME, *npes); in main()
93 FUNCTION_NAME, ret, child); in main()
96 printf("%s: nid=%d pid=%d(%d)\n", FUNCTION_NAME, rnk.nid, rnk.pid, child); in main()
[all …]
H A Dorigptl.c28 printf("%s: PtlInit failed: %d\n", FUNCTION_NAME, ret); in main()
31 printf("%s: PtlInit succeeds (%d)\n", FUNCTION_NAME, ret); in main()
39 printf("%s: PtlNIInit failed: %d\n", FUNCTION_NAME, ret); in main()
42 printf("%s: PtlNIInit succeeds (%d)\n", FUNCTION_NAME, ret); in main()
49 FUNCTION_NAME, ret, child); in main()
52 printf("%s: PtlEQAlloc succeeds (%d:%d)\n", FUNCTION_NAME, child, ret); in main()
H A Dclone.c38 printf("%s: PtlInit failed: %d\n", FUNCTION_NAME, ret); in server()
41 printf("%s: PtlInit succeeds (%d:%d)\n", FUNCTION_NAME, ret, num_interfaces); in server()
46 printf("%s: PtlNIInit failed: %d\n", FUNCTION_NAME, ret); in server()
49 printf("%s: PtlNIInit succeeds (%d)\n", FUNCTION_NAME, ret); in server()
53 FUNCTION_NAME, ret); in server()
58 printf("%s: PtlEQAlloc succeeds\n", FUNCTION_NAME); in server()
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dreserved.c3113 CB_INTR_ABS, FUNCTION_NAME,
3119 CB_INTR_ABS, FUNCTION_NAME,
3196 CB_INTR_COS, FUNCTION_NAME,
3236 CB_INTR_E, FUNCTION_NAME,
3271 CB_INTR_EXP, FUNCTION_NAME,
3386 CB_INTR_LOG, FUNCTION_NAME,
3408 CB_INTR_MAX, FUNCTION_NAME,
3430 CB_INTR_MIN, FUNCTION_NAME,
3437 CB_INTR_MOD, FUNCTION_NAME,
3517 CB_INTR_ORD, FUNCTION_NAME,
[all …]
/dports/graphics/vips/vips-8.12.0/libvips/deprecated/
H A Dim_matinv.c123 #define FUNCTION_NAME "im_lu_decomp" in im_lu_decomp() macro
130 im_error( FUNCTION_NAME, "non-square matrix" ); in im_lu_decomp()
163 im_error( FUNCTION_NAME, "singular matrix" ); in im_lu_decomp()
235 #undef FUNCTION_NAME in im_lu_decomp()
262 #define FUNCTION_NAME "im_lu_solve" in im_lu_solve() macro
297 #undef FUNCTION_NAME in im_lu_solve()
318 #define FUNCTION_NAME "im_matinv" in im_matinv() macro
323 im_error( FUNCTION_NAME, "non-square matrix" ); in im_matinv()
351 #undef FUNCTION_NAME in im_matinv()
370 #define FUNCTION_NAME "im_matinv_inplace" in im_matinv_inplace() macro
[all …]
H A Dim_align_bands.c59 #define FUNCTION_NAME "im_align_bands" in im_align_bands() macro
72 if( ! bands || im_open_local_array( out, bands, in-> Bands, FUNCTION_NAME ": bands", "p" ) in im_align_bands()
73 …|| im_open_local_array( out, wrapped_bands + 1, in-> Bands - 1, FUNCTION_NAME ": wrapped_bands", "… in im_align_bands()
83 IMAGE *temp= im_open( FUNCTION_NAME ": temp", "t" ); in im_align_bands()
98 #undef FUNCTION_NAME in im_align_bands()
/dports/science/ALPSCore/ALPSCore-2.2.0/accumulators/src/feature/
H A Dmean.cpp150 #define NUMERIC_FUNCTION_IMPLEMENTATION(FUNCTION_NAME) \ argument
152 void Result<T, mean_tag, B>:: FUNCTION_NAME () { \
153 B:: FUNCTION_NAME (); \
154 using std:: FUNCTION_NAME ; \
155 using alps::numeric:: FUNCTION_NAME ; \
174 #define NUMERIC_FUNCTION_IMPLEMENTATION(FUNCTION_NAME) \ argument
176 void Result<T, mean_tag, B>:: FUNCTION_NAME () { \
177 B:: FUNCTION_NAME (); \
178 using alps::numeric:: FUNCTION_NAME ; \
179 using alps::numeric:: FUNCTION_NAME ; \
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/db/migrate/
H A D20211011141242_create_namespaces_sync_trigger.rb10 FUNCTION_NAME = 'insert_namespaces_sync_event' constant in CreateNamespacesSyncTrigger
15 create_trigger_function(FUNCTION_NAME) do
23 create_trigger(TABLE_NAME, TRIGGER_ON_INSERT, FUNCTION_NAME, fires: 'AFTER INSERT')
25 create_trigger(TABLE_NAME, TRIGGER_ON_UPDATE, FUNCTION_NAME, fires: 'AFTER UPDATE') do
35 drop_function(FUNCTION_NAME)
H A D20211011141243_create_projects_sync_trigger.rb10 FUNCTION_NAME = 'insert_projects_sync_event' constant in CreateProjectsSyncTrigger
15 create_trigger_function(FUNCTION_NAME) do
23 create_trigger(TABLE_NAME, TRIGGER_ON_INSERT, FUNCTION_NAME, fires: 'AFTER INSERT')
25 create_trigger(TABLE_NAME, TRIGGER_ON_UPDATE, FUNCTION_NAME, fires: 'AFTER UPDATE') do
35 drop_function(FUNCTION_NAME)
H A D20210818175949_update_integrations_trigger_type_new_on_insert.rb6 FUNCTION_NAME = 'integrations_set_type_new' constant in UpdateIntegrationsTriggerTypeNewOnInsert
12 create_trigger_function(FUNCTION_NAME, replace: true) do
26 create_trigger_function(FUNCTION_NAME, replace: true) do
H A D20210721135638_add_triggers_to_integrations_type_new.rb6 FUNCTION_NAME = 'integrations_set_type_new' constant in AddTriggersToIntegrationsTypeNew
10 create_trigger_function(FUNCTION_NAME, replace: true) do
77 drop_function(FUNCTION_NAME)
H A D20210906100021_delete_project_namespace_trigger.rb7 FUNCTION_NAME = 'delete_associated_project_namespace' constant in DeleteProjectNamespaceTrigger
10 create_trigger_function(FUNCTION_NAME, replace: true) do
29 drop_function(FUNCTION_NAME)
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/PySide2/glue/
H A Dqtgui.cpp81 %RETURN_TYPE %0 = %CPPSELF->::%TYPE::%FUNCTION_NAME(&%1, %2);
267 %RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(%1, %2, %3, %4, array);
288 %RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(%1, %2, %3, array);
351 %RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(%1, %2, %3, array);
361 if (%CPPSELF.%FUNCTION_NAME(%1, &p)) {
437 %RETURN_TYPE retval_ = %CPPSELF.%FUNCTION_NAME(%1, %2);
445 %CPPSELF.%FUNCTION_NAME(%1.data(), %1.size(), %2);
449 QPoint p(%CPPSELF.%FUNCTION_NAME(%1));
472 %CPPSELF.%FUNCTION_NAME(values);
523 %RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(id, %2, %3, %4, %5);
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/PySide2/glue/
H A Dqtgui.cpp81 %RETURN_TYPE %0 = %CPPSELF->::%TYPE::%FUNCTION_NAME(&%1, %2);
267 %RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(%1, %2, %3, %4, array);
288 %RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(%1, %2, %3, array);
351 %RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(%1, %2, %3, array);
361 if (%CPPSELF.%FUNCTION_NAME(%1, &p)) {
437 %RETURN_TYPE retval_ = %CPPSELF.%FUNCTION_NAME(%1, %2);
445 %CPPSELF.%FUNCTION_NAME(%1.data(), %1.size(), %2);
449 QPoint p(%CPPSELF.%FUNCTION_NAME(%1));
472 %CPPSELF.%FUNCTION_NAME(values);
523 %RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(id, %2, %3, %4, %5);
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/PySide2/glue/
H A Dqtgui.cpp81 %RETURN_TYPE %0 = %CPPSELF->::%TYPE::%FUNCTION_NAME(&%1, %2);
267 %RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(%1, %2, %3, %4, array);
288 %RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(%1, %2, %3, array);
351 %RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(%1, %2, %3, array);
361 if (%CPPSELF.%FUNCTION_NAME(%1, &p)) {
437 %RETURN_TYPE retval_ = %CPPSELF.%FUNCTION_NAME(%1, %2);
445 %CPPSELF.%FUNCTION_NAME(%1.data(), %1.size(), %2);
449 QPoint p(%CPPSELF.%FUNCTION_NAME(%1));
472 %CPPSELF.%FUNCTION_NAME(values);
523 %RETURN_TYPE retval = %CPPSELF.%FUNCTION_NAME(id, %2, %3, %4, %5);
[all …]
/dports/www/pserv/pserv-3.4/sources/
H A Dmain.h168 #define signal_MACRO(SIGNAL_NUMBER, FUNCTION_NAME) \
169 signal(SIGNAL_NUMBER, FUNCTION_NAME)
170 #define signal_MACRO(SIGNAL_NUMBER, FUNCTION_NAME) \
171 signal(SIGNAL_NUMBER, (void *)FUNCTION_NAME)
173 #define signal_MACRO(SIGNAL_NUMBER, FUNCTION_NAME) \ argument
174 signal(SIGNAL_NUMBER, FUNCTION_NAME)
/dports/games/minetest/minetest-5.4.1/src/
H A Ddebug.h37 #define FUNCTION_NAME __FUNCTION__ macro
40 #define FUNCTION_NAME __PRETTY_FUNCTION__ macro
59 fatal_error_fn((msg), __FILE__, __LINE__, FUNCTION_NAME)
63 ? fatal_error_fn((msg), __FILE__, __LINE__, FUNCTION_NAME) \
79 : sanity_check_fn(#expr, __FILE__, __LINE__, FUNCTION_NAME))
/dports/databases/p5-DR-Tarantool/DR-Tarantool-0.44/t/1.6/
H A D017-msgpack-proto.t32 FUNCTION_NAME => 'test',
42 FUNCTION_NAME => 'test',
73 FUNCTION_NAME => 'box.space.space_name:insert',
102 FUNCTION_NAME => 'box.space.space_name:replace',
131 FUNCTION_NAME => 'box.space.space_name:delete',
162 FUNCTION_NAME => 'box.space.space_name:update',
225 FUNCTION_NAME => 'box.space.space_name.index.index_name:select',
/dports/devel/gdb/gdb-11.1/gdbsupport/
H A Dgdb_assert.h36 (gdb_assert_fail (#expr, __FILE__, __LINE__, FUNCTION_NAME), 0)))
40 #if defined (FUNCTION_NAME)
53 #if defined (FUNCTION_NAME)
55 internal_error (__FILE__, __LINE__, "%s: %s", FUNCTION_NAME, _(message))

12345678910>>...31