Displaying 20 results from an estimated 190 matches for "st1".
Did you mean:
st
2016 Jun 25
2
Question about VectorLegalizer::ExpandStore() with v4i1
Hi All,
I have a problem with VectorLegalizer::ExpandStore() with v4i1.
Let's see a example.
* LLVM IR
store <4 x i1> %edgeMask_for.body1314, <4 x i1>* %27
* SelectionDAG before vector legalization
ch = store<ST1[%16](align=4), trunc to v4i1> t0, t128, t32, undef:i64
* SelectionDAG after vector legalization
ch = store<ST1[%16](align=4), trunc to i1> t0, t133, t32, undef:i64
t133: i32 = extract_vector_elt t128, Constant:i64<0>
ch = store<ST1[%16](align=4), trunc to i1> t0, t136, t32,...
2017 Sep 13
1
File server questions
...reading your howtos, but I didn't know how to execute them, so
I decided to create a new file as below:
> # Local clock. Note that is not the "localhost" address!
> server 127.127.1.0
> fudge 127.127.1.0 stratum 10
>
> # Where to retrieve the time from
> server a.st1.ntp.br iburst prefer
> server b.st1.ntp.br iburst prefer
> server c.st1.ntp.br iburst prefer
> server d.st1.ntp.br iburst prefer
>
> driftfile /var/lib/ntp/ntp.drift
> logfile /var/log/ntpstats
> ntpsigndsocket /var/lib/samba/ntp_signd/
>
> # Access control...
2008 Mar 14
1
Lme does not work without a random effect (UNCLASSIFIED)
...t sure how
to group the data without continuous value which is shown in the error
message at the bottom line. If I use 'aov' with Error(Block), is there a
test method comparing between with and without the Block random effect. I'm
using R 2.4.1.
Appreciate your help.
Kyong
LCU ST1 SURF Block
1 6.71 A N 1
2 6.97 A Y 1
3 6.77 B N 1
4 6.90 B Y 1
5 6.63 C N 1
6 6.94 C Y 1
7 6.79 D N 1
8 6.93 D Y 1
9 6.23 A N 2
10 6.83 A Y 2
11 6.61 B N 2
12 6.86 B Y 2
13 6.51 C...
2012 May 10
1
stop calculation in a function
...tries to modify the
length of my data (the error message is that the output has not the same
length as the input).
Could somebody tell me what I should modify or add in my function in order
to fix this problem?
Here's the function. Thanks for your advises!
out2NA <- function(x,seuil){
st1 = NULL
# Temporal variable memorysing the last "correct" numeric value#
temp <- st1[1] <- x[1]
ind_temp <- 1
# Max time gap between two comparisons #
ecart_temps <- 10
tps <- time(x)
for (i in 2:length(x)){
if((!is.na(x[i]))){
if((tps[i]...
2016 Jun 28
0
Question about VectorLegalizer::ExpandStore() with v4i1
...t gmail.com>:
> Hi All,
>
> I have a problem with VectorLegalizer::ExpandStore() with v4i1.
>
> Let's see a example.
>
> * LLVM IR
> store <4 x i1> %edgeMask_for.body1314, <4 x i1>* %27
>
> * SelectionDAG before vector legalization
> ch = store<ST1[%16](align=4), trunc to v4i1> t0, t128, t32, undef:i64
>
> * SelectionDAG after vector legalization
> ch = store<ST1[%16](align=4), trunc to i1> t0, t133, t32, undef:i64
> t133: i32 = extract_vector_elt t128, Constant:i64<0>
> ch = store<ST1[%16](align=4), trunc t...
2003 May 29
0
[LLVMdev] Re: recursive structs (linked list)
...articular, in LLVM, each type shape can only exist once
in memory, which allows users to do pointer comparisons to check
structural equality of types. Naturally, this makes things interesting
when it comes to building recursive structures. :)
The trick to it is to use an Opaque type like so:
// ST1 === struct ST1;
OpaqueType *ST1 = OpaqueType::get();
// ST2 === { int, ST1* }
StructType *ST2 = StructType::get(make_vector(Type::IntTy,
PointerType::get(ST1), 0));
// ST1 === ST2, delete ST1
ST1->refineAbstractTypeTo(ST2);
2020 Jun 19
2
Aliasing and forwarding optimization
----Snip--
struct st1{
int a;
};
struct st2{
int b;
};
struct st {
struct st1 obj1;
struct st2 obj2;
}Obj;
int test1(struct st1 * ptr1 , struct st2 * ptr2, struct st2 *ptr3) {
ptr1->a = 10;
*ptr3 = *ptr2;
return ptr1->a;
}
--Snip---
For the above case GCC is able to store forward the value 10 to th...
2009 Jun 10
1
how to get output from a nested loop
...I want to produce all unique 1 x 1 combinations of certain columns from a dataframe, and join these to other columns from the same dataframe. I'm having problems with the nested loop as I can only output data from the last "cycle" of the loop. I realise that the problem is with the st1[[i]] but I'm not sure how to define it differently.
##I want to make a list file of all 1x1 combinations of "mk" columns, and add "clone" and "S" to these combinations.
clone<-c("c1","c2","c3","c4")
mk1<-c(1,1,0,0)
mk...
2006 Aug 01
1
What's a labelled data.frame? And how do I work with it?
...---------------------------------------------------------
# Get the raw data that we have imported from SPSS.
load("H:/R.objects/staff.allocation.Rdata")
# Recode all 99's in the data base as NA except dates
and Subject since subject
# 99 is a valid ID number.
# Drop dates and ids
st1 <- staff.allocation[, -1:-4]
st1[st1==99] <- NA
#replace date and id forget the entry date
st2 <-data.frame(staff.allocation$site,
staff.allocation$subject,
staff.allocation$date, st1)
-----------------------------------------------------
If I have applied a label to the data...
2017 Oct 09
4
{ARM} IfConversion does not detect BX instruction as a branch
...ion MachinePass. Here's is what it looks
like before and after.
> #BEFORE IfConversion MachinePass
>
> BB#7:
> Live Ins: %LR %R0 %R1 %R2 %R4 %R5 %R6 %R7 %R8 %R9 %R10 %R12
> Predecessors according to CFG: BB#5 BB#6
> STRBi12 %R5, %R6<kill>, 0, pred:14, pred:%noreg; mem:ST1[%cond.i23.i.i.i]
> %R6<def> = LDRBi12 %R7, 0, pred:14, pred:%noreg; mem:LD1[%15](align=4)
> %R3<def> = EORri %R6, 254, pred:14, pred:%noreg, opt:%noreg
> %R3<def> = ANDrr %R3<kill>, %R6<kill>, pred:14, pred:%noreg, opt:%noreg
> %R6<def> = MOVi 0, pr...
2010 Jun 28
3
data frame row statistics (mean)?
...,
I am trying to calculate the mean value of each row in a data frame (d),
I am having troubles and getting errors using the code I have written.
Below is a brief example of the code, any thought or suggestions would
be great.
Thank you for your time,
Doug
# Example Code:
d <- data.frame(st1=c(1,2,3,4), st2=c(2,5,6,7), st3=c(5,5,NA,7),
st4=c(6,5,7,8))
avg <- rep(NA,length(d[,1]))
for (i in 1:length(d[,1])) {
avg[i] = mean(d[i,1:4], na.rm=TRUE)
}
# Final Output wanted.
st1 st2 st3 st4 avg
1 1 2 5 6 3.50
2 2 5 5 5 4.25
3 3 6 NA 7 5.33
4 4 7 7...
2016 Jun 28
2
Question about VectorLegalizer::ExpandStore() with v4i1
...gt;> I have a problem with VectorLegalizer::ExpandStore() with v4i1.
>>
>> Let's see a example.
>>
>> * LLVM IR
>> store <4 x i1> %edgeMask_for.body1314, <4 x i1>* %27
>>
>> * SelectionDAG before vector legalization
>> ch = store<ST1[%16](align=4), trunc to v4i1> t0, t128, t32, undef:i64
>>
>> * SelectionDAG after vector legalization
>> ch = store<ST1[%16](align=4), trunc to i1> t0, t133, t32, undef:i64
>> t133: i32 = extract_vector_elt t128, Constant:i64<0>
>> ch = store<ST1[%1...
2012 May 15
1
Error in eval(expr, envir, enclos) : object 'Rayos' not found???
...as.character(resp$QuadratEvent)
envir <- envir[!is.na(envir$Aeventexhumed), ]
envir$QuadratEvent <- paste(envir$QuadratID, envir$Aeventexhumed, sep="")
envir$QuadratEvent <- as.character(envir$QuadratEvent)
ExDate <- Sector <- Quadrat <- Aeventexhumed <- NULL
ST1 <- ST2 <- ST3 <- ST4 <- ST0 <- NULL
Shells <- Hatchlings <- MaxHatch <- DeadHatch <- NULL
Oldeggs <- TotalEggs <- QuadratEvent <- NULL
for (q in unique(as.character(resp$QuadratEvent))) {
s <- resp[as.character(resp$QuadratEvent) == q, ]
ExDa...
2017 Sep 13
4
File server questions
...utable yet. Thats why the are in .txt files.
You can use it as guidance.
>
> > # Local clock. Note that is not the "localhost" address!
> > server 127.127.1.0
> > fudge 127.127.1.0 stratum 10
> >
> > # Where to retrieve the time from
> > server a.st1.ntp.br iburst prefer
> > server b.st1.ntp.br iburst prefer
> > server c.st1.ntp.br iburst prefer
> > server d.st1.ntp.br iburst prefer
> >
> > driftfile /var/lib/ntp/ntp.drift
> > logfile /var/log/ntpstats
> > ntpsigndsocket /var/lib/samba/nt...
2009 Jan 16
0
No subject
...ailcwo_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" xmlns=3D"http://ww=
w.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3DGenerator content=3D"Microsoft Word 11 (filt...
2015 Feb 19
2
[LLVMdev] ScheduleDAGInstrs computes deps using IR Values that may be invalid
...ADDXrr %X16, %X13
* %W19<def> = LDRBBui %X5, 1; mem:LD1[%scevgep95](tbaa=<0x6e02518>)
* %W3<def> = MADDWrrr %W2<kill>, %W3<kill>, %WZR
* %W2<def> = SUBWrr %W3<kill>, %W19<kill>
* STRBBui %W2<kill>, %X5<kill>, 1;
mem:ST1[%scevgep95](tbaa=<0x6e02518>)
Successors according to CFG: BB#16
BB#15: derived from LLVM BB %L20.1
Live Ins: %X16 %X17 %X18 %X7 %X0 %X6 %X4 %W8 %X15 %X14 %W3 %W2 %X1
%X10 %X11 %X12 %X13 %X9
Predecessors according to CFG: BB#12
%X5<def> = ADDXrr %X17, %X13
* %...
2020 Aug 04
3
Time synchronization issues in Samba 4
...do need to talk to an NTP server or two (or three).
#server ntp.your-provider.example
# pool.ntp.org maps to about 1000 low-stratum NTP servers. Your server will
# pick a different set every time it starts up. Please consider joining the
# pool: <http://www.pool.ntp.org/join.html>
server a.st1.ntp.br iburst prefer
server b.st1.ntp.br iburst prefer
driftfile /var/lib/ntp/ntp.drift
logfile /var/log/ntp
ntpsigndsocket /var/lib/samba/ntp_signd/
# Access control
# Default restriction: Allow clients only to query the time
restrict default kod nomodify notrap nopeer mssnt...
2009 Jul 20
0
No subject
...6530
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" =
xmlns=3D"http://www.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filt...
2003 Apr 02
1
FW: ipDialog Ethernet SIP Phone $199
...is a SIP phone I haven't seen before. Does anyone have any
experience with this one?
-----Original Message-----
From: George Richardson [mailto:georger@netxusa.com]
Sent: Wednesday, April 02, 2003 4:56 PM
To: clay@ctitec.com
Subject: ipDialog Ethernet SIP Phone $199
pad <http://us.st1.yimg.com/store1.yimg.com/Img/trans_1x1.gif>
<http://store1.yimg.com/I/sysconfig_1733_51893>
<http://store1.yimg.com/I/sysconfig_1733_14909> Click to enlarge$199.00
ipDialog SipTone Ethernet Phone
<http://store1.yimg.com/I/sysconfig_1733_0>
The ipDialog SipToneT Ether...
2007 Jun 15
0
No subject
...ransfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:st2=3D"urn:schemas-microsoft-com:office:smarttags" =
xmlns:st1=3D"schemas-snapanumber-com/snap" =
xmlns=3D"http://www.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)&q...