search for: _b

Displaying 20 results from an estimated 54 matches for "_b".

Did you mean: b_
2010 Jun 09
1
equivalent of stata command in R
...4 rho | .75494455 (fraction of variance due to u_i) ------------------------------------------------------------------------------ F test that all u_i=0: F(48854, 97301) = 3.30 Prob > F = 0.0000 3. Compute marginal effect of eco at sample mean . nlcom (_b[eco]+_b[inno]*.0880374+_b[eco_lnE]*.9256239+_b[eco_lnM]*4.281903) _nl_1: _b[eco]+_b[inno]*.0880374+_b[eco_lnE]*.9256239+_b[eco_lnM]*4.281903 ------------------------------------------------------------------------------ lnLP | Coef. Std. Err. t P>|t| [95...
2010 Jun 09
1
equivalent of stata command in R‏
...rho | .75494455 (fraction of variance due to u_i) ------------------------------------------------------------------------------ F test that all u_i=0: F(48854, 97301) = 3.30 Prob > F = 0.0000 3. Compute marginal effect of eco at sample mean . nlcom (_b[eco]+_b[inno]*.0880374+_b[eco_lnE]*.9256239+_b[eco_lnM]*4.281903) _nl_1: _b[eco]+_b[inno]*.0880374+_b[eco_lnE]*.9256239+_b[eco_lnM]*4.281903 ------------------------------------------------------------------------------ lnLP | Coef. Std. Err. t P>|t|...
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
...es rhRInternals, rhTypesAndConsts; { ConvC - call our convolve using .C } { We use pointer type arguments as they are closer to the original C code. See in implementation for an example with parameters passed by reference } procedure ConvC( _a: pDoubleArr; _na: pInteger; _b: pDoubleArr; _nb: pInteger; _ab: pDoubleArr ); cdecl; { ConvCallRInternals - call our convolve using .Call and Rinternals } function ConvCallRInternals( _a, _b: pSExp ): pSExp; cdecl; { ConvCallRDefines - call our convolve using .Call and Rdefines } function ConvCallRDefines(...
2019 Jun 07
1
Problem with opusfile & ndk
Hi Xiph.org Team. We are using opusfile library <https://github.com/xiph/opusfile> for streaming *.opus* audio in our projects. But now we have a problem with building opusfile library for android with *ndk-build*. In particular, with arm64-v8a platform: Google removed <sys/timeb.h> from android. And now building opusfile with nkd-build crashes with error "fatal error:
2015 Oct 27
2
How to create global symbol from record offset
I would like to create something like this (x86_64) .section __DATA,__data .align 4 _a: .long 18 .globl _b _b: .long 48 If you like to notice, there is no alignment between _a and _b. _b is basically offseting into a record structure. ---- When I use two discrete structs, I get .aligns and I also don't trust the tools to keep the two globals together. %struct.a = type { i32 } %struct.b = ty...
2017 Jan 02
1
[PATCH] Use ASN1_STRING_get0_data for openssl-1.1.0
...STRING_data is deprecated in openssl-1.1.0. The new ASN1_STRING_get0_data is identical, except the returned string may not be modified, which we don't do anyway. Also include missing asn1.h header to silence compiler warnings. X-Gentoo-Bug: 592456 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=592456 --- src/http.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/http.c b/src/http.c index dfd8fca..af8d984 100644 --- a/src/http.c +++ b/src/http.c @@ -214,6 +214,7 @@ static const char *op_parse_file_url(const char *_src){ # include <winsock2.h...
2010 Jun 09
1
equivalent of stata command in R‏‏
...---------------------------------------------------- > > > > F test that all u_i=0: F(48854, 97301) = 3.30 Prob > F = 0.0000 > > > > > > > > 3. Compute marginal effect of eco at sample mean > > > > > > > > . nlcom (_b[eco]+_b[inno]*.0880374+_b[eco_lnE]*.9256239+_b[eco_lnM]*4.281903) > > > > > > > > _nl_1: _b[eco]+_b[inno]*.0880374+_b[eco_lnE]*.9256239+_b[eco_lnM]*4.281903 > > > > > > > > -----------------------------------------------------------------------...
2003 Sep 10
0
[Ffmpeg-devel] libavcodec/vp3.c compile problem (fwd)
...e.net Subject: [Ffmpeg-devel] libavcodec/vp3.c compile problem Hi! Since sourceforge finally caught up (it seemed to be running even more behind than usual for a couple days) I was able to try compiling the latest version. Ran into a problem with vp3.c due to a conflict of the variables _A, _B, _C, _D, _G and _H with defines from the system header <ctype.h>: vp3.c: In function `vp3_idct_c': vp3.c:314: syntax error before `0x00000100L' vp3.c:351: invalid lvalue in assignment vp3.c:357: invalid lvalue in assignment vp3.c:363: invalid lvalue in assignment vp3.c:369: invali...
2018 Sep 19
0
[PATCH v3 4/5] drm/bochs: support changing byteorder at mode set time
Add bochs_hw_set_*_endian() helper functions, to set the framebuffer byteorder at mode set time. Support both DRM_FORMAT_XRGB8888 and DRM_FORMAT_BGRX8888 framebuffer formats, no matter what the native machine byte order is. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/bochs/bochs.h | 4 ++- drivers/gpu/drm/bochs/bochs_fbdev.c | 3 +- drivers/gpu/drm/bochs/bochs_hw.c | 64 ++++++++++++++++++++++++++...
2007 Sep 17
3
Ferret FileNotFound error
...;ve been indexing and searching with ferret some problem. We get the following error when accessing the model File Not Found Error occured at <except.c>:117 in xpop_context Error occured in fs_store.c:329 - fs_open_input tried to open "/var/www/html/cuproject/index/development/album/_b.cfs" but it doesn''t exist: <No such file or directory> But the error comes up only sometimes :( Any one pls help Thanks in advance Bincy -- Posted via http://www.ruby-forum.com/.
2011 Apr 04
0
[PATCH] linux-2.6.18/backends: use xenbus_be.ko interfaces instead of open-coding them
...t *blkif_alloc(domid_t domid); void blkif_disconnect(blkif_t *blkif); void blkif_free(blkif_t *blkif); -int blkif_map(blkif_t *blkif, unsigned long shared_page, unsigned int evtchn); +int blkif_map(blkif_t *blkif, grant_ref_t, evtchn_port_t); void vbd_resize(blkif_t *blkif); #define blkif_get(_b) (atomic_inc(&(_b)->refcnt)) --- a/drivers/xen/blkback/interface.c +++ b/drivers/xen/blkback/interface.c @@ -33,7 +33,7 @@ #include "common.h" #include <xen/evtchn.h> #include <linux/kthread.h> -#include <linux/delay.h> +#include <linux/vmalloc.h> stat...
2011 Oct 07
2
[LLVMdev] Aliasing confusion
...elligent enough to detect both of these cases as not aliasing. More to the point, the X86 assembly I get from compiling this is: opt -O3 test_alias.ll | llc -filetype=asm ... _A: ## @A movss (%rdi), %xmm0 movss %xmm0, 4096(%rdi) movss (%rdi), %xmm0 ret ... _B: ## @B movss (%rdi), %xmm0 movss %xmm0, (%rsi) ret ... Note the redundant movss in A. Any idea what I'm doing wrong? I am using what I believe is the most recent svn version (llvm version 3.0svn, revision 141415). - Andrew
2010 Jan 04
0
[LLVMdev] Tail Call Optimisation
On Monday 04 January 2010 05:16:40 Jeffrey Yasskin wrote: > On Sun, Jan 3, 2010 at 10:50 PM, Jon Harrop <jon at ffconsultancy.com> wrote: > > LLVM's TCO already handles mutual recursion. > > Only for fastcc functions Yes. > compiled with -tailcallopt, right? If you use the compiler, yes. > http://llvm.org/docs/CodeGenerator.html#tailcallopt > > I believe
2012 Apr 05
2
[PATCH 2/2] V2: Use a single definition of MIN and MAX in sources
...eneration of shared libraries under Win32 AC_LIBTOOL_WIN32_DLL @@ -60,6 +64,7 @@ AC_HEADER_STDC AM_PROG_CC_C_O AC_C_INLINE AC_C_VARARRAYS +AC_C_TYPEOF AC_CHECK_HEADERS(stdint.h) AC_SUBST(HAVE_STDINT_H) @@ -68,6 +73,8 @@ AC_SUBST(HAVE_INTTYPES_H) AC_CHECK_HEADERS(byteswap.h) AC_SUBST(HAVE_BYTESWAP_H) +AC_CHECK_HEADERS([sys/param.h]) + XIPH_C_BSWAP32 XIPH_C_FIND_ENDIAN diff --git a/src/libFLAC/bitreader.c b/src/libFLAC/bitreader.c index cd05a62..7e17fd8 100644 --- a/src/libFLAC/bitreader.c +++ b/src/libFLAC/bitreader.c @@ -38,6 +38,7 @@ #include "private/bitmath.h" #i...
2011 Aug 05
0
[LLVMdev] RFC: Exception Handling Rewrite
...be thrown .byte 0 # The end of this exception spec. This is as you'd expect. The EH table for bar is similar: .byte 0x7f # index into the exception specification table (-1) .byte 0 # index to the next "action" ... # Start of exception specification table .long _B # Only "B" can be thrown .byte 0 # The end of this exception spec. Now, when we inline "foo()" into "bar()", we get something that looks like this: .byte 0x7f # index into the exception specification table (-1) .byte 0 # index to the next "...
2008 Oct 28
14
[PATCH 0/13] ocfs2: xattr bucket API
...the extended attribute namespace grows to a b-tree, the leaf clusters are organized by means of 'buckets'. Each bucket is 4K in size, regardless of blocksize. Thus, a bucket may be made of more than one block. fs/ocfs2/xattr.c has a nice little abstraction to wrap this, struct ocfs2_xattr_bucket. It contains a list of buffer_heads representing these blocks, and there is even an API to fill it or initialize it. However, the majority of the code does not use this abstraction. Instead, it uses raw buffer_heads and jumps through other hoops. This has two consequences. First, it's h...
2010 Jan 04
2
[LLVMdev] Tail Call Optimisation
On Sun, Jan 3, 2010 at 10:50 PM, Jon Harrop <jon at ffconsultancy.com> wrote: > On Monday 04 January 2010 03:33:06 Simon Harris wrote: >> On 04/01/2010, at 3:01 PM, Jon Harrop wrote: >> > I am certainly interested in tail calls because my HLVM project relies >> > upon LLVM's tail call elimination. However, I do not understand what tail >> > calls LLVM
2007 Apr 26
2
boot 32 or 64 kernel depending on cpu
...implements a com32 module that boots two different kernels with different initrds depending on whether the cpu has long mode support or not. I stumbled upon two problems while developing it with current git version (last commit 595705ffad4f63cfeb84e9bb1243df03808c2fff). The first was that syslinux_boot_linux didn't work for me. Both the command line and initrd data was garbage. The code I was developing is attached as l32or64_linux.c The seconda was that com32/include/syslinux/boot.h declares syslinux_run_kernel_image, but it isn't defined anywhere, so I went with syslinux_run_command...
2009 Mar 13
1
print median and sd...
Hii, Can anybody help me, I don't know how to print the "median". Below is my code snipplet... x <-read.table(file="D:/Uni/Diplom/Diplom/Grafiken/R/BATMAN/Kabel/Batman1hop/Standardabweichung__output_30_1_Kabel(30m)_b.txt") png(filename = "D:/Grafiken/R/Standardabweichung/Kopie.png", width = 640, height = 480,pointsize = 12, bg = "white", res = NA) median<-with(x, tapply(V3, grup, median)) ??? dev.off() I will print, the median values with a simple line.. I tried many things bu...
2009 Jan 14
5
[PATCH] Support cross-bitness guest when core-dumping
This patch allows core-dumping to work on a cross-bit host/guest configuration, whereas previously that was not supported. It supports both PV and FV guests. The core file format generated by the host, needs to match that of the guest, so an alignment issue is addressed, along with the p2m frame list handling being done according to the guest size. Signed-off-by: Bruce Rogers