Displaying 20 results from an estimated 32 matches for "ap2".
Did you mean:
ap
2017 Nov 01
2
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...s. No, the programm stops
> > at the following line of tests/reg-tests-1d.R:
> >
> >> ## available.packages() (not) caching in case of errors
> >> tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar"))
> >> tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar"))
> > error in assertCondition(expr, "warning",
> > .exprString = d.expr) : Got simpleError evaluating of ap2 <-
> > available.packages(repo ...: wanted warning
> >
> > The error m...
2017 Nov 01
2
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...l
R-3.4.1 I never had a problem with these tests. No, the programm stops
at the following line of tests/reg-tests-1d.R:
> ## available.packages() (not) caching in case of errors
> tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar"))
> tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar"))
error in assertCondition(expr, "warning",
.exprString = d.expr) : Got simpleError evaluating of ap2 <-
available.packages(repo ...: wanted warning
The error message is a result of: ap2 <- available.pack...
2016 May 31
0
va_arg on Windows 64 bits
...d830
0x2EE078 : <i32> 16
0x2EE080 : <i32> 10
0x2EE088 : <i32> 10
0x2EE090 : <i64*> 0x50ee40
When using va_arg (IR) to retrieve these parameters, it does not
respect the alignement and tries to access the parameters like they
were contiguous in memory.
%0 = va_arg i8* %ap2, i64* ; OK
%1 = va_arg i8* %ap2, i64* ; OK
%2 = va_arg i8* %ap2, i64* ; OK (0x2EE070)
%3 = va_arg i8* %ap2, i32 ; OK (0x2EE078)
%4 = va_arg i8* %ap2, i32 ; Wrong ! 0x2EE07C
%5 = va_arg i8* %ap2, i32 ; Wrong ! 0x2EE080
%6 = va_arg i8* %ap2, i64* ; Wrong ! 0x2EE084
The result...
2017 Nov 01
0
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...gramm stops
>>> at the following line of tests/reg-tests-1d.R:
>>>
>>>> ## available.packages() (not) caching in case of errors
>>>> tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar"))
>>>> tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar"))
>>> error in assertCondition(expr, "warning",
>>> .exprString = d.expr) : Got simpleError evaluating of ap2 <-
>>> available.packages(repo ...: wanted warning
>>>
>>...
2014 Aug 26
2
[LLVMdev] [BUG] Varargs example in LangRef segfaults
...Argument Handling Intrinsics section of the LangRef
(http://llvm.org/docs/LangRef.html#variable-argument-handling-intrinsics)
lists an example that segfaults. Try the following on x86_64:
-- 8< --
define i32 @test(i32 %X, ...) {
; Initialize variable argument processing
%ap = alloca i8*
%ap2 = bitcast i8** %ap to i8*
call void @llvm.va_start(i8* %ap2)
; Read a single integer argument
%tmp = va_arg i8** %ap, i32
; Demonstrate usage of llvm.va_copy and llvm.va_end
%aq = alloca i8*
%aq2 = bitcast i8** %aq to i8*
call void @llvm.va_copy(i8* %aq2, i8* %ap2)
call void @llvm...
2017 Nov 01
0
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...a problem with these tests. No, the programm stops
> at the following line of tests/reg-tests-1d.R:
>
>> ## available.packages() (not) caching in case of errors
>> tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar"))
>> tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar"))
> error in assertCondition(expr, "warning",
> .exprString = d.expr) : Got simpleError evaluating of ap2 <-
> available.packages(repo ...: wanted warning
>
> The error message is a result of:...
2017 Nov 01
2
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...> at the following line of tests/reg-tests-1d.R:
> >>>
> >>>> ## available.packages() (not) caching in case of errors
> >>>> tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar"))
> >>>> tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar"))
> >>> error in assertCondition(expr, "warning",
> >>> .exprString = d.expr) : Got simpleError evaluating of ap2 <-
> >>> available.packages(repo ...: wanted warning
>...
2016 Apr 20
3
va_arg on Windows 64
...d830
0x2EE078 : <i32> 16
0x2EE080 : <i32> 10
0x2EE088 : <i32> 10
0x2EE090 : <i64*> 0x50ee40
When using va_arg (IR) to retrieve these parameters, it does not
respect the alignement and tries to access the parameters like they
were contiguous in memory.
%0 = va_arg i8* %ap2, i64* ; OK
%1 = va_arg i8* %ap2, i64* ; OK
%2 = va_arg i8* %ap2, i64* ; OK (0x2EE070)
%3 = va_arg i8* %ap2, i32 ; OK (0x2EE078)
%4 = va_arg i8* %ap2, i32 ; Wrong ! 0x2EE07C
%5 = va_arg i8* %ap2, i32 ; Wrong ! 0x2EE080
%6 = va_arg i8* %ap2, i64* ; Wrong ! 0x2EE084
The result...
2017 Nov 01
0
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...following line of tests/reg-tests-1d.R:
>>>>>
>>>>>> ## available.packages() (not) caching in case of errors
>>>>>> tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar"))
>>>>>> tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar"))
>>>>> error in assertCondition(expr, "warning",
>>>>> .exprString = d.expr) : Got simpleError evaluating of ap2 <-
>>>>> available.packages(repo ...: wanted w...
2009 Jan 29
4
Text in a character vector to indicate "ifelse" argument
...432 R?d SPF
39 2000-01-01 090432 SPF-X, PRRS-neg.
40 1999-05-01 090432 MS-X, PRRS-neg.
81 2001-08-23 022458 R?d SPF
82 1999-01-22 022458 SPF-X, PRRS-neg.
130 2008-10-16 080385 R?d SPF+Myc+Ap2+Nys+DK+Vac
131 2003-03-18 080385 R?d SPF+Myc+Ap2+DK+Vac
132 2002-11-01 080385 R?d SPF+Myc+DK+Vac
133 2002-02-07 080385 R?d SPF+Myc+Vac
134 2000-09-19 080385 MS-X, PRRS-pos VAC
135 1999-01-22 080385 MS-X, PRRS-neg...
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Handle embedded NULs correctly in printf
...tput *dest)
{
char buf = c;
- __outstr(&buf, 1, dest);
+ outmem(&buf, 1, dest);
}
#endif
@@ -283,35 +284,58 @@ fmtstr(char *outbuf, size_t length, const char *fmt, ...)
}
+static int xvasprintf(char **sp, size_t size, const char *f, va_list ap)
+{
+ char *s;
+ int len;
+ va_list ap2;
+
+ va_copy(ap2, ap);
+ len = xvsnprintf(*sp, size, f, ap2);
+ va_end(ap2);
+ if (len < 0)
+ sh_error("xvsnprintf failed");
+ if (len < size)
+ return len;
+
+ s = stalloc((len >= stackblocksize() ? len : stackblocksize()) + 1);
+ *sp = s;
+ len = xvsnprintf(s, len + 1, f, ap)...
2020 Mar 28
0
[klibc:update-dash] dash: [BUILTIN] Handle embedded NULs correctly in printf
...tput *dest)
{
char buf = c;
- __outstr(&buf, 1, dest);
+ outmem(&buf, 1, dest);
}
#endif
@@ -283,35 +284,58 @@ fmtstr(char *outbuf, size_t length, const char *fmt, ...)
}
+static int xvasprintf(char **sp, size_t size, const char *f, va_list ap)
+{
+ char *s;
+ int len;
+ va_list ap2;
+
+ va_copy(ap2, ap);
+ len = xvsnprintf(*sp, size, f, ap2);
+ va_end(ap2);
+ if (len < 0)
+ sh_error("xvsnprintf failed");
+ if (len < size)
+ return len;
+
+ s = stalloc((len >= stackblocksize() ? len : stackblocksize()) + 1);
+ *sp = s;
+ len = xvsnprintf(s, len + 1, f, ap)...
2014 Oct 29
2
[LLVMdev] [PATCH] LangRef: va_arg doesn't work on X86_64; update example
...The complexity arises from the fact that ``va_arg`` does not
+work on this type of ``va_list``.
.. code-block:: llvm
+ %struct.__va_list_tag = type { i32, i32, i8*, i8* }
+
define i32 @test(i32 %X, ...) {
; Initialize variable argument processing
- %ap = alloca i8*
- %ap2 = bitcast i8** %ap to i8*
+ %ap = alloca %struct.__va_list_tag
+ %ap2 = bitcast %struct.__va_list_tag* %ap to i8*
+ %retptr = alloca i32
call void @llvm.va_start(i8* %ap2)
; Read a single integer argument
- %tmp = va_arg i8** %ap, i32
-
- ; Demonstrate usage...
2017 Nov 01
1
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...sts/reg-tests-1d.R:
> >>>>>
> >>>>>> ## available.packages() (not) caching in case of errors
> >>>>>> tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar"))
> >>>>>> tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar"))
> >>>>> error in assertCondition(expr, "warning",
> >>>>> .exprString = d.expr) : Got simpleError evaluating of ap2 <-
> >>>>> available.packages(repo...
2007 Oct 24
0
[LLVMdev] va_arg on x86-64
...I had a look at variadic functions, the thing is though, that I'm on
x86-64, and the va_arg instruction is not working.
I've posted a bug report: http://llvm.org/bugs/show_bug.cgi?id=1740
In there I posted the .ll test case:
define i32 @test(i32 %X, ...) {
%ap = alloca i8*, i32 1024
%ap2 = bitcast i8** %ap to i8*
call void @llvm.va_start(i8* %ap2)
%tmp = va_arg i8** %ap, i32
call void @llvm.va_end(i8* %ap2)
ret i32 %tmp
}
declare void @llvm.va_start(i8*)
declare void @llvm.va_end(i8*)
define i32 @main(i32, i8**, i8**) {
%ret = call i32(i32, ...)* @test(i32 0, i32 0)
r...
2006 Jul 03
1
panel ordering in nlme and augPred plots
Hi,
I'm new at this, I'm very confused, and I think I'm missing something
important here. In our pet example we have this:
> fm <- lme(Orthodont)
> plot(Orthodont)
> plot(augPred(fm, level = 0:1))
which gives us a trellis plot with the females above the males,
starting with "F03", "F04", "F11", "F06", etc. I thought the point of
2005 Nov 11
0
building icecast under Windows
...ads-win32. It's in the pthreads.#
(I've been using pthreads.1) Don't use the Pre-build.# directory,
except to link the libraries. Use the pthreads.# as the include directory.
move the following from sock.c to os.h
#define vsnprintf _vsnprintf
#ifndef __MINGW32__
#define va_copy(ap1, ap2) memcpy(&ap1, &ap2, sizeof(va_list))
#endif
Should solve the problem with ezstream too ;)
Also, I had to add this to os.h too between the #ifdef WIN32:
#define inline __inline
typedef unsigned int size_t;
You could also just change inline to __inline.. The only other problem
I had was...
2011 Jul 28
3
construct a data set
Hi,
i want to construct a data set similar to "AirPassengers".
Its attributes are following.
> attributes(AirPassengers)
$tsp
[1] 1949.000 1960.917 12.000
$class
[1] "ts"
How Can I construct a data set similar to it having same class and attributes.
Thanks
--
Amar Kumar Nandan
?:nandan.amar at gmail.com
http://aknandan.co.nr
2016 Jun 21
2
[GSoC 2016] Better Alias Analysis By Default - Mid Term Summary
Dear LLVM Community,
This is a brief summary of what I've done so far for CFL-AA, and what I
plan to do next.
tl;dr: CFL-AA is getting saner. Low-hanging fruits on its improvement
have almost been picked up. I can either make CFL-AA more precise (with
certain performance cost), or teach other passes to capitalize on CFL-AA
better as the next step. Comments and suggestions are more than
2002 Nov 22
0
RIF: Routing problem
...problem
On Wednesday, 20 November 2002, at 18:31:42 +0100,
Mauro Cerboni wrote:
> I have 3 routers (Linux boxes with Red Hat 8.0 server), with iproute2 and ip_forward activated; they are linked together in this way:
>
> AP1------Router1---------Router2----------Router3---------AP2
>
> The routing tables seem correct.
>
But the symptoms you describe seem to tell the opposite :-(
> Router1 and Router3 can ping each other,
>
Router1 and Router2 share a network segment, as well as Router2 and
Router3. So as Router2 seems to be forwarding packets, and it...