search for: a32e

Displaying 20 results from an estimated 56 matches for "a32e".

Did you mean: ia32e
2015 Nov 16
0
[Fast Int64 3/4] Explicitly cast results of silk OPUS_FAST_INT64 macros back to opus_int32.
--- silk/macros.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/silk/macros.h b/silk/macros.h index 1ba614a..e1e05b9 100644 --- a/silk/macros.h +++ b/silk/macros.h @@ -48,14 +48,14 @@ POSSIBILITY OF SUCH DAMAGE. /* (a32 * (opus_int32)((opus_int16)(b32))) >> 16 output have to be 32bit int */ #if OPUS_FAST_INT64 -#define silk_SMULWB(a32, b32)
2015 Nov 16
3
[Fast Int64 1/4] Move OPUS_FAST_INT64 definition to celt/arch.h.
--- celt/arch.h | 5 +++++ silk/macros.h | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/celt/arch.h b/celt/arch.h index 9f74ddd..670527b 100644 --- a/celt/arch.h +++ b/celt/arch.h @@ -78,6 +78,11 @@ static OPUS_INLINE void _celt_fatal(const char *str, const char *file, int line) #define UADD32(a,b) ((a)+(b)) #define USUB32(a,b) ((a)-(b)) +/* Set this if opus_int64
2015 Aug 04
0
[PATCH] Create OPUS_FAST_INT64 macro, to abstract conditions where opus_int64 should be used.
This patch adds a macro abstracting the condition under which the silk math macros use opus_int64-based calculations rather than opus_int32. No substantive change, but will make it easier to adjust if additional such platforms are found in the future. --- silk/macros.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/silk/macros.h b/silk/macros.h index
2015 Nov 21
8
[Aarch64 v2 10/18] Clean up some intrinsics-related wording in configure.
--- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f52d2c2..e1a6e9b 100644 --- a/configure.ac +++ b/configure.ac @@ -190,7 +190,7 @@ AC_ARG_ENABLE([rtcd], [enable_rtcd=yes]) AC_ARG_ENABLE([intrinsics], - [AS_HELP_STRING([--disable-intrinsics], [Disable intrinsics optimizations for ARM(float) X86(fixed)])],, +
2008 Jan 20
3
Logical test and look up table
Dear R users, I have a data frame with one column (4000 rows) containing name codes (factor with 63 levels). I would like to associate each name with a particular Type (coded as 1,2,3,4,H or H1) in a second column. Is it possible to do a lookup table of associations (i.e. A23 is of type 1, A13 is of type 3 ...) so as to fill up automatically the $Type column. df() $Source $Type A23 A24 A9 A32
2006 Feb 02
0
Agents, queues and zombies
...OSE[10393] logger.c: -- Started music on hold, class 'default', on channel 'Zap/32-1' Feb 2 13:47:20 DEBUG[10393] channel.c: Scheduling timer at 160 sample intervals Feb 2 13:47:20 VERBOSE[10393] logger.c: -- outgoing agentcall, to agent '300', on 'Local/205@default-a32e,1' Feb 2 13:47:20 VERBOSE[10393] logger.c: -- Called Agent/300 Feb 2 13:47:20 VERBOSE[10395] logger.c: -- Executing Dial("Local/205@default-a32e,2", "SIP/205|30|tT") in new stack Feb 2 13:47:20 DEBUG[10395] chan_sip.c: Outgoing Call for 205 Feb 2 13:47:20 VERBOSE[10395]...
2013 May 17
1
[Patch]01-Add ARM5E macros
Hello, This is a first patch which add macros for ARMv5E. Also, I copy headers from other files and add company name, tell me if I'm wrong. Also, if you have any question or comment about it, feel free to contact me. Best regards, -- Aur?lien Zanelli Parrot SA 174, quai de Jemmapes 75010 Paris France -------------- next part -------------- diff --git a/celt/fixed_arm5e.h
2015 Nov 16
0
[Fast Int64 4/4] Add OPUS_FAST_INT64 definition of silk_SMULWT.
--- silk/macros.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/silk/macros.h b/silk/macros.h index e1e05b9..7cefedc 100644 --- a/silk/macros.h +++ b/silk/macros.h @@ -61,7 +61,11 @@ POSSIBILITY OF SUCH DAMAGE. #endif /* (a32 * (b32 >> 16)) >> 16 */ +#if OPUS_FAST_INT64 +#define silk_SMULWT(a32, b32) ((opus_int32)(((a32) * (opus_int64)((b32) >> 16))
2016 May 18
2
LLVM issuse:AArch64 TargetParser
Hi, A64 versus A32/T32 code generation is controlled by the -target option which I don’t believe is under discussion here. James On 18 May 2016, at 13:17, Bruce Hoult <bruce at hoult.org<mailto:bruce at hoult.org>> wrote: Note that armv8a modifies the A32 and T32 instruction sets, and is therefore an important -march option for 32 bit code. Therefore armv8a can not be used to imply
2016 May 05
4
LLVM issuse:AArch64 TargetParser
Hi everyone, I'm a member engineer of linaro's llvm team,coming from Spreadtrum.I am a new person on LLVM.Now I'm writing a Target Parser for AArch64,so options parsing of AArch64 about cpu & arch & fpu can be summary to one place. In the TargetParser,we assume "aarch64" and "arm64" are synonyms of armv8a(as they are only for armv8a,people usually do
2007 Nov 16
4
Permutation of a distance matrix
Hi there, I would like to find a more efficient way of permuting the rows and columns of a symmetrical matrix that represents ecological or actual distances between objects in space. The permutation is of the type used in a Mantel test. Specifically, the permutation has to accomplish something like this: Original matrix addresses: a11 a12 a13 a21 a22 a23 a31 a32 a33 Example
2007 Jun 12
0
CESA-2007:0465 Moderate CentOS 3 i386 pam - security and bug fix update
CentOS Errata and Security Advisory CESA-2007:0465 pam security update for CentOS 3 i386: https://rhn.redhat.com/errata/RHSA-2007-0465.html The following updated file has been uploaded and is currently syncing to the mirrors: i386: updates/i386/RPMS/cdrecord-2.01.0.a32-0.EL3.6.i386.rpm updates/i386/RPMS/cdrecord-devel-2.01.0.a32-0.EL3.6.i386.rpm
2007 Jun 12
0
CESA-2007:0465 Moderate CentOS 3 x86_64 pam - security and bug fix update
CentOS Errata and Security Advisory CESA-2007:0465 pam security update for CentOS 3 x86_64: https://rhn.redhat.com/errata/RHSA-2007-0465.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/cdrecord-2.01.0.a32-0.EL3.6.x86_64.rpm updates/x86_64/RPMS/cdrecord-devel-2.01.0.a32-0.EL3.6.x86_64.rpm
2009 Jul 10
3
strange strsplit gsub problem 0 is this a bug or a string length limitation?
I was working with the rmetrics portfolioBacktesting function and dug into the code to try to find why my formula with 113 items, i.e. A1 thru A113, was being truncated and I only get 85 items, not 113. Is it due to a string length limitation in R or is it a bug in the strsplit or gsub functions, or in my string? I'd very much appreciate any suggestions ============Input script:
2012 Mar 28
6
How to get all possible combinations?
Dear all, suppose I have a vector with elements as: Vec <- c(2,3,4,5,6) Now I want to have all possible combination of length 3 using those elements and without any repetition. Like, I want to have 1 possibility like 2-3-4 but not 3-2-4. Can somebody guide me how to achieve that in R? Thanks for your help.
2006 Apr 01
0
CEBA-2005:xxx CentOS 3 s390(x) - lot of updates for U5
CentOS Errata and Security Advisory CEBA-2005:xxx https://rhn.redhat.com/errata/rhel3as-errata.html The following updated files have been uploaded and are currently syncing to the mirrors: lot of files. Should be rest of the U5-batch. s390: updates/s390/RPMS/MyODBC-2.50.39-12.1.s390.rpm updates/s390/RPMS/am-utils-6.0.9-2.4.s390.rpm updates/s390/RPMS/anaconda-9.1.5.8-1.RHEL.1.centos.s390.rpm
2012 Feb 13
10
[RFB] add LZ4 compression method to btrfs
Hi, so here it is, LZ4 compression method inside btrfs. The patchset is based on top of current Chris'' for-linus + Andi''s snappy implementation + the fixes from Li Zefan. Passes xfstests and stresstests. I haven''t measured performance on wide range of hardware or workloads, rather wanted to publish the patches before I get distracted again. I''d like to ask
2012 Jun 23
9
[PATCH 0/5] btrfs: lz4/lz4hc compression
WARNING: This is not compatible with the previous lz4 patchset. If you''re using experimental compression that isn''t in mainline kernels, be prepared to backup and restore or decompress before upgrading, and have backups in case it eats data (which appears not to be a problem any more, but has been during development). These patches add lz4 and lz4hc compression
2006 Apr 01
0
CEBA-2005:xxx CentOS 3 ia64 - lot of updates for U5
CentOS Errata and Security Advisory CEBA-2005:xxx https://rhn.redhat.com/errata/rhel3as-errata.html The following updated files have been uploaded and are currently syncing to the mirrors: lot of files. Should be rest of the U5-batch. updates/ia64/RPMS/MyODBC-2.50.39-12.1.ia64.rpm updates/ia64/RPMS/am-utils-6.0.9-2.4.ia64.rpm updates/ia64/RPMS/anaconda-9.1.5.8-1.RHEL.1.centos.ia64.rpm
2007 Jun 13
0
CentOS-announce Digest, Vol 28, Issue 10
...rata and Security Advisory CESA-2007:0436 kernel - updated kernel packages security update for CentOS 3 x86_64: https://rhn.redhat.com/errata/RHSA-2007-0436.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/kernel-2.4.21-50.EL.ia32e.rpm updates/x86_64/RPMS/kernel-2.4.21-50.EL.x86_64.rpm updates/x86_64/RPMS/kernel-doc-2.4.21-50.EL.x86_64.rpm updates/x86_64/RPMS/kernel-smp-2.4.21-50.EL.x86_64.rpm updates/x86_64/RPMS/kernel-smp-unsupported-2.4.21-50.EL.x86_64.rpm updates/x86_64/RPMS/kernel-source-2.4.21-50.EL.x86_64.rpm updates/x...