Home
last modified time | relevance | path

Searched defs:gen (Results 1 – 25 of 7005) sorted by relevance

12345678910>>...281

/dports/misc/lifelines/lifelines-3.1.1/src/stdlib/
H A Dgeneric.c31 init_generic (GENERIC *gen) in init_generic()
40 init_generic_null (GENERIC *gen) in init_generic_null()
114 set_generic_null (GENERIC *gen) in set_generic_null()
254 get_generic_int (GENERIC *gen) in get_generic_int()
263 get_generic_float (GENERIC *gen) in get_generic_float()
281 get_generic_vptr (GENERIC *gen) in get_generic_vptr()
299 clear_generic (GENERIC *gen) in clear_generic()
325 is_generic_null (GENERIC *gen) in is_generic_null()
333 is_generic_int (GENERIC *gen) in is_generic_int()
341 is_generic_float (GENERIC *gen) in is_generic_float()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/syntax_tools/examples/merl/
H A Dlispc.erl66 gen([lambda | _], _) -> function
73 gen([def | _], _) -> function
75 gen([quote, A], St) -> function
77 gen([quote | _], _) -> function
79 gen([iff, X, A, B], St) -> function
88 gen([do], _) -> function
90 gen([do | As], St0) -> function
93 gen([list | As], St0) -> function
96 gen([_|_]=L, St) -> function
99 gen(A, St) when is_atom(A) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/syntax_tools/examples/merl/
H A Dlispc.erl66 gen([lambda | _], _) -> function
73 gen([def | _], _) -> function
75 gen([quote, A], St) -> function
77 gen([quote | _], _) -> function
79 gen([iff, X, A, B], St) -> function
88 gen([do], _) -> function
90 gen([do | As], St0) -> function
93 gen([list | As], St0) -> function
96 gen([_|_]=L, St) -> function
99 gen(A, St) when is_atom(A) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/syntax_tools/examples/merl/
H A Dlispc.erl66 gen([lambda | _], _) -> function
73 gen([def | _], _) -> function
75 gen([quote, A], St) -> function
77 gen([quote | _], _) -> function
79 gen([iff, X, A, B], St) -> function
88 gen([do], _) -> function
90 gen([do | As], St0) -> function
93 gen([list | As], St0) -> function
96 gen([_|_]=L, St) -> function
99 gen(A, St) when is_atom(A) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/syntax_tools/examples/merl/
H A Dlispc.erl66 gen([lambda | _], _) -> function
73 gen([def | _], _) -> function
75 gen([quote, A], St) -> function
77 gen([quote | _], _) -> function
79 gen([iff, X, A, B], St) -> function
88 gen([do], _) -> function
90 gen([do | As], St0) -> function
93 gen([list | As], St0) -> function
96 gen([_|_]=L, St) -> function
99 gen(A, St) when is_atom(A) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/syntax_tools/examples/merl/
H A Dlispc.erl66 gen([lambda | _], _) -> function
73 gen([def | _], _) -> function
75 gen([quote, A], St) -> function
77 gen([quote | _], _) -> function
79 gen([iff, X, A, B], St) -> function
88 gen([do], _) -> function
90 gen([do | As], St0) -> function
93 gen([list | As], St0) -> function
96 gen([_|_]=L, St) -> function
99 gen(A, St) when is_atom(A) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/syntax_tools/examples/merl/
H A Dlispc.erl66 gen([lambda | _], _) -> function
73 gen([def | _], _) -> function
75 gen([quote, A], St) -> function
77 gen([quote | _], _) -> function
79 gen([iff, X, A, B], St) -> function
88 gen([do], _) -> function
90 gen([do | As], St0) -> function
93 gen([list | As], St0) -> function
96 gen([_|_]=L, St) -> function
99 gen(A, St) when is_atom(A) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/syntax_tools/examples/merl/
H A Dlispc.erl66 gen([lambda | _], _) -> function
73 gen([def | _], _) -> function
75 gen([quote, A], St) -> function
77 gen([quote | _], _) -> function
79 gen([iff, X, A, B], St) -> function
88 gen([do], _) -> function
90 gen([do | As], St0) -> function
93 gen([list | As], St0) -> function
96 gen([_|_]=L, St) -> function
99 gen(A, St) when is_atom(A) -> function
[all …]
/dports/math/unuran/unuran-1.8.1/src/methods/
H A Ddeprecated_methods.c104 unur_dari_reinit( struct unur_gen *gen ) in unur_dari_reinit()
240 unur_dari_upd_mode( struct unur_gen *gen ) in unur_dari_upd_mode()
333 unur_dsrou_reinit( struct unur_gen *gen ) in unur_dsrou_reinit()
420 unur_dsrou_upd_mode( struct unur_gen *gen ) in unur_dsrou_upd_mode()
622 unur_srou_reinit( struct unur_gen *gen ) in unur_srou_reinit()
709 unur_srou_upd_mode( struct unur_gen *gen ) in unur_srou_upd_mode()
847 unur_ssr_reinit( struct unur_gen *gen ) in unur_ssr_reinit()
934 unur_ssr_upd_mode( struct unur_gen *gen ) in unur_ssr_upd_mode()
1069 unur_tdr_reinit( struct unur_gen *gen ) in unur_tdr_reinit()
1093 unur_tdrgw_reinit( struct unur_gen *gen ) in unur_tdrgw_reinit()
[all …]
/dports/math/unuran/unuran-1.8.1/tests/
H A Dt_info.c176 UNUR_GEN *gen = NULL; in test_sample() local
184 UNUR_GEN *gen = NULL; in test_sample() local
198 UNUR_GEN *gen = NULL; in test_sample() local
213 UNUR_GEN *gen = NULL; in test_sample() local
231 UNUR_GEN *gen = NULL; in test_sample() local
247 UNUR_GEN *gen = NULL; in test_sample() local
264 UNUR_GEN *gen = NULL; in test_sample() local
277 UNUR_GEN *gen = NULL; in test_sample() local
290 UNUR_GEN *gen = NULL; in test_sample() local
305 UNUR_GEN *gen = NULL; in test_sample() local
[all …]
/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/IntrospectiveTests/
H A DGeneratorsImpl.tests.cpp8 auto gen = value(123); variable
13 auto gen = values({ 1, 3, 5 }); variable
66 auto gen = take(2, value(1)); variable
91 auto gen = repeat(1, value(3)); variable
114 auto gen = range(-2, 2); variable
127 auto gen = range(2, -2); variable
141 auto gen = range(-7, 5, 3); variable
152 auto gen = range(-7, 4, 3); variable
163 auto gen = range(-7, 6, 3); variable
232 auto gen = range(5, -7, -3); variable
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/IntrospectiveTests/
H A DGeneratorsImpl.tests.cpp8 auto gen = value(123); variable
13 auto gen = values({ 1, 3, 5 }); variable
66 auto gen = take(2, value(1)); variable
91 auto gen = repeat(1, value(3)); variable
114 auto gen = range(-2, 2); variable
127 auto gen = range(2, -2); variable
141 auto gen = range(-7, 5, 3); variable
152 auto gen = range(-7, 4, 3); variable
163 auto gen = range(-7, 6, 3); variable
232 auto gen = range(5, -7, -3); variable
[all …]
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/IntrospectiveTests/
H A DGeneratorsImpl.tests.cpp8 auto gen = value(123); variable
13 auto gen = values({ 1, 3, 5 }); variable
66 auto gen = take(2, value(1)); variable
91 auto gen = repeat(1, value(3)); variable
114 auto gen = range(-2, 2); variable
127 auto gen = range(2, -2); variable
141 auto gen = range(-7, 5, 3); variable
152 auto gen = range(-7, 4, 3); variable
163 auto gen = range(-7, 6, 3); variable
232 auto gen = range(5, -7, -3); variable
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DGeneratorsImpl.tests.cpp8 auto gen = value(123); variable
13 auto gen = values({ 1, 3, 5 }); variable
66 auto gen = take(2, value(1)); variable
91 auto gen = repeat(1, value(3)); variable
114 auto gen = range(-2, 2); variable
127 auto gen = range(2, -2); variable
141 auto gen = range(-7, 5, 3); variable
152 auto gen = range(-7, 4, 3); variable
163 auto gen = range(-7, 6, 3); variable
232 auto gen = range(5, -7, -3); variable
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DGeneratorsImpl.tests.cpp8 auto gen = value(123); variable
13 auto gen = values({ 1, 3, 5 }); variable
66 auto gen = take(2, value(1)); variable
91 auto gen = repeat(1, value(3)); variable
114 auto gen = range(-2, 2); variable
127 auto gen = range(2, -2); variable
141 auto gen = range(-7, 5, 3); variable
152 auto gen = range(-7, 4, 3); variable
163 auto gen = range(-7, 6, 3); variable
232 auto gen = range(5, -7, -3); variable
[all …]
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/IntrospectiveTests/
H A DGeneratorsImpl.tests.cpp8 auto gen = value(123); variable
13 auto gen = values({ 1, 3, 5 }); variable
66 auto gen = take(2, value(1)); variable
91 auto gen = repeat(1, value(3)); variable
114 auto gen = range(-2, 2); variable
127 auto gen = range(2, -2); variable
141 auto gen = range(-7, 5, 3); variable
152 auto gen = range(-7, 4, 3); variable
163 auto gen = range(-7, 6, 3); variable
232 auto gen = range(5, -7, -3); variable
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/internal/cgen/
H A Dcgen.go325 type gen struct { struct
327 pkgName string // e.g. "jpeg"
329 tm *t.Map
330 checker *check.Checker
331 files []*a.File
337 genlinenum bool
341 statusList []status
343 structList []*a.Struct
346 currFunk funk
347 funks map[t.QQID]funk
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/internal/cgen/
H A Dcgen.go532 type gen struct { struct
534 PKGNAME string // e.g. "JPEG"
536 pkgName string // e.g. "jpeg"
538 tm *t.Map
539 files []*a.File
545 genlinenum bool
549 statusList []status
550 statusMap map[t.QID]status
551 structList []*a.Struct
554 currFunk funk
[all …]
/dports/comms/xcwcp/unixcw-3.5.1/src/libcw/
H A Dlibcw_gen.c216 int cw_gen_start_internal(cw_gen_t *gen) in cw_gen_start_internal()
340 int cw_gen_silence_internal(cw_gen_t *gen) in cw_gen_silence_internal()
558 void cw_gen_delete_internal(cw_gen_t **gen) in cw_gen_delete_internal()
632 int cw_gen_stop_internal(cw_gen_t *gen) in cw_gen_stop_internal()
860 cw_gen_t *gen = (cw_gen_t *) arg; in cw_gen_dequeue_and_play_internal() local
1727 int cw_gen_get_speed_internal(cw_gen_t *gen) in cw_gen_get_speed_internal()
1746 int cw_gen_get_frequency_internal(cw_gen_t *gen) in cw_gen_get_frequency_internal()
1765 int cw_gen_get_volume_internal(cw_gen_t *gen) in cw_gen_get_volume_internal()
1784 int cw_gen_get_gap_internal(cw_gen_t *gen) in cw_gen_get_gap_internal()
1800 int cw_gen_get_weighting_internal(cw_gen_t *gen) in cw_gen_get_weighting_internal()
[all …]
/dports/comms/unixcw/unixcw-3.5.1/src/libcw/
H A Dlibcw_gen.c216 int cw_gen_start_internal(cw_gen_t *gen) in cw_gen_start_internal()
340 int cw_gen_silence_internal(cw_gen_t *gen) in cw_gen_silence_internal()
558 void cw_gen_delete_internal(cw_gen_t **gen) in cw_gen_delete_internal()
632 int cw_gen_stop_internal(cw_gen_t *gen) in cw_gen_stop_internal()
860 cw_gen_t *gen = (cw_gen_t *) arg; in cw_gen_dequeue_and_play_internal() local
1727 int cw_gen_get_speed_internal(cw_gen_t *gen) in cw_gen_get_speed_internal()
1746 int cw_gen_get_frequency_internal(cw_gen_t *gen) in cw_gen_get_frequency_internal()
1765 int cw_gen_get_volume_internal(cw_gen_t *gen) in cw_gen_get_volume_internal()
1784 int cw_gen_get_gap_internal(cw_gen_t *gen) in cw_gen_get_gap_internal()
1800 int cw_gen_get_weighting_internal(cw_gen_t *gen) in cw_gen_get_weighting_internal()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/types/
H A Dhilbert_test.go84 type gen struct { struct
85 bytes.Buffer
88 func (g *gen) p(format string, args ...interface{}) {
92 func (g *gen) hilbert(n int) {
118 func (g *gen) inverse(n int) {
136 func (g *gen) product(n int) {
156 func (g *gen) verify(n int) {
183 func (g *gen) printProduct(n int) {
198 func (g *gen) mulRange(a, b int) {
211 func (g *gen) binomials(n int) {
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/go/types/
H A Dhilbert_test.go84 type gen struct { struct
85 bytes.Buffer
88 func (g *gen) p(format string, args ...interface{}) {
92 func (g *gen) hilbert(n int) {
118 func (g *gen) inverse(n int) {
136 func (g *gen) product(n int) {
156 func (g *gen) verify(n int) {
183 func (g *gen) printProduct(n int) {
198 func (g *gen) mulRange(a, b int) {
211 func (g *gen) binomials(n int) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gotools/go/types/
H A Dhilbert_test.go80 type gen struct { struct
81 bytes.Buffer
84 func (g *gen) p(format string, args ...interface{}) {
88 func (g *gen) hilbert(n int) {
114 func (g *gen) inverse(n int) {
132 func (g *gen) product(n int) {
152 func (g *gen) verify(n int) {
179 func (g *gen) printProduct(n int) {
194 func (g *gen) mulRange(a, b int) {
207 func (g *gen) binomials(n int) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/go/types/
H A Dhilbert_test.go82 type gen struct { struct
83 bytes.Buffer
86 func (g *gen) p(format string, args ...interface{}) {
90 func (g *gen) hilbert(n int) {
116 func (g *gen) inverse(n int) {
134 func (g *gen) product(n int) {
154 func (g *gen) verify(n int) {
181 func (g *gen) printProduct(n int) {
196 func (g *gen) mulRange(a, b int) {
209 func (g *gen) binomials(n int) {
[all …]
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dsbkconv.c106 static int sbk_cutoff(int gen, int val) in sbk_cutoff()
116 static int sbk_filterQ(int gen, int val) in sbk_filterQ()
122 static int sbk_tenpct(int gen, int val) in sbk_tenpct()
128 static int sbk_panpos(int gen, int val) in sbk_panpos()
134 static int sbk_atten(int gen, int val) in sbk_atten()
142 static int sbk_scale(int gen, int val) in sbk_scale()
148 static int sbk_time(int gen, int val) in sbk_time()
155 static int sbk_tm_key(int gen, int val) in sbk_tm_key()
161 static int sbk_freq(int gen, int val) in sbk_freq()
173 static int sbk_pshift(int gen, int val) in sbk_pshift()
[all …]

12345678910>>...281