search for: lexp

Displaying 5 results from an estimated 5 matches for "lexp".

Did you mean: exp
2007 Mar 07
1
Fwd: Package-RODBC-MSACCESS
I have used RODBC to get the database i can view the tables in RGUI-2.4.1 how can i query the records in R> i tried with sqlQuery need some help JJ -- Lecturer J. Joshua Thomas KDU College Penang Campus Research Student, University Sains Malaysia -- Lecturer J. Joshua Thomas KDU College Penang Campus Research Student, University Sains Malaysia [[alternative HTML version deleted]]
2018 Mar 23
2
LLVM gold plugin do not add llvm instrinsics symbols to the linker symbol table
...le. I do not claim that something is necessary wrong, just want to share my observations with the community. Brief summary If I create a static library with a custom version of 'exp()' math function and link it as follows: $ clang -O0 -ffast-math -flto a.o -L. -Wl,-Bstatic -lexp -Wl,-Bdynamic -lm exp gets resolved from libm instead of my static library (libexp.a) even though the static library appears first on the link command line. Reproducer 1) As a reproducer I built a tiny static library (with the name libexp.a) with exp function defined: $ cat exp.c d...
2015 Apr 09
2
[LLVMdev] BNF for IL/IR interpreter
...yp": { "imm": 64 } } } } }, { "move": { "lvar": { "name": "RSP", "id": 32, "typ": { "imm": 64 } }, "rexp": { "binop": { "op": "minus", "lexp": { "var": { "name": "RSP", "id": 32, "typ": { "imm": 64 } } }, "rexp": { "inte": { "int": "MHg4OjY0" } } } } } }, { "move": { "lvar&qu...
2018 Mar 23
0
LLVM gold plugin do not add llvm instrinsics symbols to the linker symbol table
...ng, just want to share my observations with > the community. > > > > Brief summary > > > > If I create a static library with a custom version of ‘exp()’ math > function and link it as follows: > > $ clang -O0 -ffast-math -flto a.o -L. -Wl,-Bstatic -lexp -Wl,-Bdynamic -lm > > exp gets resolved from libm instead of my static library (libexp.a) even > though the static library appears first on the link command line. > > > > Reproducer > > > > 1) As a reproducer I built a tiny static library (with the na...
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...: ; preds = %if.then234.i, %if.then230.i, %if.end227.i %nexp.5.i = phi i32 [ %sub243.i, %if.then234.i ], [ %sub231.i, %if.then230.i ], [ %nexp.4.lcssa.i, %if.end227.i ] %esign.1.i = phi i32 [ -1, %if.then234.i ], [ -1, %if.then230.i ], [ 1, %if.end227.i ] %lexp.0.i = phi i32 [ %add242.i, %if.then234.i ], [ %conv223.i, %if.then230.i ], [ %conv223.i, %if.end227.i ] %68 = load i16* getelementptr inbounds ([10 x i16]* @eone, i32 0, i32 0), align 2, !tbaa !5 store i16 %68, i16* %arraydecay94.i, align 2, !tbaa !5 %69 = load i16* getelementptr inbounds ([1...