Displaying 4 results from an estimated 4 matches for "minexp".
1998 Jul 27
1
R-beta: R has underflows on sparc-redhat-linux
...;help()" for on-line help, or
"help.start()" for a HTML browser interface to help.
Program received signal SIGFPE, Arithmetic exception.
0xa0bac in machar (ibeta=0xefffef7c, it=0xefffef78, irnd=0xefffef74,
ngrd=0x200, machep=0xefffef6c, negep=0x0, iexp=0xefffef64,
minexp=0xefffef60, maxexp=0xefffef5c, eps=0xefffef50, epsneg=0xefffef48,
xmin=0xefffef40, xmax=0xefffef38) at machar.c:204
204 z = y * y;
(gdb) where
#0 0xa0bac in machar (ibeta=0xefffef7c, it=0xefffef78, irnd=0xefffef74,
ngrd=0x200, machep=0xefffef6c, negep=0x0, iexp=0xefff...
2010 Jul 26
1
Optimize peers registration under jitter/delay.
Hello,
I want to optimize my registrations and calls of peers to my asterisk
with the following options in sip.conf:
---///---
qualify = yes
qualify = 500
qualifyfreq=5
registerattempts = 0
registertimeout = 10
maxexpiry = 60
minexpiry = 20
defaultexpiry = 600
---///---
Can someone more experienced with these settings to help me to
optimize connections from peers with mobile phone that using operator
Internet with delay/jitter conditions?
I chooses values above after many tests but still have some problems:
- from time to t...
2005 Jul 20
1
(PR#8017) build of REventLoop package crashes with 2.1 due
...(String)
> < #define N_(String) String
> < #endif
> <
> ---
>> char *EncodeString(SEXP, int, int, int);
> 950,957d874
> < /* structure for caching machine accuracy values */
> < typedef struct {
> < int ibeta, it, irnd, ngrd, machep, negep, iexp, minexp, maxexp;
> < double eps, epsneg, xmin, xmax;
> < } AccuracyInfo;
> <
> < extern AccuracyInfo R_AccuracyInfo;
> <
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
&...
2005 Jul 19
0
build of REventLoop package crashes with 2.1 due tosyntax error in Defn.h (PR#8017)
...; #else /* not NLS */
< #define _(String) (String)
< #define N_(String) String
< #endif
<
---
> char *EncodeString(SEXP, int, int, int);
950,957d874
< /* structure for caching machine accuracy values */
< typedef struct {
< int ibeta, it, irnd, ngrd, machep, negep, iexp, minexp, maxexp;
< double eps, epsneg, xmin, xmax;
< } AccuracyInfo;
<
< extern AccuracyInfo R_AccuracyInfo;
<