Displaying 7 results from an estimated 7 matches for "check_result".
2017 Mar 15
4
[Proposal][RFC] Epilog loop vectorization
...n both cases,
>> and that because vf2 < vf, the one trip-count check implies the
>> other. This latter part seems like the part that our existing passes
>> might not know what to do with currently. Thoughts?
>
>
> And then we get:
>
> int start = 0;
> *bool check_result = false;
> *if (n >= vf) {
> if (check) {
> *check_result = true;*
> for (...; start += vf)
> ...
> }
> }
>
> if (n - start >= vf2) {
> if (*check_result*) {
> for (...; start += vf2)
> ...
> }
> }
>
> for (i = start;...
2017 Mar 14
4
[Proposal][RFC] Epilog loop vectorization
On 03/14/2017 12:11 PM, Adam Nemet wrote:
>
>> On Mar 14, 2017, at 9:49 AM, Hal Finkel <hfinkel at anl.gov
>> <mailto:hfinkel at anl.gov>> wrote:
>>
>>
>> On 03/14/2017 11:21 AM, Adam Nemet wrote:
>>>
>>>> On Mar 14, 2017, at 6:00 AM, Nema, Ashutosh <Ashutosh.Nema at amd.com
>>>> <mailto:Ashutosh.Nema at
2010 Apr 23
3
Playback all the sound files
Hello.
There are so many sound files in /var/lib/asterisk/en. Is there an easy
way to let me play back all of them one by one while I am watching CLI
to see the current file name?
Thanks for help.
--
Jian Gao
IT Technician
SJ Geophysics Ltd. <http://www.sjgeophysics.com>
jian.gao at sjgeophysics.com <mailto:jian.gao at sjgeophysics.com>
Tel: (604)582-1100
2016 Apr 24
0
CRAN package check results tabulated ... wasRe: Number of package in Ubuntu
Or grab https://cran.r-project.org/web/checks/check_results.rds and
read it w/o the need for scraping.
On Sat, Apr 23, 2016 at 10:43 AM, David Winsemius
<dwinsemius at comcast.net> wrote:
>
>> On Apr 23, 2016, at 6:56 AM, David Winsemius <dwinsemius at comcast.net> wrote:
>>
>>
>>> On Apr 22, 2016, at 11:51 AM, my...
2006 Apr 22
2
DSP C5xx decode to pcm 16bit
I am wont to decode a speex 11kbps 8kHz 16bit to a raw data 8kHz 16bit LSB on a c5509.
Trying to understand the "testenc-TI-C5x.c" exsample, but it looks to me wary complicated.
Is there more documentation for the exsample or a decoder exsample available?
Can somebody help?
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Apr 23
2
CRAN package check results tabulated ... wasRe: Number of package in Ubuntu
> On Apr 23, 2016, at 6:56 AM, David Winsemius <dwinsemius at comcast.net> wrote:
>
>
>> On Apr 22, 2016, at 11:51 AM, mylisttech at gmail.com wrote:
>>
>> Dear Experts ,
>>
>> I am using R with Spark on Windows and now there is a need to move to Ubuntu. I wanted to know if most of the packages that are available on windows , would they be available
2007 Sep 14
2
AGI script fails on IAX channels (from call file).
...ll File ========================
Perl AGI Scrip
============ test.agi =================================
#!/usr/bin/perl
use strict;
use Time::Local;
$|=1;
# Setup some variables
my %AGI; my $DEBUG=1;
my $DEBUGOUT = "filehandle";
my $debugfile="/tmp/agi_debug.log";
############ check_result ##########
# Use this to check the result of #
# a sent command #
# I pretty much stole this from #
# the regular agi-test.agi #
####################################
sub checkresult {
my ($res) = @_;
my $retval;
chomp $res;
if ($res =~ /^200/) {
$res =~...