Displaying 8 results from an estimated 8 matches for "truncf".
Did you mean:
trunc
2015 Jul 28
2
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
...Command Output (stdout):
> --
> Command 0: "C:/msys64/home/Martell/llvmbuild/./bin/lli.EXE" "-O0"
> "-force-interpreter"
> Command 0 Result: 1
> Command 0 Output:
>
> Command 0 Stderr:
> LLVM ERROR: Tried to execute an unknown external function: truncf
> --
>
the same failure happens for trunc, round and copysign.
Commenting out these declarations and calls result in a successful
make-check.
-- Testing: 14266 tests, 8 threads --
> Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
> Testing Time: 83.21s
> Expected Pass...
2015 Jul 28
0
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
...; --
>> Command 0: "C:/msys64/home/Martell/llvmbuild/./bin/lli.EXE" "-O0"
>> "-force-interpreter"
>> Command 0 Result: 1
>> Command 0 Output:
>>
>> Command 0 Stderr:
>> LLVM ERROR: Tried to execute an unknown external function: truncf
>> --
>>
>
> the same failure happens for trunc, round and copysign.
>
> Commenting out these declarations and calls result in a successful
> make-check.
>
> -- Testing: 14266 tests, 8 threads --
>> Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
&g...
2012 Jul 07
5
number of decimal places in a number?
Dear R users,
I need a function that gets a number and returns its number of actual decimal places.
For example f(3.14) should return 2, f(3.142) should return 3, f(3.1400) should also return 2
and so on. Is such function already available in R? If not, could you give me a hint how to achieve that?
Many thanks in advance.
-----------------------------------------------------------------
2015 Jul 28
2
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
..."C:/msys64/home/Martell/llvmbuild/./bin/lli.EXE" "-O0"
>>> "-force-interpreter"
>>> Command 0 Result: 1
>>> Command 0 Output:
>>>
>>> Command 0 Stderr:
>>> LLVM ERROR: Tried to execute an unknown external function: truncf
>>> --
>>>
>>
>> the same failure happens for trunc, round and copysign.
>>
>> Commenting out these declarations and calls result in a successful
>> make-check.
>>
>> -- Testing: 14266 tests, 8 threads --
>>> Testing: 0 .. 10.. 20...
2015 Jul 28
0
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
..."C:/msys64/home/Martell/llvmbuild/./bin/lli.EXE" "-O0"
>>> "-force-interpreter"
>>> Command 0 Result: 1
>>> Command 0 Output:
>>>
>>> Command 0 Stderr:
>>> LLVM ERROR: Tried to execute an unknown external function: truncf
>>> --
>>>
>>
>> the same failure happens for trunc, round and copysign.
>>
>> Commenting out these declarations and calls result in a successful
>> make-check.
>>
>> -- Testing: 14266 tests, 8 threads --
>>> Testing: 0 .. 10.. 20...
2005 Apr 28
0
[LLVMdev] SimplifyLibCalls Pass -- Help!
...cspn(s,"") -> strlen(a)
strstr:
* strstr(x,x) -> x
* strstr(s1,s2) -> offset_of_s2_in(s1)
(if s1 and s2 are constant strings)
tan, tanf, tanl:
* tan(0.0) -> 0.0
* tan(atan(x)) -> x
toascii:
* toascii(c) -> (c & 0x7f)
trunc, truncf, truncl:
* trunc(cnst) -> cnst'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050427/e7ce9acb/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
N...
2009 Dec 31
0
configure R-2.10.1 => "Error: MPlayer will not compile without (PR#14175)
...keyword ... restrict
Checking for __builtin_expect ... yes
Checking for kstat ... no
Checking for posix4 ... no
Checking for llrint ... yes
Checking for log2 ... yes
Checking for lrint ... yes
Checking for lrintf ... yes
Checking for round ... yes
Checking for roundf ... yes
Checking for truncf ... yes
Checking for mkstemp ... yes
Checking for nanosleep ... yes
Checking for socklib ... yes
Checking for arpa/inet.h ... yes
Checking for inet_pton() ... yes
Checking for inet_aton() ... yes
Checking for socklen_t ... yes
Checking for closesocket() ... no
Checking for network ... yes...
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);
^