Displaying 20 results from an estimated 22 matches for "0__".
Did you mean:
0_
2004 Sep 28
1
[LLVMdev] How could I hide the visible string?
...yte] c"Internal string test" ; <[20 x sbyte]*> [#uses=1]
%.str_1 = internal constant [12 x sbyte] c"Global %s \0A\00" ; <[12 x sbyte]*> [#uses=1]
%.str_2 = internal constant [13 x sbyte] c"Internal %s\0A\00" ; <[13 x sbyte]*> [#uses=1]
%Initialized.0__ = internal global bool false ; <bool*> [#uses=2]
implementation ; Functions:
declare int %printf(sbyte*, ...)
int %main(int %argc, sbyte** %argv) {
entry:
%b = alloca [20 x sbyte] ; <[20 x sbyte]*> [#uses=1]
%tmp.1.i = load bool* %Initialized.0__ ; <bool> [#uses=1]
br b...
2001 Nov 14
1
pdf driver (PR#1169)
--0__=88256B040001210F8f9e8a93df938690918c88256B040001210F
Content-type: text/plain; charset=us-ascii
{Please ignore earlier message; I forgot R.version}
Not sure whether the R pdf driver is the problem, or some HP problem, or
local, but the zip file below has a simple R script [pdfbug.r] using pdf
()...
2004 Nov 30
0
[LLVMdev] Trouble using llvm tools
...ain function \0A\00" ; <[24 x sbyte]*> [#uses=1]
%.str_2 = internal constant [21 x sbyte] c"Calling sub function\00" ; <[21 x sbyte]*> [#uses=1]
%.str_3 = internal constant [21 x sbyte] c"This is sub function\00" ; <[21 x sbyte]*> [#uses=1]
%Initialized.0__ = internal global bool false ; <bool*> [#uses=2]
implementation ; Functions:
declare int %printf(sbyte*, ...)
declare void %exit(int)
int %main() {
entry:
%tmp.1.i = load bool* %Initialized.0__ ; <bool> [#uses=1]
br bool %tmp.1.i, label %__main.entry, label %endif.0.i
endif.0...
2001 Nov 15
3
pdf() behavior (PR#1174)
--0__=88256B050063F04C8f9e8a93df938690918c88256B050063F04C
Content-type: text/plain; charset=us-ascii
The attached script produces "Error in plot.xy ... negative length
vectors are not allowed" when using pdf() but not when using postscript
().
platform sparc-sun-solaris2.8
arch sparc
os...
2004 Nov 30
4
[LLVMdev] Trouble using llvm tools
On Tue, 30 Nov 2004, Tanu Sharma wrote:
> I have trouble using the llvm tools.Some of the errors are :
>
> $ llvm-dis prog.bc
> $ llvm-dis: Invalid Top Level Block Length! Type:1, Size:456 (Vers=0, Pos=12)
Can you explain how you generated this bytecode file? It looks corrupted
or something. Also, can you send the actual bytecode file itself?
Thanks!
-Chris
>
2013 Oct 24
1
Rarezas con boot
...sion deleted]]
>>>
>>>
>>> _______________________________________________
>>> R-help-es mailing list
>>> R-help-es@r-project.org
>>> https://stat.ethz.ch/mailman/listinfo/r-help-es
>>>
>>>
>>
>
>
> --
> -- 0__ -------- José Luis Cañadas Reche
> -- c/ /'_ -------- Tlf 675 741067
> -- (*) \(*)
> ~~~~~~~~~
>
--
-- 0__ -------- José Luis Cañadas Reche
-- c/ /'_ -------- Tlf 675 741067
-- (*) \(*)
~~~~~~~~~
[[alternative HTML version deleted]]
2000 Feb 08
1
Compilation problems on Digital Unix 4.0c with gcc (PR#418)
--0__=H3pYBZPryUqFrHKFfIys0jD6E5DJia4vmWwghmZyVtkEnrsF4KhQPjM8
Content-type: text/plain; charset=us-ascii
Content-Disposition: inline
Included is a gzipped tar archive with the config.h, config.log and a log of the
compilation problem.
Peter(See attached file: bug-R-0.99.0.tgz)
--0__=H3pYBZPryUqFrHK...
2004 Aug 22
0
[LLVMdev] conditionally reduced intrinsics
> Ok, I am developing an intrinsic instruction and I have the codegen
> working (and tested). However, some of the more complex cases of the
> intrinsic are reducable to LLVM + simpler cases of the intrinsic. How
> would I go about conditionally reducing the intrinsic? I could deal
> with the issue in the codegen, but that gets ugly quickly.
>
> Andrew
I suppose you could
2004 Aug 22
2
[LLVMdev] conditionally reduced intrinsics
Ok, I am developing an intrinsic instruction and I have the codegen
working (and tested). However, some of the more complex cases of the
intrinsic are reducable to LLVM + simpler cases of the intrinsic. How
would I go about conditionally reducing the intrinsic? I could deal
with the issue in the codegen, but that gets ugly quickly.
Andrew
-------------- next part --------------
A non-text
2004 Aug 22
2
[LLVMdev] conditionally reduced intrinsics (llvm.syscall)
...] }
%typedef.fd_set = type { [32 x int] }
%typedef.pthread_mutexattr_t = type { int }
%union.nfsctl_res3. = type opaque
%.str_1 = internal constant [13 x sbyte] c"Hello World\0A\00" ; <[13 x sbyte]*> [#uses=1]
%errno = internal global int 0 ; <int*> [#uses=1]
%Initialized.0__ = internal global bool false ; <bool*> [#uses=2]
implementation ; Functions:
int %main() {
entry:
%tmp.1.i = load bool* %Initialized.0__ ; <bool> [#uses=1]
br bool %tmp.1.i, label %__main.entry, label %endif.0.i
endif.0.i: ; preds = %entry
store bool true, bool* %Initialized....
2004 Oct 10
1
[LLVMdev] Re: Hide visible string in variable
...st" ; <[20 x sbyte]*> [#uses=1]
> > %.str_1 = internal constant [12 x sbyte] c"Global %s \0A\00" ; <[12 x sbyte]*> [#uses=1]
> > %.str_2 = internal constant [13 x sbyte] c"Internal %s\0A\00" ; <[13 x sbyte]*> [#uses=1]
> > %Initialized.0__ = internal global bool false ; <bool*> [#uses=2]
> >
> > implementation ; Functions:
> >
> > declare int %printf(sbyte*, ...)
> >
> > int %main(int %argc, sbyte** %argv) {
> > entry:
> > %b = alloca [20 x sbyte] ; <[20 x sbyte]*> [#us...
2003 Mar 27
0
Subject: I see my samba server but.............
...----------------------
Date: Mon, 24 Mar 2003 14:10:54 -0600
From: Manuel_Casoluengo@cotyinc.com
To: SAMBA@LISTS.SAMBA.ORG
Subject: [Samba] I see my samba server but.............
Message-ID: <OFC1B406CB.2219F592-ON06256CF3.006E19F3@cotyinc.com>
Content-Type: multipart/mixed;
Boundary="0__=85256CF3006D91FF8f9e8a93df938690918c85256CF3006D91FF"
MIME-Version: 1.0
Precedence: list
Message: 1
--0__=85256CF3006D91FF8f9e8a93df938690918c85256CF3006D91FF
Content-type: text/plain; charset=us-ascii
Here I go guys!
I've already changed the configuration of my sbm.conf, also I made my...
2004 Apr 01
1
[LLVMdev] A question about induction variables
...int r(0);
> > for (int i = 0; i < 100; ++i)
> > r += i;
> > ;
> > return r;
> > }
>
> When I compiled it, I got the following LLVM code:
The code I get is somewhat different:
int %main() {
entry:
%tmp.1.i = load bool* %Initialized.0__ ; <bool> [#uses=1]
br bool %tmp.1.i, label %no_exit, label %endif.0.i
endif.0.i: ; preds = %entry
store bool true, bool* %Initialized.0__
br label %no_exit
no_exit: ; preds = %entry, %endif.0.i, %no_exit
%i.0.0 = phi int [ %inc, %no_exit ], [ 0, %endif.0.i ], [ 0, %entry ] ;
<in...
2013 Oct 24
2
Rarezas con boot
la libreria lm4 cambio con la versón 3 de R. Fijate en las versiones
Prof. Julio Di Rienzo
Estadística y Biometría
FCA- U.N. Córdoba
IBS-RARG President
http://sites.google.com/site/juliodirienzo
"Biometry, the active pursuit of biological
knowledge by quantitative methods."
(R.A. Fisher, 1948)
2013/10/24 Carlos Ortega <cof@qualityexcellence.es>
> Hola,
>
> Quizás para
2004 Mar 31
0
[LLVMdev] A question about induction variables
On Wed, 31 Mar 2004, Vladimir Prus wrote:
> I've just downloaded the latest release of LLVM, and playing with the
> following simple example:
>
> int main()
> {
> int r(0);
> for (int i = 0; i < 100; ++i)
> r += i;
> ;
> return r;
> }
When I compiled it, I got the following LLVM code:
int %main() {
entry:
call void %__main( )
2004 Mar 31
2
[LLVMdev] A question about induction variables
Hello,
I've just downloaded the latest release of LLVM, and playing with the
following simple example:
int main()
{
int r(0);
for (int i = 0; i < 100; ++i)
r += i;
;
return r;
}
I compile it and then run:
analyze -indvars x.bc
which prints:
Printing analysis 'Induction Variable Analysis' for function 'main':
and nothing else. It is a
2004 Nov 30
0
[LLVMdev] Trouble using llvm tools
...Q^A^A ^L ^@p^R^B^A^A������p^R^B^A^B������p^R��r^U^A^A^E^G^@^@��^H^@^@^@^A^A^B^Gtmp.1.i^C^G^B^Etmp.0^D^Gtmp.0.i^C^Etmp.2^C^L^L__main.entry^A endif.0.i^@^Eentry��$^M^@^@^B^Y^Nstruct..TorRec^Y^Mstruct.TorRecB^O^A^F.str_2^B^F.str_3^A^R^A^Fprintf^A^U^A^Dexit^A^W^A^Dmain^A^M^A^F.str_1^A^Q^A^OInitialized.0__������
-------------------------------------------------------------------------------
I generated it like this:
$llvmgcc prog.c -o prog
Thanks
Tanu
Chris Lattner <sabre at nondot.org> wrote:
On Tue, 30 Nov 2004, Tanu Sharma wrote:
> I have trouble using the llvm tools.Some of the...
2013 Jan 15
5
Duda gráficos - paper="a4"
Buenos días:
A ver si alguien me puede iluminar, porque ya he sobrepasado los límites de mi paciencia y de mi imaginación con este asunto:
Dado un gráfico creado con un plot (y funciones auxiliares como polygon, etc.) y una tabla creada debajo de ese gráfico (creada con addtable2plot), y dados unos text situados a modo de título encima del plot y otros encima de la tabla, ¿por qué cuando trato
2003 Mar 24
2
I see my samba server but.............
Here I go guys!
I've already changed the configuration of my sbm.conf, also I made my samba
server to be configured as a windows domain, yes! it is found in my windows
domain now but as doing double click on this machine (samba) it asks me for
a user and passsword, it does not let me get into it, I have created the
same samba users as windows, but without any results.
I appreciate your help :
2013 Oct 24
0
Rarezas con boot
...e.es
>>
>> [[alternative HTML version deleted]]
>>
>>
>> _______________________________________________
>> R-help-es mailing list
>> R-help-es@r-project.org
>> https://stat.ethz.ch/mailman/listinfo/r-help-es
>>
>>
>
--
-- 0__ -------- José Luis Cañadas Reche
-- c/ /'_ -------- Tlf 675 741067
-- (*) \(*)
~~~~~~~~~
[[alternative HTML version deleted]]