Displaying 20 results from an estimated 3957 matches for "rt".
Did you mean:
ret
2013 Oct 31
3
[releng_10 tinderbox] failure on i386/pc98
...-10-31 19:50:43 - tinderbox 2.20 running on worker01.tb.des.no
TB --- 2013-10-31 19:50:43 - FreeBSD worker01.tb.des.no 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2013-10-31 19:50:43 - starting RELENG_10 tinderbox run for i386/pc98
TB --- 2013-10-31 19:50:43 - cleaning the object tree
TB --- 2013-10-31 19:50:43 - /usr/local/bin/svn stat /src
TB --- 2013-10-31 19:51:30 - At svn revision 257464
TB --- 2013-10-31 19:51:31 - building world
TB --- 2013-10-31 19:51:31 - CROSS_BUILD_TESTING=Y...
2010 Nov 11
2
[LLVMdev] defining types structurally equivalent to a recursive type
Hi all,
http://www.llvm.org/docs/ProgrammersManual.html#BuildRecType suggests
us to define recursive types via opaque and refine. Since LLVM has
structural types, %rt = type { %rt* } and %rt1 = type { %rt* } should
be same structurally. I tested the following code,
%rt = type { %rt* }
%rt1 = type { %rt* }
define i32 @main() nounwind {
entry:
%0 = alloca %rt ; <%rt*> [#uses=1]
%1 = alloca %rt...
2010 Nov 11
0
[LLVMdev] defining types structurally equivalent to a recursive type
On Thu, Nov 11, 2010 at 8:28 AM, Jianzhou Zhao <jianzhou at seas.upenn.edu> wrote:
> Hi all,
>
> http://www.llvm.org/docs/ProgrammersManual.html#BuildRecType suggests
> us to define recursive types via opaque and refine. Since LLVM has
> structural types, %rt = type { %rt* } and %rt1 = type { %rt* } should
> be same structurally. I tested the following code,
>
> %rt = type { %rt* }
> %rt1 = type { %rt* }
>
> define i32 @main() nounwind {
> entry:
> %0 = alloca %rt ; <%rt*> [#uses=1]
> %1...
2017 Nov 26
5
Compilation issue "unsupported relocation on symbol" with clang 3.7.1
Hi List,
I'm trying to build llvm-5.0.0 with clang-3.7.1 on ARM (native building). At some point I have the following issue :
----
[1588/5024] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-arm.dir/cpu_model.c.o
../projects/compiler-rt/lib/builtins/cpu_model.c:596:7: warning: ISO C requires a translation unit to contain at least one declaration [-Wempty-translation-unit]
#endif
^
1 warning generated.
[1786/5024] Building C object projects/com...
2010 Nov 11
2
[LLVMdev] named types with self-references
Hello,
Can I define a named type ? %rt = {%rt}
llvm-as can parse this definition without errors.
JIT executes '%0 = alloca %rt' as allocating a memory with size 0.
Because the llvm::TargetData::getTypeAllocSize accually returns 0 in
this case. The function that calculates %rt's size is by the
TargetData::getStructLayout, wh...
2013 May 30
5
[LLVMdev] compiler-rt tests in cmake?
> We have plans to actually compile the symbolizer into the binary and do
> in-process symbolization, but it's not there yet.
nice!
> I'm confused here. compiler-rt and clang/llvm instrumentation depend on each other
These two projects don't need to be interdependent and, for the most
part, they aren't. In the same way that llvm does not depend on
clang, compiler-rt can be standalone too if the sanitizer's
instrumentation tests were moved to clan...
2004 Sep 02
5
Polycom SIP INFO & Changing Ringers
In ipmid.cfg I have:
<G3INTERCOM se.rt.10.name="G3INTERCOM" se.rt.4.type="ring-answer"
se.rt.4.timeout="1000" se.rt.10.ringer="7"/>
In sip.cfg I have:
<alertInfo voIpProt.SIP.alertInfo.1.value="G3INTERCOM"
voIpProt.SIP.alertInfo.1.class="10"/>
I set up a tes...
2012 Nov 16
0
[LLVMdev] [compiler-rt] is the arm lib complete?
Hi,
I'm trying to link my objs with compiler-rt built runtime lib for arm.
According to the compiler-rt doc, it should be able to replace libgcc.
However, if I replace "-lgcc" with "compiler-rt.a" for a static linking,
gcc linker complains about undefined functions. Using "nm -g", I compared
the functions in libgcc...
2007 Mar 06
2
Polycom 501 - Auto answer on one line appearance
...hen
I pickup.
I would like to have that extension auto-answer. I set it up as line 3
on my phone so normal calls do not get auto-answered. However, I have
not been able to get this to work. Has anyone implented this?
This is what I put in the config file for the phone
<ringtype
se.rt.enabled="1"
se.rt.1.enabled="1"
se.rt.1.ringer="9"
se.rt.1.type="ring"
se.rt.2.enabled="1"
se.rt.2.ringer="10"
se.rt.2.type="ring"
se.rt.3.enabled="1"
se...
2004 Jan 15
1
nlme vs aov with Error() for an ANCOVA
Hi
I compouted a multiple linear regression with repeated measures on one
explanatory variable:
BOLD peak (blood oxygenation) as dependent variable,
and as independent variables I have:
-age.group (binaray:young(0)/old(1))
-and task-difficulty measured by means of the reaction-time 'rt'. For
'rt' I have repeated measurements, since each subject did 12 different
tasks.
-> so it can be seen as an ANCOVA
subject age.group bold rt
subj1 0 0.08 0.234
subj1 0 0.05 0.124
..
subj1 0 0.07 0.743
subj2 0...
2013 May 30
0
[LLVMdev] compiler-rt tests in cmake?
...that mention 'thread' are failing for me
> this morning. How are your bots looking? Last good commit here was
> 512c616cacf70ca029a2bf719a482b902f3687cd.
>
Hm, our bots seem to be green. Could you refer to guilty svn revision?
>
> > You could try preprocessing your report with perl or sed to fix paths
> > to your binaries. It would be great to have an option for that in
> > asan_symbolize.py.
> >
> > As for addr2line, we just install binutils-multiarch ubuntu package.
>
> Cool, that gets the job done, thanks. Looks like there's som...
2007 Apr 18
4
Two sample t.test, order of comparions
Dear group members,
I want to compare response variables ("logAUC") of two groups (treatment
"Test", "Reference") of a subset ("period == 1") in dataframe "resp"
(below):
sequence subject period treatment AUC logAUC
1 RT 1 1 Reference 44.1 3.786460
2 RT 1 2 Test 39.1 3.666122
3 RT 2 1 Reference 33.6 3.514526
4 RT 2 2 Test 23.8 3.169686
5 RT 3 1 Reference 45.5 3.817712
6 RT 3 2 Test 40.8 3.708682
7...
2006 Feb 09
1
Re: Polycom IP501 with Asterisk - distinctive
...f them.
>
> Is there a way to get Asterisk to tell the IP501 to use a different ring, put
> something up on the display, *something* on a dynamic basis? The wiki
> doesn't seem to have a lot of information about this kind of thing.
In your dialplan, you'll need to set the _ALERT_INFO variable to whatever
you'd like your ring to be. Your choices are in sip.cfg in two places:
Right at the beginning, you'll see a line like this:
<alertInfo voIpProt.SIP.alertInfo.1.value=""
voIpProt.SIP.alertInfo.1.class=""/>
And then later on, you'll...
2013 May 30
2
[LLVMdev] compiler-rt tests in cmake?
The sanitizer common and asan that mention 'thread' are failing for me
this morning. How are your bots looking? Last good commit here was
512c616cacf70ca029a2bf719a482b902f3687cd.
> You could try preprocessing your report with perl or sed to fix paths
> to your binaries. It would be great to have an option for that in
> asan_symbolize.py.
>
> As for addr2line, we just install binutils-multiarch ubuntu package.
Cool, that gets the job done, thanks. Looks like there's some effort
going into embedding...
2012 Dec 24
3
puppetdb listening on TCP Ports 1099 and 58772
PuppetDB is operating fine, but I can''t figure out how to disable it from
listening globally on TCP 1099 or 58722
How do I disable them from listening globally without having to resort to
iptables?
$ lsof -i -n -P | grep java | grep LISTEN
java 30115 puppetdb 22u IPv6 119118 0t0 TCP *:1099 (LISTEN)
java 30115 puppetdb 23u IPv6 117236 0t0 TCP *:58772 (LISTEN)
java 30115 puppetdb 40u IPv6 117241 0t0 TCP 127.0.0.1:8080
(LISTEN)
java...
2014 Feb 04
2
[LLVMdev] compiler-rt CMake build
Regarding Brad King's CMake patches for LLVM:
http://thread.gmane.org/gmane.comp.compilers.llvm.cvs/173517
If compiler-rt could follow suit, the packaging for the toolchain
becomes a nice, clean package-manager-friendly DAG. Currently, the
compiler-rt CMake build depends on the just-built-clang to run its
test suite. It's more intuitive to me that either:
1) compiler-rt's sanitizer tests would live inside...
2012 Nov 16
2
[LLVMdev] [compiler-rt] is the arm lib complete?
On Nov 15, 2012, at 9:33 PM, liangh at codeaurora.org wrote:
> I'm trying to link my objs with compiler-rt built runtime lib for arm.
> According to the compiler-rt doc, it should be able to replace libgcc.
> However, if I replace "-lgcc" with "compiler-rt.a" for a static linking,
> gcc linker complains about undefined functions. Using "nm -g", I compared
> the...
2009 Feb 18
1
ggplot2 Y axis labels
Hi all:
Using the example below, is there a way to add Y axis titles to each graphic instead of sharing the same title?
library(ggplot2)
RT = matrix(c(814, 500, 424, 394, 967, 574, 472, 446),4,2)
colnames(RT) = c('repetition','alternation')
rownames(RT) = c('7-yrs','11-yrs','15-yrs','21-yrs')
rt <- melt(RT)
names(rt) <- c("age", "trt", "value")
rt$vari...
2013 May 23
2
[LLVMdev] compiler-rt tests in cmake?
> it assumes that compiler-rt is checked out to
> llvm/projects/compiler-rt. Apparently, this is a problem.
I have a patch for this ready. I'll send it to you and llvm-commits. Most
of the tests pass with "make check-all" but the recently-added lsan tests
are all failing. Do those fail for you as well? If...
2009 Mar 01
1
SPSS repeated interaction contrast in R
...;))
CongruenceBefore <- factor(rep(c(0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2), 8),
levels=c(0,1,2),
labels=c("Congruent","Incongruent","Neutral"))
# Subjects
Subjects <- factor(rep(c(1:8), each = 18))
# RT = Response Time
RT <- c(648,682,798,765,707,677,676,698,712,770,702,683,635,716,748,703,737,
657,1047,1140,992,1088,925,967,1022,1105,884,1103,930,1046,1034,1032,
948,956,987,993,753,782,837,923,820,846,835,884,778,873,774,760,848,
824,788,864,969,833,662,68...