search for: rintf

Displaying 19 results from an estimated 19 matches for "rintf".

Did you mean: intf
2011 Jan 05
0
[LLVMdev] include/Config/config.h discrepancies between CMake and autofoo builds
Eric Christopher <echristo at apple.com> writes: >>> Or cleanup both headers from unused stuff by Eric's >>> suggestion? >> >> I'm not sure this is a good idea (not that it is bad either). Murphy's >> Law says that a function that you remove today will be used tomorrow. > > I meant literally functions that aren't used in the
2011 Jan 05
2
[LLVMdev] include/Config/config.h discrepancies between CMake and autofoo builds
On Jan 5, 2011, at 6:34 AM, Óscar Fuentes wrote: > arrowdodger <6yearold at gmail.com> writes: > >>> Or to say it with other words: patches welcome. >> >> So, how should i proceed? Make CMake-generated config to be identical to >> autotools one? > > That would be a good thing. > > Please note that some checks are a bit tricky. A function that
2011 Jan 05
4
[LLVMdev] include/Config/config.h discrepancies between CMake and autofoo builds
...day maybe > some programmer will need that function tomorrow. And adding an autoconf > check is far from trivial, at least for those not familiarized with the > autotools. > Adding a check for most standard functions is amazingly trivial: AC_CHECK_FUNCS([backtrace ceilf floorf roundf rintf nearbyintf getcwd ]) AC_CHECK_FUNCS([powf fmodf strtof round ]) AC_CHECK_FUNCS([getpagesize getrusage getrlimit setrlimit gettimeofday ]) AC_CHECK_FUNCS([isatty mkdtemp mkstemp ]) AC_CHECK_FUNCS([mktemp posix_spawn realpath sbrk setrlimit strdup ]) AC_CHECK_FUNCS([strerror strerror_r strerror_s set...
2008 Jun 26
1
Compilation error during package installation
.... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for fmemopen... yes checking for open_memstream... yes checking for rintf... yes checking for finite... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking...
2017 Nov 16
0
Re: [Qemu-devel] [qemu-img] support for XVA
...size in bytes in tar file=0A my $filename =3D $3;= # filename in tar file, without leading 0s=0A my $byte_offset = =3D (1 + $offset) * 512; # byte offset in tar file=0A $block{$fi= lename} =3D { size =3D> $size, offset =3D> $byte_offset };=0A #p= rintf ("%s %d %d\n", $filename, $byte_offset, $size);=0A=0A if (= $byte_offset + $size > $estimated_size) {=0A $estimated_size= =3D $byte_offset + $size;=0A }=0A }=0A }=0A close = FILE;=0A}=0A=0Asub open=0A{=0A my $readonly =3D shift;=0A...
2018 Mar 18
0
Wine release 2.0.5
...Snow Leopard, et al) 42307 Temple+: needs knownfolder_GetRedirectionCapabilities 42414 The Witcher 3 intro videos don't play 42570 dinput/tests/mouse intermittently fails in Acquire() and GetDeviceData() 43000 wine can't be compiled by gcc-2.95.4 (dsound/dsound_convert.c, C99 ~ lrintf) 43004 qedit/tests/mediadet.c intermittent crash 43068 Armed and Dangerous: severe performance degradation 43217 Wine cannot execute position-independent (PIE) host executables via CreateProcess() 43316 Process Hacker 2.x needs ADVAPI32.dll.LsaLookupPrivilegeName 43483 Medusa Demo cr...
2017 Nov 24
0
Wine release 2.22
...winex11: Keep the result string in the IME UI window procedure. winemac: Keep the result string in the IME UI window procedure. imm32/tests: Add more WM_IME_CHAR message tests. user32: Send WM_IME_CHAR messages from DefWindowProc. Alex Henrie (4): libport: Fix typo in rintf. include: Add roparameterizediid.idl. combase: Add RoGetParameterizedTypeInstanceIID stub. comctl32/tests: Detect and handle an RTL locale. Alexandre Julliard (10): kernel32: Also match script name when looking for a locale. kernel32: Keep the sublanguage specified by...
2015 Jan 20
3
[LLVMdev] strlen in fast-isel
It seems that fast-isel for intel does not handle strlen. It's a general problem in fast-isel . ~/llvmw/build/Deb~/llvmw/build/Debug+Asserts/bin/clang -O0 -mllvm -fast-isel-verbose -mllvm -fast-isel strlen1.c strlen1.c:12:3: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' printf("%i\n", len); ^ strlen1.c:12:3: note: include the header <stdio.h> or explicitly provide a declaration for 'printf' FastISel missed call: %call = call i64 @strlen(i8* %0) #3 1 warning generated. #...
2014 Sep 17
2
[LLVMdev] fail to compile latest llvm?
...ng for pid_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for int64_t... yes checking for uint64_t... yes checking for backtrace... yes checking for ceilf... yes checking for floorf... yes checking for roundf... yes checking for rintf... yes checking for nearbyintf... yes checking for getcwd... yes checking for powf... yes checking for fmodf... yes checking for strtof... yes checking for round... yes checking for log... yes checking for log2... yes checking for log10... yes checking for exp... yes checking for exp2......
2012 May 24
1
[LLVMdev] vmkit: Getting Started
...es checking for pid_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for int64_t... yes checking for uint64_t... yes checking for backtrace... yes checking for ceilf... yes checking for floorf... yes checking for roundf... yes checking for rintf... yes checking for nearbyintf... yes checking for getcwd... yes checking for powf... yes checking for fmodf... yes checking for strtof... yes checking for round... yes checking for getpagesize... yes checking for getrusage... yes checking for getrlimit... yes checking for setrlimit... yes checking...
2010 Jul 27
2
[LLVMdev] Failed to build llvm with gcc 4.3.4 on Solaris x86
...no checking for pid_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for int64_t... yes checking for uint64_t... yes checking for backtrace... no checking for ceilf... yes checking for floorf... yes checking for roundf... yes checking for rintf... yes checking for nearbyintf... yes checking for getcwd... yes checking for powf... yes checking for fmodf... yes checking for strtof... yes checking for round... yes checking for getpagesize... yes checking for getrusage... yes checking for getrlimit... yes checking for setrlimit... yes checking...
2012 May 29
3
[LLVMdev] make error
...es checking for pid_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for int64_t... yes checking for uint64_t... yes checking for backtrace... yes checking for ceilf... yes checking for floorf... yes checking for roundf... yes checking for rintf... yes checking for nearbyintf... yes checking for getcwd... yes checking for powf... yes checking for fmodf... yes checking for strtof... yes checking for round... yes checking for getpagesize... yes checking for getrusage... yes checking for getrlimit... yes checking for setrlimit... yes checking...
2009 Feb 19
0
[LLVMdev] -fPIC warning on every compile on Cygwin
Aaron Gray wrote: > Hi, > > I partly built LLVM on Cygwin yesterday and it was fine as far as it > went. But after doing a svn update today I am getting the following > warning on every compile :- > > > llvm[3]: Compiling LowerAllocations.cpp for Debug build > /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning: > -fPIC ignored for
2010 Oct 02
2
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...es checking for pid_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for int64_t... yes checking for uint64_t... yes checking for backtrace... yes checking for ceilf... yes checking for floorf... yes checking for roundf... yes checking for rintf... yes checking for nearbyintf... yes checking for getcwd... yes checking for powf... yes checking for fmodf... yes checking for strtof... yes checking for round... yes checking for getpagesize... yes checking for getrusage... yes checking for getrlimit... yes checking for setrlimit... yes checking...
2009 Feb 19
2
[LLVMdev] -fPIC warning on every compile on Cygwin
Hi, I partly built LLVM on Cygwin yesterday and it was fine as far as it went. But after doing a svn update today I am getting the following warning on every compile :- llvm[3]: Compiling LowerAllocations.cpp for Debug build /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning: -fPIC ignored for target (all code is position independent) This maybe happening on other targets too.
2010 Oct 04
0
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...r size_t... yes > checking whether struct tm is in sys/time.h or time.h... time.h > checking for int64_t... yes > checking for uint64_t... yes > checking for backtrace... yes > checking for ceilf... yes > checking for floorf... yes > checking for roundf... yes > checking for rintf... yes > checking for nearbyintf... yes > checking for getcwd... yes > checking for powf... yes > checking for fmodf... yes > checking for strtof... yes > checking for round... yes > checking for getpagesize... yes > checking for getrusage... yes > checking for getrlimit....
2009 Feb 19
2
[LLVMdev] -fPIC warning on every compile on Cygwin
...t... yes checking return type of signal handlers... void checking whether struct tm is in sys/time.h or time.h... time.h checking for int64_t... yes checking for uint64_t... yes checking for backtrace... no checking for ceilf... yes checking for floorf... yes checking for roundf... yes checking for rintf... yes checking for nearbyintf... yes checking for getcwd... yes checking for powf... yes checking for fmodf... yes checking for strtof... yes checking for round... yes checking for getpagesize... yes checking for getrusage... yes checking for getrlimit... yes checking for setrlimit... yes checking...
2012 May 29
0
[LLVMdev] make error
...r size_t... yes > checking whether struct tm is in sys/time.h or time.h... time.h > checking for int64_t... yes > checking for uint64_t... yes > checking for backtrace... yes > checking for ceilf... yes > checking for floorf... yes > checking for roundf... yes > checking for rintf... yes > checking for nearbyintf... yes > checking for getcwd... yes > checking for powf... yes > checking for fmodf... yes > checking for strtof... yes > checking for round... yes > checking for getpagesize... yes > checking for getrusage... yes > checking for getrlimit....
2017 Nov 15
10
Re: [Qemu-devel] [qemu-img] support for XVA
2017-11-15 21:29 GMT+01:00 Richard W.M. Jones <rjones@redhat.com>: > Gandalf, is there an XVA file publically available (pref. not > too big) that we can look at? I can try to provide one, but it's simple: # tar tvf 20160630_124823_aa72_.xva.gz | head -n 50 ---------- 0/0 42353 1970-01-01 01:00 ova.xml ---------- 0/0 1048576 1970-01-01 01:00 Ref:175/00000000