Searched defs:ps (Results 1 - 25 of 32) sorted by relevance

12

/seL4-l4v-10.1.1/HOL4/src/HolSat/sat_solvers/minisat/
H A DSolver.C98 const vec<Lit>& ps = learnt ? ps_ : qs; // 'ps' is now the (possibly) reduced vector of literals. variable
[all...]
H A DSolverTypes.h89 Clause(bool learnt, const vec<Lit>& ps, ClauseId id_ = ClauseId_NULL) { argument
106 inline Clause* Clause_new(bool learnt, const vec<Lit>& ps, ClauseId id = ClauseId_NULL) { argument
H A DSolver.h185 void addClause (const vec<Lit>& ps) { newClause(ps); } // (used to be a difference between internal and external method...) argument
/seL4-l4v-10.1.1/HOL4/src/postkernel/
H A DTheoryGraph.sml102 val ps = Theory.parents thy_s value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/graph/
H A Dstack_introLib.sml11 val ps = list_dest dest_star p value
H A DstraightlineLib.sml31 val ps = list_dest dest_star pre value
H A Dstack_analysisLib.sml30 val ps = list_dest dest_star pre value
H A Dgraph_specsLib.sml107 val ps = list_dest dest_star pre value
122 val ps = list_dest dest_star post value
124 val ps = filter (not o can (match_term pc_pat)) ps value
125 val ps = filter (not o can (match_term emp_pat)) ps value
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/
H A Dpolystring.h38 inline POLYUNSIGNED PolyStringLength(PolyWord ps) { return ((PolyStringObject*)ps.AsObjPtr())->length; } argument
58 TempCString(PolyWord ps): m_value(Poly_string_to_C_alloc(ps)) {} argument
95 TempString(PolyWord ps): m_value(Poly_string_to_T_alloc(ps)) {} argument
[all...]
H A Dpolystring.cpp84 POLYUNSIGNED Poly_string_to_C(PolyWord ps, char *buff, POLYUNSIGNED bufflen) argument
95 char *Poly_string_to_C_alloc(PolyWord ps, size_t extraChars) argument
160 POLYUNSIGNED Poly_string_to_C(PolyWord ps, WCHAR *buff, POLYUNSIGNED bufflen) argument
184 WCHAR *Poly_string_to_U_alloc(PolyWord ps, size_t extraChars) argument
H A Dpexport.cpp139 PolyStringObject* ps = (PolyStringObject*)p; local
679 PolyStringObject * ps = (PolyStringObject *)p; local
H A Dprocess_env.cpp438 PolyStringObject * ps = (PolyStringObject *)path.AsObjPtr(); local
H A Dunix_specific.cpp2067 static int findPathVar(TaskData *taskData, PolyWord ps) argument
H A Dwindows_specific.cpp1259 PolyStringObject *ps = (PolyStringObject*)str.AsObjPtr(); local
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/common/
H A DtripleLib.sml85 val ps = progSyntax.strip_star (progSyntax.dest_pre (Thm.concl th)) value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/compiler/
H A DcodegenLib.sml329 val ps = list_dest dest_star p value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/x64_compiler/
H A Dx64_codegenLib.sml228 val ps = list_dest dest_star p value
/seL4-l4v-10.1.1/HOL4/polyml/mlsource/extra/Win/
H A DGdiBase.sml215 val (ps, {x=width, ...}, cr) = loadStr v value
/seL4-l4v-10.1.1/HOL4/src/HolSat/sat_solvers/zc2hs/
H A Dzc2hs.cpp274 void update(vector<int>& ps, int lit, vector<int>& r1) { argument
311 vector<int> ps; // pivots local
287 get_res(const vector<int>& resolvents, vec<Lit>& res, vector<int>& ps) argument
[all...]
/seL4-l4v-10.1.1/HOL4/src/n-bit/
H A DbitstringLib.sml352 val ps = List.tabulate (i - 1, mk_p) value
/seL4-l4v-10.1.1/HOL4/src/pattern_matches/
H A DpatternMatchesSyntax.sml448 val ps = pairSyntax.strip_pair pt value
491 val ps value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/arm8/step/
H A Darm8_stepLib.sml579 val ps = (List.concat o List.map decode_rwt) value
/seL4-l4v-10.1.1/HOL4/examples/HolCheck/
H A DcacheTools.sml84 val ps = fromHOLstring p val qs = fromHOLstring q value
/seL4-l4v-10.1.1/HOL4/src/1/
H A DPmatch.sml799 val (ps,es) = unzip pes value
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DnormalForms.sml581 val ps = TRY_CONV TSIMP_CONV; value

Completed in 295 milliseconds

12