search for: c16

Displaying 20 results from an estimated 317 matches for "c16".

Did you mean: 16
2019 Aug 29
2
Complex proposal v2
...instead of referring to expressions containing shuffles and other low-level data manipulation. Users that wish to examine IR directly will see much less gobbbledygook and can more easily reason about the IR. Types ----- This proposal introduces new aggregate types to represent complex numbers. c16 - Complex of 16-bit float c32 - like float complex or std::complex<float> c64 - like double complex or std::complex<double> x86_c80 - Complex of x86_fp80 c128 - like long double complex or std::complex<long double> ppc_c128 - Complex of ppc_fp128 Note that the...
2019 Oct 22
4
Complex proposal v3 + roundtable agenda
...instead of referring to expressions containing shuffles and other low-level data manipulation. Users that wish to examine IR directly will see much less gobbbledygook and can more easily reason about the IR. Types ----- This proposal introduces new aggregate types to represent complex numbers. c16 - Complex of 16-bit float c32 - like float complex or std::complex<float> c64 - like double complex or std::complex<double> x86_c80 - Complex of x86_fp80 c128 - like long double complex or std::complex<long double> ppc_c128 - Complex of ppc_fp128 Note that the...
2020 Nov 12
0
Complex proposal v3 + roundtable agenda
...shuffles and other low-level data manipulation. Users > that wish to examine IR directly will see much less gobbbledygook and can more > easily reason about the IR. > > Types > ----- > > This proposal introduces new aggregate types to represent complex numbers. > > c16 - Complex of 16-bit float > c32 - like float complex or std::complex<float> > c64 - like double complex or std::complex<double> > x86_c80 - Complex of x86_fp80 > c128 - like long double complex or std::complex<long double> > ppc_c128 - Complex of...
2009 Jul 09
1
[LLVMdev] Build fails on linux.
llvm[1]: Compiling Globals.cpp for Release build /home/auto-tester/projects/c16/lib/VMCore/Globals.cpp: In member function ‘virtual void llvm::GlobalValue::destroyConstant()’: /home/auto-tester/projects/c16/lib/VMCore/Globals.cpp:81: error: ‘cerr’ was not declared in this scope /home/auto-tester/projects/c16/lib/VMCore/Globals.cpp: In member function ‘const llvm::G...
2011 Jul 05
0
[LLVMdev] optimizer returning wrong variable?
...gt; hit the > wall with a tail cmp loop. > > looking at the output from the c interface it looks ok to me > but the optimizer is returning the wrong variable > I don't know what to do to avoid it? I don't see the problem. In your input .ll, the function's return is: %c16 = load i32* %c ret i32 %c16 The last store to %c is the one in Repeat2 %add6 = add i32 %c, %add store i32 %add6, i32* %c which postdominates (ie., all routes from entry to exit must encounter that store). Therefore we conclude that the return value is in fact %add6. Are you actually s...
2011 Jul 05
3
[LLVMdev] optimizer returning wrong variable?
...2* %x br label %Until1 Until1: ; preds = %Untilcmp2 %x13 = load i32* %x %a14 = load i32* %a1 %cond15 = icmp sge i32 %x13, %a14 br i1 %cond15, label %Repeat1, label %Untilcmp1 Untilcmp1: ; preds = %Until1 %c16 = load i32* %c ret i32 %c16 } verifying module Optimize Function Run in JIT Jit Result: = 0 should = 325 dump the optimized module define i32 @TRU(i32 %a, i32 %b) { Entry: br label %Repeat1 Repeat1: ; preds = %Untilcmp2, %Entry %c.0 = phi i32 [...
2007 Mar 10
3
long character string problem
...x2)+1*sqrt(B11*(X11*x1+X21*x2)^2+C11)A12*(X12*x1+X22*x2)+1*sqrt(B12*(X12*x1+X22*x2)^2+C12)A13*(X13*x1+X23*x2)+-1*sqrt(B13*(X13*x1+X23*x2)^2+C13)A14*(X14*x1+X24*x2)+-1*sqrt(B14*(X14*x1+X24*x2)^2+C14)A15*(X15*x1+X25*x2)+1*sqrt(B15*(X15*x1+X25*x2)^2+C15)A16*(X16*x1+X26*x2)+1*sqrt(B16*(X16*x1+X26*x2)^2+C16)A17*(X17*x1+X27*x2)+1*sqrt(B17*(X17*x1+X27*x2)^2+C17)A18*(X18*x1+X28*x2)+1*sqrt(B18*(X18*x1+X28*x2)^2+C18)A19*(X19*x1+X29*x2)+-1*sqrt(B19*(X19*x1+X29*x2)^2+C19)A110*(X110*x1+X210*x2)+1*sqrt(B110*(X110*x1+X210*x2)^2+C110)" > cum2 [1] "A21*(X11*x1+X21*x2)+1*sqrt(B21*(X11*x1+X21*x2)^2+C...
2009 Jul 09
0
[LLVMdev] build fails on mingw gcc4.4.0
In file included from C:/msys/1.0/home/I00171/projects/c16/lib/System/Signals.cpp:33: C:/msys/1.0/home/I00171/projects/c16/lib/System/Win32/Signals.inc: In function 'void Cleanup()': C:/msys/1.0/home/I00171/projects/c16/lib/System/Win32/Signals.inc:141: error: exception handling disabled, use -fexceptions to enable When I use -f exceptions in...
2017 Jun 09
2
[PATCH 1/3] The VPrint definition is now part of the exports of gnu-efi
Signed-off-by: Beno?t Allard <benoit.allard at greenbone.net> --- efi/fio.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/efi/fio.h b/efi/fio.h index 65fff8d..a1bfe68 100644 --- a/efi/fio.h +++ b/efi/fio.h @@ -11,15 +11,6 @@ #define MAX_EFI_ARGS 64 #define WS(c16) (c16 == L' ' || c16 == CHAR_TAB) -/* VPrint is not in export declarations in gnu-efi lib yet - * although it is a global function; declare it here - */ -extern UINTN -VPrint ( - IN CHAR16 *fmt, - va_list args - ); - extern EFI_STATUS efi_errno; void efi_memcpy(...
2003 Sep 26
2
Spam-Filter @stat.math.ethz.ch: was dead for about 15 hours
...on perl) by our IT staff. We are very sorry for this event. On the bright side: You have been able to get a glimpse of what you are usually protected from... :-) Regards, Martin Maechler <maechler at stat.math.ethz.ch> http://stat.ethz.ch/~maechler/ Seminar fuer Statistik, ETH-Zentrum LEO C16 Leonhardstr. 27 ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND phone: x-41-1-632-3408 fax: ...-1228 <><
2013 Mar 11
4
Pedigreemm
Hola a todos, me gustaría realizar una consulta asociada a la generación de valores genéticos del pedigreemm en R. Primero generé el archivo de pedigree incluyendo los parentales para posteriormente estimar la varianza aditiva y los valores genéticos para cada individuo, relacionando los individuos por medio de la matriz de parentesco. Me da todo perfecto, el complemento pedigreemm trabaja muy
2002 Nov 14
2
R mailing lists: move from majordomo to [procmail+mailman]
...maller (and has no "gateway" as the R-announce -> R-help one). I'll send another e-mail here, before the (visible) action really start. Feedback welcome! --- Martin Maechler <maechler@stat.math.ethz.ch> http://stat.ethz.ch/~maechler/ Seminar fuer Statistik, ETH-Zentrum LEO C16 Leonhardstr. 27 ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND phone: x-41-1-632-3408 fax: ...-1228 <>< -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info&qu...
2003 Sep 24
5
splitting clusters
Hi All: I am clustering 500 genes using hclust of R. Visualizing cluster membership becomes difficult with so many genes in each cluster...Is there a way of printing the dendrogram in multiple pages so that I can clearly see what is in each cluster? Thanks in advance. Karthi.
2008 Apr 06
2
[LLVMdev] questions about x86-64 installation
Are there any known problems when you install LLVM onto x86-64 machines? I just want to know if I can install LLVM without a glitch before I purchase a machine with faster processors, like core 2 duo. Could you share your experiences? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Apr 06
0
[LLVMdev] questions about x86-64 installation
...ocessors, like core 2 duo. > Could you share your experiences? My main development machine is x86-64, and I use llvm on it, and develop code that uses llvm . The only issue is this that PIC codegen doesn't work, and you can't bootstrap llvm-gcc: http://llvm.org/bugs/show_bug.cgi?id=1711#c16 However you can still get a usable llvm-gcc with --disable-shared, --disable-multilib --disable-bootstrap. The above refers to x86-64/Linux, if you have Mac OS X on it the situation might be different. Best regards, --Edwin
2003 Oct 19
2
Bagplot
Has anyone ported the Bagplot function by Rousseeuw, Ruts, and Tukey from S to R? The S function comprises a script and a FORTRAN function. I assume porting is relatively uncomplicated, but since I have not done any porting before I would not want to invest the effort if a port is readily available.
2008 Jun 18
3
[LLVMdev] JIT bug?
...sth that to me looks like a JIT bug. The program is the KMeans benchmark from the STAMP benchmark suite (http://stamp.stanford.edu). Overwrite ./common/Defines.common.mk with the attached files to make CC/LD customizable. in ./kmeans, for ./kmeans -m40 -n40 -t0.00001 -i inputs/random-n65536-d32-c16.txt -p 1 : make -f Makefile.seq clean CC='llvm-gcc' LD='llvm-gcc -lm' make -f Makefile.seq -->works, but is slower than gcc (35s vs 16s on my Intel 32b system) CC='llvm-gcc -emit-llvm' LD='llvm-ld -lm' make -f Makefile.seq --> does not work (lot's of NaN...
1999 Nov 06
2
Win98 SE, Samba 2.0.5, abysmal write performance
...convenient). The mailing list archives don't seem to offer any clues, unless I'm just searching for the wrong words. Does anybody have any ideas? Cheers, John -- John Mechalas \ carpe cavy! Intel MD6 Engineering Computing \ JF1, 2nd floor, near pole C16 \ (seize the guinea pig!) (503) 264-0658 \
2004 Jan 21
2
derivative of atan(x) and similar functions
Dear R experts. 'D()' function recognizes some of the analitical functions, such as sin, cos, etc. But I'd like to take analytical derivatives from asin, atan etc. functions. Are there any R packages providing that features? Thanks. -- Timur.
2003 Sep 11
1
rank(*) with NAs -- new option "keep" desired
...--- Alternatively to extending the possible values of `na.last' I first thought of a new (boolean) argument, but found the current solution less ugly. Feedback welcome! Martin Maechler <maechler@stat.math.ethz.ch> http://stat.ethz.ch/~maechler/ Seminar fuer Statistik, ETH-Zentrum LEO C16 Leonhardstr. 27 ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND phone: x-41-1-632-3408 fax: ...-1228 <>< PS: Stumbled over this while implementing cor.test()s method = c("pearson", "spearman", "kendall") for cor() itself.