Searched refs:v2 (Results 26 - 43 of 43) sorted by relevance

12

/barrelfish-2018-10-04/lib/msun/ld128/
H A De_lgammal_r.c122 v2 = 1.14068418766251486777604403304717558e+01L, variable
293 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7+
/barrelfish-2018-10-04/usr/tests/phoenix_tests/
H A Dkmeans.c187 static inline unsigned int get_sq_dist(int *v1, int *v2) argument
196 p2 = v2[i];
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_record.c880 value v1, v2; local
927 v2.did = d_.kernel_sepia;
930 (void) p_local_record_body(v1, tdict, v2, t);
933 IDB_PROP, v2.did, t, LOCAL_PROP, &res)->val.ptr;
H A Dbip_control.c93 p_spied(value v1, type t1, value v2, type t2, value vm, type tm),
249 p_spied(value v1, type t1, value v2, type t2, value vm, type tm) argument
256 Get_Did(v1, t1, v2, t2, wdid);
H A Dlex.c108 static int p_set_chtab(value v1, type t1, value v2, type t2, value vm, type tm),
109 p_get_chtab(value v1, type t1, value v2, type t2, value vm, type tm),
1193 p_get_chtab(value v1, type t1, value v2, type t2, value vm, type tm) argument
1202 Return_Unify_Atom(v2,t2,(dident)chname_[ModuleSyntax(vm.did)->char_class[(unsigned char)v1.nint]]);
1209 p_set_chtab(value v1, type t1, value v2, type t2, value vm, type tm) argument
1226 for(new_cc = 1; new_cc <= NBCH && v2.did != chname_[new_cc]; new_cc++)
H A Demu_export.h774 /* CAUTION: v1/v2 are expanded several times! */
776 #define Compare_Strings(v1, v2, count) \
777 if ((count = (v1).ptr->val.nint) == (v2).ptr->val.nint) { \
779 register char *s2 = StringStart(v2); \
H A Dread.c1886 value v2; local
1890 v2.did = d_.kernel_sepia;
1894 res = sub_emulc_noexit(v1, tcomp, v2, t2);
H A Dwrite.c1332 value v1, v2; local
1337 v2.did = module;
1345 status = query_emulc(v1, tcomp, v2, mod_tag);
1360 status = query_emulc(v1, tcomp, v2, mod_tag);
H A Dsepia.h304 #define SimpleEq(t,v1,v2) \
305 ((v1).all == (v2).all \
H A Dhandlers.c432 value v1, v2; local
H A Dbip_io.c317 p_next_open_stream(value v1, type t1, value v2, type t2),
657 p_next_open_stream(value v1, type t1, value v2, type t2) argument
669 Return_Unify_Pw(v2, t2, hstream.val, hstream.tag);
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A DTOUR.tcl191 pack [ventry $f.v2 -labeltext "Max 8 chars:" -labelwidth 14 -validate key \
/barrelfish-2018-10-04/lib/msun/ld80/
H A De_lgammal_r.c148 #define v2 (v2u.e) macro
326 p2 = 1+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*v6)))));
/barrelfish-2018-10-04/lib/lua/src/
H A Dlparser.c1052 expdesc v2; local
1058 nextop = subexpr(ls, &v2, priority[op].right);
1059 luaK_posfix(ls->fs, op, v, &v2, line);
H A Dlobject.h597 LUAI_FUNC lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2);
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindRegistersSave.S198 SAVE_VECTOR_UNALIGNED( v2, 424+0x020)
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c2970 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
2973 if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
2981 /* initialize, (v1,v2,v3) = (0,1,b) */
2982 mp_set(&v2, 1);
2990 /* (t1,t2,t3) = (u1,u2,u3) - (v1,v2,v3)q */
2993 if ((err = mp_mul(&v2, &q, &tmp)) != MP_OKAY) { goto _ERR; }
2998 /* (u1,u2,u3) = (v1,v2,v3) */
3000 if ((err = mp_copy(&v2, &u2)) != MP_OKAY) { goto _ERR; }
3003 /* (v1,v2,v3) = (t1,t2,t3) */
3005 if ((err = mp_copy(&t2, &v2)) !
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/config/
H A Dconfig.sub210 os=-sco3.2v2

Completed in 231 milliseconds

12