Displaying 13 results from an estimated 13 matches for "seton".
Did you mean:
senton
2010 Jul 26
4
Fwd: Questions about templates for R
Hi
I am looking for R templates to introduce the R to my students at
Seton hall university. The templates are predefined scripts in R that
will retain its primary intent when individually customized with their
own variable data or text. In this case, my students at Seton Hall
University. For example, PSPad editor provides new users predefined
templates before writing thei...
2017 Feb 25
2
Help understanding and lowering LLVM IDS conditional codes correctly
...D_GT;
break;
case ISD::SETGE:
case ISD::SETOGE:
CondCode = XXXCC::COND_GE;
break;
case ISD::SETOLT:
case ISD::SETLT:
CondCode = XXXCC::COND_LT;
break;
case ISD::SETOLE:
case ISD::SETLE:
CondCode = XXXCC::COND_LE;
break;
case ISD::SETONE:
case ISD::SETNE:
CondCode = XXXCC::COND_NE;
break;
case ISD::SETUO:
CondCode = XXXCC::COND_UN;
break;
case ISD::SETO:
case ISD::SETUEQ:
case ISD::SETUGT:
case ISD::SETUGE:
case ISD::SETULT:
case ISD::SETULE:
case ISD::SETUNE:
CC =...
2017 Mar 09
2
Help understanding and lowering LLVM IDS conditional codes correctly
...ETOGE:
> CondCode = XXXCC::COND_GE;
> break;
> case ISD::SETOLT:
> case ISD::SETLT:
> CondCode = XXXCC::COND_LT;
> break;
> case ISD::SETOLE:
> case ISD::SETLE:
> CondCode = XXXCC::COND_LE;
> break;
> case ISD::SETONE:
> case ISD::SETNE:
> CondCode = XXXCC::COND_NE;
> break;
> case ISD::SETUO:
> CondCode = XXXCC::COND_UN;
> break;
> case ISD::SETO:
> case ISD::SETUEQ:
> case ISD::SETUGT:
> case ISD::SETUGE:
> case ISD::SETULT:...
2017 Mar 14
2
Help understanding and lowering LLVM IDS conditional codes correctly
...t; case ISD::SETLT:
>> CondCode = XXXCC::COND_LT;
>> break;
>> case ISD::SETOLE:
>> case ISD::SETLE:
>> CondCode = XXXCC::COND_LE;
>> break;
>> case ISD::SETONE:
>> case ISD::SETNE:
>> CondCode = XXXCC::COND_NE;
>> break;
>> case ISD::SETUO:
>> CondCode = XXXCC::COND_UN;
>> break;
>> case ISD::SETO:
>> cas...
2006 Apr 27
1
Filename too long
...edhat-9)
I am getting the following error.
mkstemp fileStore/18/f26012/2006/Apr/date-23/61000000291587/inline/.laidlaw
discordant appetite banjo crankcase voracious selfadjoint corroborate
mulish pipe glossolalia deity creedal commonwealth senate exorcise
easternmost deride extroversion bogy eerie seton clergy crinkle duluth
term deputation uracil dough .gif.arQtMB failed: File name too long
rsync error: partial transfer (code 23) at main.c(578)
Any workarounds?? Should I move to a later version??
2004 Jan 11
0
BPWB, in the street
protagonist battalion decker euphemist pinpoint tuberculin
alum goliath madeira grammarian
seton simplectic sib veto
2008 Nov 28
1
Unable to plot or analyse phylogeny (PR#13345)
...chNotes.BranchNotes;
tell It;
setAlwaysOn off;
endTell;
getEmployee #mesquite.ornamental.ColorTreeByPartition.ColorTreeByPartition;
tell It;
colorByPartition off;
endTell;
getEmployee #mesquite.ornamental.DrawTreeAssocDoubles.DrawTreeAssocDoubles;
tell It;
setOn on;
setDigits 4;
writeAsPercentage off;
toggleCentred on;
toggleHorizontal on;
setFontSize 10;
setOffset 0 0;
endTell;
getEmployee #mesquite.trees.TreeInfoValues.TreeInfoValues;
tell It;
panelOpen false;
endTell;
endTell;
endTell;
getEmploy...
2006 Oct 10
1
read.table versus read.csv (PR#9284)
...19,409,535,859,687,541,707,120,97,=
88,7,312
2627,Princeton University,NJ,I,963,564,437,749,1154,686,534,901,402,66,179,1=
6,702
2628,Rider College,NJ,IIA,636,552,511,564,764,668,604,677,59,103,41,1,208
2631,Rutgers State Univ.-Newark,NJ,IIA,893,640,526,693,1097,812,682,871,141,=
125,73,16,374
2632,Seton Hall University,NJ,IIA,736,557,414,553,894,683,507,675,98,110,101=
,13,332
2638,Saint Peter's College,NJ,IIB,477,391,317,404,600,498,412,514,46,42,21,5=
,117
2639,Stevens Institute of Tech.,NJ,IIA,647,494,415,544,807,634,525,685,66,37=
,30,4,137
2642,Trenton State College,NJ,IIB,644,524,422,525...
2009 May 21
0
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
On Wed, May 20, 2009 at 4:55 PM, Dan Gohman <gohman at apple.com> wrote:
> Can you explain why you chose the approach of using a new pass?
> I pictured removing LegalizeDAG's type legalization code would
> mostly consist of finding all the places that use TLI.getTypeAction
> and just deleting code for handling its Expand and Promote. Are you
> anticipating something more
2009 May 20
2
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
On May 20, 2009, at 1:34 PM, Eli Friedman wrote:
> On Wed, May 20, 2009 at 1:19 PM, Eli Friedman
> <eli.friedman at gmail.com> wrote:
>
>> Per subject, this patch adding an additional pass to handle vector
>>
>> operations; the idea is that this allows removing the code from
>>
>> LegalizeDAG that handles illegal types, which should be a significant
2009 May 21
2
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
...F32 : RTLIB::UO_F64;
- break;
- case ISD::SETO:
- LC1 = (VT == MVT::f32) ? RTLIB::O_F32 : RTLIB::O_F64;
- break;
- default:
- LC1 = (VT == MVT::f32) ? RTLIB::UO_F32 : RTLIB::UO_F64;
- switch (cast<CondCodeSDNode>(CC)->get()) {
- case ISD::SETONE:
- // SETONE = SETOLT | SETOGT
- LC1 = (VT == MVT::f32) ? RTLIB::OLT_F32 : RTLIB::OLT_F64;
- // Fallthrough
- case ISD::SETUGT:
- LC2 = (VT == MVT::f32) ? RTLIB::OGT_F32 : RTLIB::OGT_F64;
- break;
- case ISD::SETUGE:
- LC2 = (VT =...
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...sZero(LHS) || isZero(RHS)) {
> + SDValue Cond = (isZero(LHS) ? RHS : LHS);
> + bool SwapTF = false;
> + switch (CCOpcode) {
> + case ISD::SETOEQ:
> + case ISD::SETUEQ:
> + case ISD::SETEQ:
> + SwapTF = true;
> + // Fall through
> + case ISD::SETONE:
> + case ISD::SETUNE:
> + case ISD::SETNE:
> + // We can lower to select
> + if (SwapTF) {
> + Temp = True;
> + True = False;
> + False = Temp;
> + }
> + // CNDE
> + return DAG.getNode(ISD::SELECT, DL, VT, Cond, Tru...
2004 Apr 28
1
filexfer draft and uid / gid resolution ...
Sorry if this is not the best place to post this question but I'm
not sure who else to ask. After reading through the filexfer draft I am
having trouble understanding how a sftp client goes about resolving uid
/ gid to its text representation. Without handling this translation for
the user, how do they know the difference between one uid / gid to the
next without opening up a terminal to the