Home
last modified time | relevance | path

Searched refs:define_constant (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlisparit.d1989 define_constant(S(most_positive_fixnum),Fixnum_mpos); in init_arith()
1990 define_constant(S(most_negative_fixnum),Fixnum_mneg); in init_arith()
1992 define_constant(S(most_positive_short_float), in init_arith()
1994 define_constant(S(least_positive_short_float), in init_arith()
1996 define_constant(S(least_negative_short_float), in init_arith()
1998 define_constant(S(most_negative_short_float), in init_arith()
2002 define_constant(S(most_positive_single_float),obj); in init_arith()
2055 define_constant(S(short_float_epsilon), in init_arith()
2057 define_constant(S(short_float_negative_epsilon), in init_arith()
2061 define_constant(S(single_float_epsilon),obj); in init_arith()
[all …]
H A Dencoding.d2349 define_constant(symbol,encoding); in init_encodings_1()
2365 define_constant(symbol,encoding); in init_encodings_1()
2381 define_constant(symbol,encoding); in init_encodings_1()
2397 define_constant(symbol,encoding); in init_encodings_1()
2413 define_constant(symbol,encoding); in init_encodings_1()
2429 define_constant(symbol,encoding); in init_encodings_1()
2445 define_constant(symbol,encoding); in init_encodings_1()
2477 define_constant(symbol,encoding); in init_encodings_2()
2485 define_constant(S(ucs_2),Symbol_value(S(unicode_16))); in init_encodings_2()
2486 define_constant(S(ucs_4),Symbol_value(S(unicode_32))); in init_encodings_2()
[all …]
H A Dspvw.d1702 define_constant(symbol,x); \ in init_symbol_values()
1705 define_constant(S(nil),S(nil)); /* NIL := NIL */ in init_symbol_values()
1706 define_constant(S(t),S(t)); /* T := T */ in init_symbol_values()
1767 define_constant(S(char_cod_limit),fixnum(char_code_limit)); /* CHAR-CODE-LIMIT */ in init_symbol_values()
1870 define_constant(S(internal_time_units_per_second), /* INTERNAL-TIME-UNITS-PER-SECOND */ in init_symbol_values()
1899 define_constant(S(fv_flag_readonly),fixnum(fv_readonly)); /* FFI::FV-FLAG-READONLY */ in init_symbol_values()
1901 define_constant(S(ff_flag_alloca),fixnum(ff_alloca)); /* FFI::FF-FLAG-ALLOCA */ in init_symbol_values()
1903 define_constant(S(ff_flag_out),fixnum(ff_out)); /* FFI::FF-FLAG-OUT */ in init_symbol_values()
1904 define_constant(S(ff_flag_in_out),fixnum(ff_inout)); /* FFI::FF-FLAG-IN-OUT */ in init_symbol_values()
1905 define_constant(S(ff_language_asm),fixnum(ff_lang_asm)); /* FFI::FF-LANGUAGE-ASM */ in init_symbol_values()
[all …]
/dports/mail/mailfromd/mailfromd-8.10/src/
H A Dexclist.c42 cp = define_constant(lit->text, &value, 0, locus); in define_exception()
H A Dmailfromd.h584 struct constant *define_constant(const char *name, struct value *value,
H A Dsymbols.c907 define_constant(const char *name, struct value *value, unsigned flags, in define_constant() function
H A Dgram.y890 $$.cv = define_constant($1->text, &value, 0, &@1);
914 elist->cv = define_constant($1->text, &value, 0, &@1);
936 elist->cv = define_constant($2->text, &value, 0,
H A Dgram.c2903 (yyval.enumlist).cv = define_constant((yyvsp[-1].literal)->text, &value, 0, &(yylsp[-1])); in yyparse()
2929 elist->cv = define_constant((yyvsp[0].literal)->text, &value, 0, &(yylsp[0])); in yyparse()
2959 elist->cv = define_constant((yyvsp[0].literal)->text, &value, 0, in yyparse()
/dports/editors/poke/poke-1.0/jitter/example-vms/jitterlisp/
H A Djitterlisp-primitives.c704 JITTERLISP_PRIMITIVE_MACRO_FUNCTION_(define_constant)
921 JITTERLISP_PRIMITIVE_MACRO_STRUCT_("define-constant", define_constant),
/dports/math/reduce/Reduce-svn5758-src/packages/occal/
H A Docread.red143 put ('define_constant, 'psopfn, 'def!-cnst);
H A Docparse.red482 writepri (mkquote {'define_constant, car pp, cdr pp},'first);
/dports/mail/mailfromd/mailfromd-8.10/
H A DChangeLog269 * src/mailfromd.h (define_constant): Remove const from the
2996 * src/mailfromd.h (define_constant): Change return value.
3006 * src/symbols.c (define_constant): Return pointer to the allocated
5728 * mfd/mailfromd.h (define_constant): Add `flags' argument.
5730 * mfd/symbols.c (define_constant): Take `flags' argument.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/doc/
H A Dmd.texi9494 The constants that are defined with a define_constant are also output
9500 Like the constants defined by @code{define_constant}, these enumerations
9918 each @var{int} has to be a constant defined using define_constant or
/dports/lang/gcc48/gcc-4.8.5/gcc/doc/
H A Dmd.texi9228 The constants that are defined with a define_constant are also output
9234 Like the constants defined by @code{define_constant}, these enumerations
9652 each @var{int} has to be a constant defined using define_constant or
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/doc/
H A Dmd.texi9155 The constants that are defined with a define_constant are also output
9161 Like the constants defined by @code{define_constant}, these enumerations
9579 each @var{int} has to be a constant defined using define_constant or
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/doc/
H A Dmd.texi10217 The constants that are defined with a define_constant are also output
10223 Like the constants defined by @code{define_constant}, these enumerations
10641 each @var{int} has to be a constant defined using define_constant or
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/doc/
H A Dmd.texi10217 The constants that are defined with a define_constant are also output
10223 Like the constants defined by @code{define_constant}, these enumerations
10641 each @var{int} has to be a constant defined using define_constant or
/dports/lang/gnat_util/gcc-6-20180516/gcc/doc/
H A Dmd.texi9871 The constants that are defined with a define_constant are also output
9877 Like the constants defined by @code{define_constant}, these enumerations
10295 each @var{int} has to be a constant defined using define_constant or
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/doc/
H A Dmd.texi10217 The constants that are defined with a define_constant are also output
10223 Like the constants defined by @code{define_constant}, these enumerations
10641 each @var{int} has to be a constant defined using define_constant or
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/doc/
H A Dmd.texi10217 The constants that are defined with a define_constant are also output
10223 Like the constants defined by @code{define_constant}, these enumerations
10641 each @var{int} has to be a constant defined using define_constant or
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/doc/
H A Dmd.texi10217 The constants that are defined with a define_constant are also output
10223 Like the constants defined by @code{define_constant}, these enumerations
10641 each @var{int} has to be a constant defined using define_constant or
/dports/lang/gcc8/gcc-8.5.0/gcc/doc/
H A Dmd.texi10217 The constants that are defined with a define_constant are also output
10223 Like the constants defined by @code{define_constant}, these enumerations
10641 each @var{int} has to be a constant defined using define_constant or
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/doc/
H A Dmd.texi9871 The constants that are defined with a define_constant are also output
9877 Like the constants defined by @code{define_constant}, these enumerations
10295 each @var{int} has to be a constant defined using define_constant or
/dports/lang/gcc9/gcc-9.4.0/gcc/doc/
H A Dmd.texi10624 The constants that are defined with a define_constant are also output
10630 Like the constants defined by @code{define_constant}, these enumerations
11049 each @var{int} has to be a constant defined using define_constant or
/dports/devel/avr-gcc/gcc-10.2.0/gcc/doc/
H A Dmd.texi10735 The constants that are defined with a define_constant are also output
10741 Like the constants defined by @code{define_constant}, these enumerations
11181 each @var{int} has to be a constant defined using define_constant or

1234567