Searched refs:SUFFIX (Results 1 - 16 of 16) sorted by relevance

/seL4-l4v-10.1.1/HOL4/polyml/
H A Dpolyc.in23 @NATIVE_WINDOWS_TRUE@SUFFIX="obj"
24 @NATIVE_WINDOWS_FALSE@SUFFIX="o"
34 TMPOBJFILE="${TEMPORARYDIR}/polyobj.$$.$SUFFIX"
58 echo " -c Compile but do not link. The object file is written to the source file with .$SUFFIX extension."
H A Dconfigure1472 --program-suffix=SUFFIX append SUFFIX to installed program names
/seL4-l4v-10.1.1/HOL4/examples/acl2/examples/acl2-hol-ltl-paper-example/
H A DLTLScript.sml177 * SUFFIX p in is the ith suffix of p
181 `SUFFIX p i = \j. p(i+j)`;
200 (SEM M p (SOMETIMES f) = ?i. SEM M (SUFFIX p i) f)
202 (SEM M p (ALWAYS f) = !i. SEM M (SUFFIX p i) f)
204 (SEM M p (NEXT f) = SEM M (SUFFIX p 1) f)
207 ?i. SEM M (SUFFIX p i) f2 /\ !j. j < i ==> SEM M (SUFFIX p j) f1)
210 (?i. SEM M (SUFFIX p i) f2 /\ !j. j < i ==> SEM M (SUFFIX p j) f1)
212 !i. SEM M (SUFFIX
[all...]
/seL4-l4v-10.1.1/HOL4/examples/acl2/examples/LTL/
H A DLTLScript.sml354 * SUFFIX p in is the ith suffix of p
358 `SUFFIX p i = \j. p(i+j)`;
377 (SEM M p (SOMETIMES f) = ?i. SEM M (SUFFIX p i) f)
379 (SEM M p (ALWAYS f) = !i. SEM M (SUFFIX p i) f)
381 (SEM M p (NEXT f) = SEM M (SUFFIX p 1) f)
384 ?i. SEM M (SUFFIX p i) f2 /\ !j. j < i ==> SEM M (SUFFIX p j) f1)
387 (?i. SEM M (SUFFIX p i) f2 /\ !j. j < i ==> SEM M (SUFFIX p j) f1)
389 !i. SEM M (SUFFIX
[all...]
/seL4-l4v-10.1.1/HOL4/src/parse/
H A DProvideUnicode.sml93 | SUFFIX TYPE_annotation => get_rule_data tf_opt rest
94 | SUFFIX (STD_suffix rrlist) =>
H A Dterm_grammar_dtype.sml39 | SUFFIX of suffix_rule
H A Dtype_pp.sml310 (100, parse_type.SUFFIX("list", true)),
311 (101, parse_type.SUFFIX("fun", false)),
312 (102, parse_type.SUFFIX("prod", false)),
313 (103, parse_type.SUFFIX("sum", false))];
H A Dterm_grammar.sml314 | SUFFIX (STD_suffix rlist) => SUFFIX (STD_suffix (map f rlist))
315 | SUFFIX TYPE_annotation => r
445 (SOME 899, SUFFIX TYPE_annotation),
507 | SUFFIX(STD_suffix rules) =>
509 | SUFFIX TYPE_annotation => add (#type_intro (specials G))
560 (SUFFIX (STD_suffix sl1), SUFFIX (STD_suffix sl2)) =>
561 SUFFIX (STD_suffix (rrunion sl1 sl2))
562 | (SUFFIX TYPE_annotatio
[all...]
H A Dparse_term.sml121 | SUFFIX (STD_suffix rules) => map rule_left rules
122 | SUFFIX TYPE_annotation => [TypeColon]
149 fun select (SUFFIX TYPE_annotation) = [[TypeTok]]
150 | select (SUFFIX (STD_suffix rules)) = let
286 | SUFFIX (STD_suffix rules) => app (insert_eqns o equalities) rules
287 | SUFFIX TYPE_annotation => ()
325 | SUFFIX (STD_suffix rules) => map (f o rule_elements) rules
447 | SUFFIX TYPE_annotation => let
454 | SUFFIX (STD_suffix rules) => let
583 | SUFFIX (STD_suffi
[all...]
H A Dterm_pp.sml282 val suffix = lift (SUFFIX o STD_suffix)
296 | SUFFIX (STD_suffix list) => List.concat (map suffix list)
297 | SUFFIX TYPE_annotation => []
395 | SUFFIX TYPE_annotation => true
396 | SUFFIX (STD_suffix rrs) =>
415 | SUFFIX (STD_suffix slist) => slist
1370 | SUFFIX (STD_suffix lst) => let
1397 | SUFFIX TYPE_annotation =>
1744 | SUFFIX (STD_suffix list) =>
1748 | SUFFIX Type_annotatio
[all...]
/seL4-l4v-10.1.1/HOL4/src/list/src/
H A Drich_listSyntax.sml36 val (suffix_tm, mk_suffix, dest_suffix, is_suffix) = binop "SUFFIX"
H A Drich_listScript.sml117 SUFFIX P l = FOLDL (\l' x. if P x then SNOC x l' else []) [] l`;
3693 conv ``SUFFIX (\x. x < 4) [1n;2;3]`` (* ??? *);
/seL4-l4v-10.1.1/HOL4/src/list/examples/
H A Dtest.sml118 LIST_CONV (--`SUFFIX P ([]:'a list)`--);
119 LIST_CONV (--`SUFFIX P (SNOC x l:'a list)`--);
/seL4-l4v-10.1.1/HOL4/src/pattern_matches/
H A DparsePMATCH.sml49 | (SOME prec, SUFFIX (STD_suffix rrs)) =>
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/
H A Dconfigure1512 --program-suffix=SUFFIX append SUFFIX to installed program names
H A Dtexinfo.tex8101 % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME.
8102 % If its value is nonempty, SUFFIX is output afterward.

Completed in 324 milliseconds