search for: 15e

Displaying 7 results from an estimated 7 matches for "15e".

Did you mean: 15
2003 Aug 25
1
Re: R 1.7.x and inaccurate log1p() on OpenBSD 3.2 and NetBSD 1.6 (PR#3979)
...2 and NetBSD 1.6 with this test program: % cat bug-log1p.c #include <stdio.h> #include <stdlib.h> #include <math.h> int main(int argc, char* argv[]) { int k; double x; for (k = 0; k <= 100; ++k) { x = pow(2.0,(double)(-k)); printf("%3d\t%.15e\t%.15e\n", k, log1p(x), log(1.0 + x)); } return (EXIT_SUCCESS); } % cc bug-log1p.c -lm && ./a.out 0 6.931471805599453e-01 6.931471805599453e-01 1 4.054651081081644e-01 4.054651081081644e-01 2 2.231435513142098e-01 2.231435513142098e-01 ... 51 4.44...
2002 Oct 21
3
Problem with Samba on Solaris 2.6
Hi All I downloaded the binary package of Samba 2.2.2 on Friday from one of the Samba mirror sites, I think Belgium, and installed it on a Sun E450 running Solaris 2.6. Today everything has fallen flat on its face. Unfortunately I am on holiday this week so not able to deal with the problem directly, but via telephone calls. Apparently what is happening is that smbd is gobbling up all the
2015 Aug 18
3
[RFC PATCH 1/2] [clang]: Add AuxAttr support
This patch adds EmitTypeAuxAttribute() function to CGDebugInfo, which allows other parts of clang issue auxiliary information through an enumeration type in Dwarf information. For example, by calling DI->EmitTypeAuxAttribute(type, "ID", 1234); We can get following information in dwarf: <1><3f>: Abbrev Number: 3 (DW_TAG_structure_type) <40> DW_AT_name
2015 Feb 13
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...00D84: ; CODE XREF: _main+BA j cmp r15d, 1 mov esi, 0 mov r9, [rsp+48h+var_48] mov r12d, 1 jle short loc_100000DF0 loc_100000D99: ; CODE XREF: _main+15E j mov r10d, [rax+rsi*4] mov ecx, 0FFFFFFFFh mov edi, 1 mov r13, r9 nop word ptr [rax+rax+00h] loc_100000DB0: ; CODE XREF: _main+14F j xor ebx, ebx...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...t; cmp r15d, 1 >> mov esi, 0 >> mov r9, [rsp+48h+var_48] >> mov r12d, 1 >> jle short loc_100000DF0 >> >> loc_100000D99: ; CODE XREF: _main+15E j >> mov r10d, [rax+rsi*4] >> mov ecx, 0FFFFFFFFh >> mov edi, 1 >> mov r13, r9 >> nop word ptr [rax+rax+00h] >> >> loc_100000DB0: ;...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...gt; mov esi, 0 >>>> mov r9, [rsp+48h+var_48] >>>> mov r12d, 1 >>>> jle short loc_100000DF0 >>>> >>>> loc_100000D99: ; CODE XREF: _main+15E j >>>> mov r10d, [rax+rsi*4] >>>> mov ecx, 0FFFFFFFFh >>>> mov edi, 1 >>>> mov r13, r9 >>>> nop word ptr [rax+rax+00h] >>>> &gt...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking