Displaying 20 results from an estimated 20 matches for "in32".
Did you mean:
i32
2009 Jan 07
1
126: The specified module could not be found. - c:/ruby/lib/ruby/gems/1.8/gems/ruby-postgres-0.7.1.2006.04.06-x86-msw in32/postgres.so
I have install postgres but I am getting this message when I am
starting the application. Please help
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send
2007 Aug 08
2
Embedding int32's within threora & vorbis files
Hi, i need to include a discontinuous stream of in32's(3 at a time) to vorbis
and theora ogg files, to be played back on time.
Does anyone have an example I can work from?
I would love to say what it is for but I have to be careful of comptition at
this early stage.
Thanks, Paul G.
2007 Aug 08
2
Embedding int32's within threora & vorbis files
On 8/8/07, Ian Malone <ibmalone@gmail.com> wrote:
> On 08/08/07, Paul Griffiths <gafferuk@gmail.com> wrote:
> > Hi, i need to include a discontinuous stream of in32's(3 at a time) to vorbis
> > and theora ogg files, to be played back on time.
> >
> > Does anyone have an example I can work from?
> >
> > I would love to say what it is for but I have to be careful of comptition at
> > this early stage.
> >
>
> I...
2017 Sep 12
3
comparition of occurrence of multiple variables between two dataframes
...0
0
0
0
0
0
0
0
0
1083
0
4
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
3919
0
0
0
0
0
0
0
0
0
0
0
2
0
0
0
0
0
0
0
0
0
0
0
14685
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1
0
0
4021
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1
0
0
5452
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
IN14
IN21
IN22
IN23
IN31
IN32
IN33
IN34
BA11
BA12
BA21
DE11
DE12
DE13
DE14
DE15
GR11
GR12
GR13
GR21
GR22
GR31
GR32
1291
0
0
0
0
0
0
0
0
30
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1083
3
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
3919
0
0
1
0
2
0
0
0
2
0
0
0
3
0
0
0
0
0
0
11
0
0
0
14685
0
0
0
0
0
0
0
0
11
0
0
0
0
0
0
0
0
0
0
0
0
0
0
4021
0...
2017 Sep 12
0
comparition of occurrence of multiple variables between two dataframes
...gt;
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> 0
>
> IN14
>
> IN21
>
> IN22
>
> IN23
>
> IN31
>
> IN32
>
> IN33
>
> IN34
>
> BA11
>
> BA12
>
> BA21
>
> DE11
>
> DE12
>
> DE13
>
> DE14
>
> DE15
>
> GR11
>
> GR12
>
> GR13
>
> GR21
>
> GR22
>
> GR31
>
> GR32
>
> 1291
>
> 0
>
> 0
>...
2017 Sep 12
0
comparition of occurrence of multiple variables between two dataframes
Do you have a simplified example with a code? It is not clear to me
what do you mean by tree but if you refer to tree data structure,
maybe you could change the data structure to tree
(https://cran.r-project.org/web/packages/data.tree/vignettes/data.tree.html)
and try to write comparison of two tree objects. It might be easier
that data.frame alone.
On 12 September 2017 at 12:27, C?line L?scher
2013 May 17
1
[Patch]01-Add ARM5E macros
...+#ifdef ARM5E_ASM
+#include "macros_arm5e.h"
+#else /* Generic macro */
+
/* This is an inline header file for general platform. */
/* (a32 * (opus_int32)((opus_int16)(b32))) >> 16 output have to be 32bit int */
@@ -134,5 +138,7 @@ static inline opus_int32 silk_CLZ32(opus_int32 in32)
(*((Matrix_base_adr) + ((row)+(M)*(column))))
#endif
+#endif
+
#endif /* SILK_MACROS_H */
diff --git a/silk/macros_arm5e.h b/silk/macros_arm5e.h
new file mode 100644
index 0000000..6f47ec4
--- /dev/null
+++ b/silk/macros_arm5e.h
@@ -0,0 +1,197 @@
+/**************************************...
2004 Nov 11
2
inst/CITATION produced error during Rcmd check <package>
.../R/rw2000/include -Wall -O2 -c MASS.c -o MASS.o
gcc -Ic:/R/rw2000/include -Wall -O2 -c lqs.c -o lqs.o
ar cr MASS.a MASS.o lqs.o
ranlib MASS.a
windres --include-dir c:/R/rw2000/include -i MASS_res.rc -o MASS_res.o
gcc --shared -s -o MASS.dll MASS.def MASS.a MASS_res.o
-Lc:/R/rw2000/src/gnuw
in32 -lg2c -lR
... DLL made
installing DLL
installing R files
installing inst files
FIND: Parameter format not correct
make[2]: *** [H:/R/Packages/VR.Rcheck/MASS/inst] Error 2
make[1]: *** [all] Error 2
make: *** [pkg-MASS] Error 2
*** Installation of MASS failed ***
ERROR
Installation failed...
2017 Sep 12
2
comparition of occurrence of multiple variables between two dataframes
Hi everyone, I need your help to solve a problem with occurrence and two dataframes.
I have an excel table of 15200 lines. Each line correspond to a tree analyzed for its structures. I have all the structures in columns (48 structures). The occurrence of these structures has been counted on every tree. For example, the tree 12607 has 3 structures CV11, 1 structure IN12 and none (0) of the rest of
2007 Aug 08
0
Embedding int32's within threora & vorbis files
On 08/08/07, xiphmont@xiph.org <xiphmont@xiph.org> wrote:
> On 8/8/07, Ian Malone <ibmalone@gmail.com> wrote:
> > On 08/08/07, Paul Griffiths <gafferuk@gmail.com> wrote:
> > > Hi, i need to include a discontinuous stream of in32's(3 at a time) to vorbis
> > > and theora ogg files, to be played back on time.
> > >
> > > Does anyone have an example I can work from?
> > >
> > > I would love to say what it is for but I have to be careful of comptition at
> > > this earl...
2015 Nov 19
0
[PATCH 2/3] Add Aarch64 intrinsics for saturated add/subtract.
...+
+#undef silk_SUB_SAT32
+#define silk_SUB_SAT32(a, b) (vqsubs_s32((a), (b)))
+
+#endif /* SILK_MACROS_ARM64_H */
diff --git a/silk/macros.h b/silk/macros.h
index 7cefedc..d3ca347 100644
--- a/silk/macros.h
+++ b/silk/macros.h
@@ -151,5 +151,9 @@ static OPUS_INLINE opus_int32 silk_CLZ32(opus_int32 in32)
#include "arm/macros_armv5e.h"
#endif
+#ifdef OPUS_ARM_PRESUME_AARCH64_NEON_INTR
+#include "arm/macros_arm64.h"
+#endif
+
#endif /* SILK_MACROS_H */
diff --git a/silk_headers.mk b/silk_headers.mk
index c74ab81..f8bf1d2 100644
--- a/silk_headers.mk
+++ b/silk_headers.mk
@...
2011 Apr 12
2
Re: Is Wine64 usable yet?
Hmm.. is this "update.exe" problem same which is happening with ie7 in32-bit (needs some cat file copied somewhere to run)?
With wow64 build I have been testing to install SolidWorks 2009-2011 x64 and most of the times installer tries by default install the app to "Program Files (x86)"-folder, sometimes it gets correct program files folder, usually not. Insta...
2015 Aug 05
0
[PATCH 5/8] Arm64 assembly for Silk math.
...return a + rd;
+}
+#define silk_SMLAWW(a, b, c) (silk_SMLAWW_arm64(a, b, c))
+
+#endif /* SILK_MACROS_ARM64_H */
diff --git a/silk/macros.h b/silk/macros.h
index bc30303..e7ab7f5 100644
--- a/silk/macros.h
+++ b/silk/macros.h
@@ -149,5 +149,9 @@ static OPUS_INLINE opus_int32 silk_CLZ32(opus_int32 in32)
#include "arm/macros_armv5e.h"
#endif
+#ifdef OPUS_ARM64_INLINE_ADM
+#include "arm/macros_arm64.h"
+#endif
+
#endif /* SILK_MACROS_H */
diff --git a/silk_headers.mk b/silk_headers.mk
index 679ff8f..6676133 100644
--- a/silk_headers.mk
+++ b/silk_headers.mk
@@ -23,8 +23,1...
2015 Nov 19
3
[PATCH 1/3] Add configure check for Aarch64-specific Neon intrinsics.
---
configure.ac | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/configure.ac b/configure.ac
index 90a06c8..adcb969 100644
--- a/configure.ac
+++ b/configure.ac
@@ -503,6 +503,26 @@ AS_IF([test x"$enable_intrinsics" = x"yes"],[
[rtcd_support="$rtcd_support (NE10)"])
])
+ OPUS_CHECK_INTRINSICS(
+
2005 Mar 22
4
trouble building r-devel
...previous R-devels
from source fairly often in the past-- though I have no understanding
whatsoever of what's going on. FWIW the only changes I made to MkRules
are (i) WINHELP=NO and (ii) TCL_HOME=C:/R/Tcl, which are the same ones I
always make.
Any help appreciated!
Mark
C:\R\R-devel\src\gnuwin32> make
<< some OK bits of output, to help show where the problem is>>
...
making vfonts.d from vfonts.c
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_H
-DR_DLL_BUILD -c CConverters.c -o CConverters.o
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_...
2014 Nov 21
0
[RFC PATCHv1] armv7: celt_pitch_xcorr: Introduce ARM neon intrinsics
...d(OPUS_ARM_INLINE_EDSP) && defined(FIXED_POINT)
#include "arm/SigProc_FIX_armv5e.h"
#endif
diff --git a/silk/macros.h b/silk/macros.h
index 2f24950..217b851 100644
--- a/silk/macros.h
+++ b/silk/macros.h
@@ -138,11 +138,11 @@ static OPUS_INLINE opus_int32 silk_CLZ32(opus_int32 in32)
(*((Matrix_base_adr) + ((row)+(M)*(column))))
#endif
-#ifdef OPUS_ARM_INLINE_ASM
+#if defined(OPUS_ARM_INLINE_ASM) && defined(FIXED_POINT)
#include "arm/macros_armv4.h"
#endif
-#ifdef OPUS_ARM_INLINE_EDSP
+#if defined(OPUS_ARM_INLINE_EDSP) && defined(FIXED_POI...
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)])],,
+
2014 Nov 21
4
[RFC PATCHv1] cover: celt_pitch_xcorr: Introduce ARM neon intrinsics
Hello,
I received feedback from engineers working on NE10 [1] that
it would be better to use NE10 [1] for FFT optimizations for
opus use cases. However, these FFT patches are currently in review
and haven't been integrated into NE10 yet.
While the FFT functions in NE10 are getting baked, I wanted
to optimize the celt_pitch_xcorr (floating point only) and use
it to introduce ARM NEON
2015 Aug 05
8
[PATCH 0/8] Patches for arm64 (aarch64) support
This sequence of patches provides arm64 support for Opus. Tested on
iOS, Android, and Ubuntu 14.04.
The patch sequence was written on top of Viswanath Puttagunta's Ne10
patches, but all but the second ("Reorganize pitch_arm.h") should, I
think, apply independently of it. It does depends on my previous
intrinsics configury reorganization, however.
Comments welcome.
With this and
2015 Nov 07
12
[Aarch64 00/11] Patches to enable Aarch64 (arm64) optimizations, rebased to current master.
Here are my aarch64 patches rebased to the current tip of Opus master.
They're largely the same as my previous patch set, with the addition
of the final one (the Neon fixed-point implementation of
xcorr_kernel). This replaces Viswanath's Neon fixed-point
celt_pitch_xcorr, since xcorr_kernel is used in celt_fir and celt_iir
as well.
These have been tested for correctness under qemu