Displaying 5 results from an estimated 5 matches for "l155".
Did you mean:
155
2019 Jul 12
4
Unexpected behaviour when comparing (==) long quoted expressions
...y =
key, value = value, new_sp_m014:newrel_f65, na.rm = FALSE)) u == s #
TRUE all.equal(u, s) # "target, current do not match when deparsed"
identical(u, s) # FALSE |
Thanks,
Dan
[1]
https://github.com/wch/r-source/blob/e647f78cb85282263f88ea30c6337b77a30743d9/src/main/relop.c#L140-L155
?
[[alternative HTML version deleted]]
2003 Dec 11
0
Re: [R] chisq.test freezing on certain inputs (PR#5701)
...] - fact[nlmp - 1] -
fact[igp - 1] - fact[ihp - 1] - fact[iip - 1]);
if (x >= dummy) {
goto L160;
}
sumprb = x;
y = x;
y is never checked for zero and later on
L150:
if (lsm) {
goto L155;
}
/* Decrement entry in row L, column M */
j = nll * (ii + nll);
if (j == 0) {
goto L154;
}
--nll;
y = y * j / (double) ((id - nll) * (ia - nll));
sumprb += y;
if (sumprb &g...
2019 Jul 16
0
Unexpected behaviour when comparing (==) long quoted expressions
...f65, na.rm = FALSE)) u == s #
> TRUE all.equal(u, s) # "target, current do not match when deparsed"
> identical(u, s) # FALSE |
> Thanks,
> Dan
> [1] https://github.com/wch/r-source/blob/e647f78cb85282263f88ea30c6337b77a30743d9/src/main/relop.c#L140-L155
2003 Dec 11
2
chisq.test freezing on certain inputs
Hello everybody,
I'm running R 1.8.1 on both Linux and OS X compiled with gcc 3.2.2 and
3.3, respectively. The following call seems to freeze the interpreter
on both systems:
> chisq.test(matrix(c(233, 580104, 3776, 5786104), 2, 2),
simulate.p.value=TRUE)
By freeze, I mean, the function call never returns (running > 10 hours
so far), the process is unresponsive to SIGINT (but I
2017 Mar 14
3
llvm-stress crash
...uitofp <1 x i32> %I144 to <1 x double>
%Sl153 = select i1 %Cmp118, <1 x i32> %Shuff136, <1 x i32> %Shuff121
%Cmp154 = icmp ule i8 %5, %Sl29
br i1 %Cmp154, label %CF247, label %CF253
CF253: ; preds = %CF253, %CF269, %CF272
%L155 = load i32, i32* %Sl117
store i32 %L141, i32* %PC78
%E156 = extractelement <4 x i1> %Cmp125, i32 2
br i1 %E156, label %CF253, label %CF269
CF269: ; preds = %CF253
%Shuff157 = shufflevector <1 x i32> %Shuff46, <1 x i32> %Shuff121,...