search for: poin

Displaying 20 results from an estimated 28 matches for "poin".

Did you mean: point
2007 Jul 27
1
chan_mISDN module does not load
Hi, I have a Digium B410P 4-port BRI card. I installed misdn 1.1.3 with hfcmulti driver and misdnuser 1.1.3. I configured the card "correctly" as misdnportinfo reports: # misdnportinfo Port 1: TE-mode BRI S/T interface line (for phone lines) -> Interface is Poin-To-Point. -> Protocol: DSS1 (Euro ISDN) -> childcnt: 2 -------- Port 2: TE-mode BRI S/T interface line (for phone lines) -> Interface is Poin-To-Point. -> Protocol: DSS1 (Euro ISDN) -> childcnt: 2 -------- Port 3: TE-mode BRI S/T interface line (for phone lines) -> Interfa...
2009 Jan 13
3
mISDN BRI Asterisk 1.4
...RI Card so that we can get it to dial out across an existing ISDN PRI Line also installed in the Asterisk PBX Everything has compiled successfully and the BRI card has been detected when mISDN is started: # misdnportinfo Port 1: NT-mode BRI S/T interface port (for phones) -> Interface can be Poin-To-Point/Multipoint. -------- Port 2: NT-mode BRI S/T interface port (for phones) -> Interface can be Poin-To-Point/Multipoint. -------- However when checking in Asterisk Layer 1 is always down even though the Router is connected: *CLI> misdn show stacks BEGIN STACK_LIST: * Port 1 Type...
2020 Feb 06
2
[PATCH] tools/virtio: option to build an out of tree module
...- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tools/virtio/Makefile b/tools/virtio/Makefile index 8e2a908115c2..94106cde49e3 100644 --- a/tools/virtio/Makefile +++ b/tools/virtio/Makefile @@ -8,7 +8,18 @@ CFLAGS += -g -O2 -Werror -Wall -I. -I../include/ -I ../../usr/include/ -Wno-poin vpath %.c ../../drivers/virtio ../../drivers/vhost mod: ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test V=${V} -.PHONY: all test mod clean + +#oot: build vhost as an out of tree module for a distro kernel +#no effort is taken to make it actually build or work, but tends to mostly work +#if the distro...
2020 Feb 06
2
[PATCH] tools/virtio: option to build an out of tree module
...- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tools/virtio/Makefile b/tools/virtio/Makefile index 8e2a908115c2..94106cde49e3 100644 --- a/tools/virtio/Makefile +++ b/tools/virtio/Makefile @@ -8,7 +8,18 @@ CFLAGS += -g -O2 -Werror -Wall -I. -I../include/ -I ../../usr/include/ -Wno-poin vpath %.c ../../drivers/virtio ../../drivers/vhost mod: ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test V=${V} -.PHONY: all test mod clean + +#oot: build vhost as an out of tree module for a distro kernel +#no effort is taken to make it actually build or work, but tends to mostly work +#if the distro...
2003 Mar 14
2
plot
Can anyone tell me how to plot on the same graph two different functions (of x) using two differnt y scales (axes 2 and 4)? Thanks Nelson
2011 Mar 15
1
Multiple Asterisk
Helo folks. I am new with asterisk, so please be patient with me! First of all, Where i am working we gonna try an pilot project to see if we are able to change our all PABX and VOIP system to an open source. We atually are using an proprietary one. We have a big envoriment. So we need multiple point of hardware plug in. Let me explain better. Have many diferenet locations that have convencional phones that need to call others locations with convencional phones. And we can not change this, I was reading and asterisk cannot handle it self this kind of setup, it needs an separated serrver to co...
2007 Jun 22
0
[LLVMdev] df_ext_iterator in LiveIntervalAnalysis
...code. The register allocator must be aware that the intervals are been visited in the order of dominance between basic blocks. This allows to simplify the implementation a bit, because you don't have to handle holes in the live ranges: the new ordering has the property that, once a program point is visited (i.e the intervals starting at that program poin), all the program points that dominate it have already been visited. Fernando > Hi, > > Just my two cents: > > If I recall correctly, in some papers on the linear scan register > allocation people described that they...
2007 Jun 22
1
[LLVMdev] df_ext_iterator in LiveIntervalAnalysis
...ter > allocator must be aware that the intervals are been visited in the order > of dominance between basic blocks. This allows to simplify the > implementation a bit, because you don't have to handle holes in the live > ranges: the new ordering has the property that, once a program point is > visited (i.e the intervals starting at that program poin), all the program > points that dominate it have already been visited. You can still have holes due to phi elimination, copy coallescing, live ranges for physregs, etc. -Chris >> Just my two cents: >> >> If I...
2023 Jan 26
1
akima interp results to zero with less than 10 values
...NA NA NA NA 34.60000 [2,] NA NA 27.29139 27.11807 26.60971 [3,] NA 19.81371 19.63614 19.12778 18.61943 [4,] NA 14.01443 10.66531 11.13750 10.62914 [5,] NA NA NA NA NA Help page says x, y, and z must be the same length (execpt if x is a SpatialPointsDataFrame) and may contain no fewer than ***four*** points. So my understanding was that 5 poins could be used but I am obviously wrong. Is it a bug in interp or in the documentation or is it my poor understanding of the whole matter. Best regards Petr
2020 Feb 07
1
[PATCH v2] tools/virtio: option to build an out of tree module
...- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/tools/virtio/Makefile b/tools/virtio/Makefile index 8e2a908115c2..f33f32f1d208 100644 --- a/tools/virtio/Makefile +++ b/tools/virtio/Makefile @@ -8,7 +8,32 @@ CFLAGS += -g -O2 -Werror -Wall -I. -I../include/ -I ../../usr/include/ -Wno-poin vpath %.c ../../drivers/virtio ../../drivers/vhost mod: ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test V=${V} -.PHONY: all test mod clean + +#oot: build vhost as an out of tree module for a distro kernel +#no effort is taken to make it actually build or work, but tends to mostly work +#if the distro...
2023 Jan 26
1
akima interp results to zero with less than 10 values
...gt; [2,] NA NA 27.29139 27.11807 26.60971 > [3,] NA 19.81371 19.63614 19.12778 18.61943 > [4,] NA 14.01443 10.66531 11.13750 10.62914 > [5,] NA NA NA NA NA > > Help page says > x, y, and z must be the same length (execpt if x is a > SpatialPointsDataFrame) and may contain no fewer than ***four*** points. > > So my understanding was that 5 poins could be used but I am obviously wrong. > Is it a bug in interp or in the documentation or is it my poor understanding > of the whole matter. > > Best regards > Petr > &g...
2007 Jun 22
2
[LLVMdev] df_ext_iterator in LiveIntervalAnalysis
Hi, Just my two cents: If I recall correctly, in some papers on the linear scan register allocation people described that they tried different orderings for instruction numbering, e.g. including DFS or based on the loop nesting levels, etc. There was no clear winner though. But let's see the numbers anyway. May be it really brings some improvements. -Roman Chris Lattner wrote: > On
2009 Jan 21
1
Fw: Re: mISDN BRI Asterisk 1.4
Its been a few days, I was wondering if anyone else has any ideas on how to get this to work? If not, could I ask a the direct question as to if anyone here has (or knows someone who has) successfully got something like a Cisco Router to successfully establish an ISDN data/Internet connection through the Asterisk PBX?
2009 Jan 22
0
Fw: Re: mISDN BRI Asterisk 1.4
...X? -->> -->> From a telephony perspective it must be possible as our existing -->> Nortel PBX does it, just don't know if Asterisk can. -->> -->> I feel that I've spent too much time that could have been better spend -->> on this and am now at the point where I think the boss should just -->> cough up and get a couple of ISDN BRI lines put in. -->> -->> Thanks again for everyones input so far. -->> -->> Lee -->> -->> --- On Fri, 16/1/09, Lee Wilson <leefm40 at yahoo.co.uk> wrote: -->&gt...
2020 Feb 07
0
[PATCH] tools/virtio: option to build an out of tree module
...ons(+), 1 deletion(-) > > diff --git a/tools/virtio/Makefile b/tools/virtio/Makefile > index 8e2a908115c2..94106cde49e3 100644 > --- a/tools/virtio/Makefile > +++ b/tools/virtio/Makefile > @@ -8,7 +8,18 @@ CFLAGS += -g -O2 -Werror -Wall -I. -I../include/ -I ../../usr/include/ -Wno-poin > vpath %.c ../../drivers/virtio ../../drivers/vhost > mod: > ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test V=${V} > -.PHONY: all test mod clean > + > +#oot: build vhost as an out of tree module for a distro kernel > +#no effort is taken to make it actually build or work, bu...
2011 Sep 01
0
[PATCH 4/5] configure.ac: Add ARM NEON support
...mallft @@ -165,6 +191,10 @@ if test "$has_sse" = yes; then AC_DEFINE([_USE_SSE], , [Enable SSE support]) fi +if test "$has_neon" = yes; then + AC_DEFINE([_USE_NEON], , [Enable NEON support]) +fi + AC_ARG_ENABLE(float-api, [ --disable-float-api Disable the floating-point API], [if test "$enableval" = no; then AC_DEFINE([DISABLE_FLOAT_API], , [Disable all parts of the API that are using floats]) @@ -198,7 +228,7 @@ AC_ARG_ENABLE(fixed-point-debug, [ --enable-fixed-point-debug Debug fixed-poin AC_DEFINE([FIXED_DEBUG], , [Debug fixed-point implemen...
2013 Jul 16
1
Opus on Analgo Devices ADSP-21489
Hi, I am evaluating the opus codec for use in an embedded design. I have successfully ported opus on a TI C5502 (fixed poin dspt) but need to use a more powerful dsp processor for our application. With the C5502 it takes 4.5ms to encode 2 (mono) channels with a 5ms frame @80kbits per channel. I need to reduce the computing time to reduce latency and leave some time for the DSP to perform some other tasks.The ADSP-21489...
2006 Apr 23
1
[LLVMdev] Re: Building CFE on MinGW
...; > --target=mingw32 $confopts > > --includedir and --libdir should be Windows directories > (c:/msys/...). MinGW does not understand Cygwin/MSYS paths. With forward-slashes? or back-slashes? (I'll try both if I have to :) > Is --srcdir really needed? I don't know. At this poin I'm just trying lots of stuff. :-) > > make CFLAGS=-O LIBCFLAGS+=-g LIBCFLAGS+=-O2 LIBCXXFLAGS+=-g > > LIBCXXFLAGS+=-O2 LIBCXXFLAGS+=-fno-implicit-templates LDFLAGS=-s all > > I don't know about LLVM, but shouldn't this be > make ... bootstrap > as per the g...
2006 Apr 23
0
[LLVMdev] Re: Building CFE on MinGW
Greg Pettyjohn <gregp at ccs.neu.edu> writes: > I'm using a little shell script: [snip] > confopts="--prefix=$PREFIX" > confopts="$confopts --disable-threads" > confopts="$confopts --disable-nls" > confopts="$confopts --disable-shared" > confopts="$confopts --enable-languages=c,c++" >
2005 Mar 26
0
learning networks with a large number of variables andpre-set parents.
...es are defined as conditional probability distributions. So if the probability distribution of a variable X's value is conditioned on the probability distribution of the values of Y and Z, we say Y and Z are X's parents, and in the network, there are two arrows starting from Y and Z and poining both to X. Clearly it's something like a bayesian network. And I do know some packages, such as deal, can learn the bayesian networks structure from training data. But I'm not sure if deal or other similar packages can handle 10000 variables...... Thanks a lot for your information....