Home
last modified time | relevance | path

Searched refs:scheme_make_folding_prim (Results 1 – 25 of 58) sorted by relevance

123

/dports/lang/racket/racket-8.3/src/bc/src/
H A Dnumcomp.c80 p = scheme_make_folding_prim(eq, "=", 1, -1, 1); in scheme_init_numcomp()
89 p = scheme_make_folding_prim(lt, "<", 1, -1, 1); in scheme_init_numcomp()
98 p = scheme_make_folding_prim(gt, ">", 1, -1, 1); in scheme_init_numcomp()
107 p = scheme_make_folding_prim(lt_eq, "<=", 1, -1, 1); in scheme_init_numcomp()
116 p = scheme_make_folding_prim(gt_eq, ">=", 1, -1, 1); in scheme_init_numcomp()
170 p = scheme_make_folding_prim(fx_eq, "fx=", 1, -1, 1); in scheme_init_flfxnum_numcomp()
177 p = scheme_make_folding_prim(fx_lt, "fx<", 1, -1, 1); in scheme_init_flfxnum_numcomp()
184 p = scheme_make_folding_prim(fx_gt, "fx>", 1, -1, 1); in scheme_init_flfxnum_numcomp()
226 p = scheme_make_folding_prim(fl_eq, "fl=", 1, -1, 1); in scheme_init_flfxnum_numcomp()
235 p = scheme_make_folding_prim(fl_lt, "fl<", 1, -1, 1); in scheme_init_flfxnum_numcomp()
[all …]
H A Dnumarith.c95 p = scheme_make_folding_prim(plus, "+", 0, -1, 1); in scheme_init_numarith()
104 p = scheme_make_folding_prim(minus, "-", 1, -1, 1); in scheme_init_numarith()
114 p = scheme_make_folding_prim(mult, "*", 0, -1, 1); in scheme_init_numarith()
123 p = scheme_make_folding_prim(div_prim, "/", 1, -1, 1); in scheme_init_numarith()
170 p = scheme_make_folding_prim(fx_plus, "fx+", 0, -1, 1); in scheme_init_flfxnum_numarith()
200 p = scheme_make_folding_prim(fx_mult, "fx*", 0, -1, 1); in scheme_init_flfxnum_numarith()
229 p = scheme_make_folding_prim(fx_abs, "fxabs", 1, 1, 1); in scheme_init_flfxnum_numarith()
234 p = scheme_make_folding_prim(fl_plus, "fl+", 0, -1, 1); in scheme_init_flfxnum_numarith()
255 p = scheme_make_folding_prim(fl_mult, "fl*", 0, -1, 1); in scheme_init_flfxnum_numarith()
265 p = scheme_make_folding_prim(fl_div, "fl/", 1, -1, 1); in scheme_init_flfxnum_numarith()
[all …]
H A Dchar.c94 p = scheme_make_folding_prim(char_p, "char?", 1, 1, 1); in scheme_init_char()
102 p = scheme_make_folding_prim(interned_char_p, "interned-char?", 1, 1, 1); in scheme_init_char()
109 p = scheme_make_folding_prim(char_eq, "char=?", 1, -1, 1); in scheme_init_char()
115 p = scheme_make_folding_prim(char_lt, "char<?", 1, -1, 1); in scheme_init_char()
121 p = scheme_make_folding_prim(char_gt, "char>?", 1, -1, 1); in scheme_init_char()
127 p = scheme_make_folding_prim(char_lt_eq, "char<=?", 1, -1, 1); in scheme_init_char()
133 p = scheme_make_folding_prim(char_gt_eq, "char>=?", 1, -1, 1); in scheme_init_char()
149 p = scheme_make_folding_prim(char_whitespace, "char-whitespace?", 1, 1, 1); in scheme_init_char()
183 p = scheme_make_folding_prim(unsafe_char_eq, "unsafe-char=?", 1, -1, 1); in scheme_init_unsafe_char()
191 p = scheme_make_folding_prim(unsafe_char_lt, "unsafe-char<?", 1, -1, 1); in scheme_init_unsafe_char()
[all …]
H A Dnumber.c557 scheme_make_folding_prim(exact_p, in scheme_init_number()
617 scheme_make_folding_prim(gcd, in scheme_init_number()
622 scheme_make_folding_prim(lcm, in scheme_init_number()
632 scheme_make_folding_prim(ceiling, in scheme_init_number()
657 scheme_make_folding_prim(exp_prim, in scheme_init_number()
662 scheme_make_folding_prim(log_prim, in scheme_init_number()
667 scheme_make_folding_prim(sin_prim, in scheme_init_number()
672 scheme_make_folding_prim(cos_prim, in scheme_init_number()
677 scheme_make_folding_prim(tan_prim, in scheme_init_number()
702 scheme_make_folding_prim(int_sqrt, in scheme_init_number()
[all …]
H A Dlist.c511 p = scheme_make_folding_prim(box_p, "box?", 1, 1, 1); in scheme_init_list()
629 scheme_make_folding_prim(scheme_hash_eq_p, in scheme_init_list()
634 scheme_make_folding_prim(scheme_hash_eqv_p, in scheme_init_list()
639 scheme_make_folding_prim(scheme_hash_equal_p, in scheme_init_list()
644 scheme_make_folding_prim(hash_strong_p, in scheme_init_list()
649 scheme_make_folding_prim(hash_weak_p, in scheme_init_list()
654 scheme_make_folding_prim(hash_ephemeron_p, in scheme_init_list()
797 scheme_make_folding_prim(weak_boxp, in scheme_init_list()
813 scheme_make_folding_prim(ephemeronp, in scheme_init_list()
844 scheme_make_folding_prim(placeholder_p, in scheme_init_list()
[all …]
H A Dsymbol.c313 p = scheme_make_folding_prim(symbol_p_prim, "symbol?", 1, 1, 1); in scheme_init_symbol()
320 p = scheme_make_folding_prim(symbol_unreadable_p_prim, "symbol-unreadable?", 1, 1, 1); in scheme_init_symbol()
323 p = scheme_make_folding_prim(scheme_checked_symbol_interned_p, "symbol-interned?", 1, 1, 1); in scheme_init_symbol()
330 p = scheme_make_folding_prim(string_to_symbol_prim, "string->symbol", 1, 1, 1); in scheme_init_symbol()
337 p = scheme_make_folding_prim(symbol_to_string_prim, "symbol->string", 1, 1, 1); in scheme_init_symbol()
341 …p = scheme_make_folding_prim(symbol_to_immutable_string_prim, "symbol->immutable-string", 1, 1, 1); in scheme_init_symbol()
346 p = scheme_make_folding_prim(keyword_p_prim, "keyword?", 1, 1, 1); in scheme_init_symbol()
355 p = scheme_make_folding_prim(string_to_keyword_prim, "string->keyword", 1, 1, 1); in scheme_init_symbol()
359 p = scheme_make_folding_prim(keyword_to_string_prim, "keyword->string", 1, 1, 1); in scheme_init_symbol()
363 …p = scheme_make_folding_prim(keyword_to_immutable_string_prim, "keyword->immutable-string", 1, 1, … in scheme_init_symbol()
H A Dbool.c70 p = scheme_make_folding_prim(not_prim, "not", 1, 1, 1); in scheme_init_bool()
77 p = scheme_make_folding_prim(true_object_p_prim, "true-object?", 1, 1, 1); in scheme_init_bool()
84 p = scheme_make_folding_prim(boolean_p_prim, "boolean?", 1, 1, 1); in scheme_init_bool()
91 p = scheme_make_folding_prim(eq_prim, "eq?", 2, 2, 1); in scheme_init_bool()
98 p = scheme_make_folding_prim(eqv_prim, "eqv?", 2, 2, 1); in scheme_init_bool()
H A Dsema.c82 scheme_make_folding_prim(semap, in scheme_init_sema()
113 scheme_make_folding_prim(is_sema_repost, in scheme_init_sema()
129 scheme_make_folding_prim(channel_p, in scheme_init_sema()
134 scheme_make_folding_prim(channel_put_p, in scheme_init_sema()
H A Dvector.c80 p = scheme_make_folding_prim(vector_p, "vector?", 1, 1, 1); in scheme_init_vector()
115 p = scheme_make_folding_prim(vector_length, "vector-length", 1, 1, 1); in scheme_init_vector()
123 p = scheme_make_folding_prim(vector_star_length, "vector*-length", 1, 1, 1); in scheme_init_vector()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dnumcomp.c80 p = scheme_make_folding_prim(eq, "=", 1, -1, 1); in scheme_init_numcomp()
89 p = scheme_make_folding_prim(lt, "<", 1, -1, 1); in scheme_init_numcomp()
98 p = scheme_make_folding_prim(gt, ">", 1, -1, 1); in scheme_init_numcomp()
107 p = scheme_make_folding_prim(lt_eq, "<=", 1, -1, 1); in scheme_init_numcomp()
116 p = scheme_make_folding_prim(gt_eq, ">=", 1, -1, 1); in scheme_init_numcomp()
170 p = scheme_make_folding_prim(fx_eq, "fx=", 1, -1, 1); in scheme_init_flfxnum_numcomp()
177 p = scheme_make_folding_prim(fx_lt, "fx<", 1, -1, 1); in scheme_init_flfxnum_numcomp()
184 p = scheme_make_folding_prim(fx_gt, "fx>", 1, -1, 1); in scheme_init_flfxnum_numcomp()
226 p = scheme_make_folding_prim(fl_eq, "fl=", 1, -1, 1); in scheme_init_flfxnum_numcomp()
235 p = scheme_make_folding_prim(fl_lt, "fl<", 1, -1, 1); in scheme_init_flfxnum_numcomp()
[all …]
H A Dnumarith.c95 p = scheme_make_folding_prim(plus, "+", 0, -1, 1); in scheme_init_numarith()
104 p = scheme_make_folding_prim(minus, "-", 1, -1, 1); in scheme_init_numarith()
114 p = scheme_make_folding_prim(mult, "*", 0, -1, 1); in scheme_init_numarith()
123 p = scheme_make_folding_prim(div_prim, "/", 1, -1, 1); in scheme_init_numarith()
170 p = scheme_make_folding_prim(fx_plus, "fx+", 0, -1, 1); in scheme_init_flfxnum_numarith()
200 p = scheme_make_folding_prim(fx_mult, "fx*", 0, -1, 1); in scheme_init_flfxnum_numarith()
229 p = scheme_make_folding_prim(fx_abs, "fxabs", 1, 1, 1); in scheme_init_flfxnum_numarith()
234 p = scheme_make_folding_prim(fl_plus, "fl+", 0, -1, 1); in scheme_init_flfxnum_numarith()
255 p = scheme_make_folding_prim(fl_mult, "fl*", 0, -1, 1); in scheme_init_flfxnum_numarith()
265 p = scheme_make_folding_prim(fl_div, "fl/", 1, -1, 1); in scheme_init_flfxnum_numarith()
[all …]
H A Dchar.c94 p = scheme_make_folding_prim(char_p, "char?", 1, 1, 1); in scheme_init_char()
102 p = scheme_make_folding_prim(interned_char_p, "interned-char?", 1, 1, 1); in scheme_init_char()
109 p = scheme_make_folding_prim(char_eq, "char=?", 1, -1, 1); in scheme_init_char()
115 p = scheme_make_folding_prim(char_lt, "char<?", 1, -1, 1); in scheme_init_char()
121 p = scheme_make_folding_prim(char_gt, "char>?", 1, -1, 1); in scheme_init_char()
127 p = scheme_make_folding_prim(char_lt_eq, "char<=?", 1, -1, 1); in scheme_init_char()
133 p = scheme_make_folding_prim(char_gt_eq, "char>=?", 1, -1, 1); in scheme_init_char()
149 p = scheme_make_folding_prim(char_whitespace, "char-whitespace?", 1, 1, 1); in scheme_init_char()
183 p = scheme_make_folding_prim(unsafe_char_eq, "unsafe-char=?", 1, -1, 1); in scheme_init_unsafe_char()
191 p = scheme_make_folding_prim(unsafe_char_lt, "unsafe-char<?", 1, -1, 1); in scheme_init_unsafe_char()
[all …]
H A Dnumber.c557 scheme_make_folding_prim(exact_p, in scheme_init_number()
617 scheme_make_folding_prim(gcd, in scheme_init_number()
622 scheme_make_folding_prim(lcm, in scheme_init_number()
632 scheme_make_folding_prim(ceiling, in scheme_init_number()
657 scheme_make_folding_prim(exp_prim, in scheme_init_number()
662 scheme_make_folding_prim(log_prim, in scheme_init_number()
667 scheme_make_folding_prim(sin_prim, in scheme_init_number()
672 scheme_make_folding_prim(cos_prim, in scheme_init_number()
677 scheme_make_folding_prim(tan_prim, in scheme_init_number()
702 scheme_make_folding_prim(int_sqrt, in scheme_init_number()
[all …]
H A Dlist.c511 p = scheme_make_folding_prim(box_p, "box?", 1, 1, 1); in scheme_init_list()
629 scheme_make_folding_prim(scheme_hash_eq_p, in scheme_init_list()
634 scheme_make_folding_prim(scheme_hash_eqv_p, in scheme_init_list()
639 scheme_make_folding_prim(scheme_hash_equal_p, in scheme_init_list()
644 scheme_make_folding_prim(hash_strong_p, in scheme_init_list()
649 scheme_make_folding_prim(hash_weak_p, in scheme_init_list()
654 scheme_make_folding_prim(hash_ephemeron_p, in scheme_init_list()
797 scheme_make_folding_prim(weak_boxp, in scheme_init_list()
813 scheme_make_folding_prim(ephemeronp, in scheme_init_list()
844 scheme_make_folding_prim(placeholder_p, in scheme_init_list()
[all …]
H A Dsymbol.c313 p = scheme_make_folding_prim(symbol_p_prim, "symbol?", 1, 1, 1); in scheme_init_symbol()
320 p = scheme_make_folding_prim(symbol_unreadable_p_prim, "symbol-unreadable?", 1, 1, 1); in scheme_init_symbol()
323 p = scheme_make_folding_prim(scheme_checked_symbol_interned_p, "symbol-interned?", 1, 1, 1); in scheme_init_symbol()
330 p = scheme_make_folding_prim(string_to_symbol_prim, "string->symbol", 1, 1, 1); in scheme_init_symbol()
337 p = scheme_make_folding_prim(symbol_to_string_prim, "symbol->string", 1, 1, 1); in scheme_init_symbol()
341 …p = scheme_make_folding_prim(symbol_to_immutable_string_prim, "symbol->immutable-string", 1, 1, 1); in scheme_init_symbol()
346 p = scheme_make_folding_prim(keyword_p_prim, "keyword?", 1, 1, 1); in scheme_init_symbol()
355 p = scheme_make_folding_prim(string_to_keyword_prim, "string->keyword", 1, 1, 1); in scheme_init_symbol()
359 p = scheme_make_folding_prim(keyword_to_string_prim, "keyword->string", 1, 1, 1); in scheme_init_symbol()
363 …p = scheme_make_folding_prim(keyword_to_immutable_string_prim, "keyword->immutable-string", 1, 1, … in scheme_init_symbol()
H A Dbool.c70 p = scheme_make_folding_prim(not_prim, "not", 1, 1, 1); in scheme_init_bool()
77 p = scheme_make_folding_prim(true_object_p_prim, "true-object?", 1, 1, 1); in scheme_init_bool()
84 p = scheme_make_folding_prim(boolean_p_prim, "boolean?", 1, 1, 1); in scheme_init_bool()
91 p = scheme_make_folding_prim(eq_prim, "eq?", 2, 2, 1); in scheme_init_bool()
98 p = scheme_make_folding_prim(eqv_prim, "eqv?", 2, 2, 1); in scheme_init_bool()
H A Dsema.c82 scheme_make_folding_prim(semap, in scheme_init_sema()
113 scheme_make_folding_prim(is_sema_repost, in scheme_init_sema()
129 scheme_make_folding_prim(channel_p, in scheme_init_sema()
134 scheme_make_folding_prim(channel_put_p, in scheme_init_sema()
/dports/lang/racket/racket-8.3/src/bc/include/
H A Dmzscheme.exp247 scheme_make_folding_prim
H A Dmzscheme3m.exp253 scheme_make_folding_prim
H A Dmzwin.def270 scheme_make_folding_prim
H A Dracket.exp286 scheme_make_folding_prim
/dports/lang/racket-minimal/racket-8.3/src/bc/include/
H A Dmzscheme.exp247 scheme_make_folding_prim
H A Dmzscheme3m.exp253 scheme_make_folding_prim
H A Dmzwin.def270 scheme_make_folding_prim
H A Dracket.exp286 scheme_make_folding_prim

123