search for: lneg

Displaying 6 results from an estimated 6 matches for "lneg".

Did you mean: leg
2010 Apr 06
1
approx function wierd result
...ot;) approx(x,y,x1) #to see what is happening: plot(x, y, typ="o") abline(v=x1, col=8) Which gives x=0.03 and y=163, instead of the expectable which would be close to y=300. Any ideia why this is happening or how to sort this out? Thank you vey much in advance, Best wishes, Marta -- LNEG_VS_Poli_CMYK_300dpi Laboratório Nacional de Energia e Geologia, I.P. Estrada da Portela, Zambujal - Alfragide Apartado 7586, 2720-866 Amadora www.lneg.pt [[alternative HTML version deleted]]
2010 Mar 24
3
help in matlab - r code
...ffsetPlaquette) end # IN R would be... but it is not correct! What would be the results in matlab? and how to do it in R? for(Offset in 1:MaxOffset){ OffsetPlaquette = x[,1+Offset:ImageWidthToProcess+Offset] AutoCData[Offset] = cor(c(x[,1:ImageWidthToProcess]), c(OffsetPlaquette)) } * -- LNEG_VS_Poli_CMYK_300dpi Laboratório Nacional de Energia e Geologia, I.P. Estrada da Portela, Zambujal - Alfragide Apartado 7586, 2720-866 Amadora www.lneg.pt [[alternative HTML version deleted]]
2014 Jun 17
0
[PATCH try 2 2/2] gallium/nouveau: move pushbuf and fences to context
...een *, void *); -int nve4_screen_compute_setup(struct nvc0_screen *, struct nouveau_pushbuf *); -int nvc0_screen_compute_setup(struct nvc0_screen *, struct nouveau_pushbuf *); - boolean nvc0_screen_resize_tls_area(struct nvc0_screen *, uint32_t lpos, uint32_t lneg, uint32_t cstack); -static INLINE void -nvc0_resource_fence(struct nv04_resource *res, uint32_t flags) -{ - struct nvc0_screen *screen = nvc0_screen(res->base.screen); - - if (res->mm) { - nouveau_fence_ref(screen->base.fence.current, &res->fence); - if (flags &...
2014 Jun 17
2
[PATCH try 2 1/2] gallium/nouveau: decouple nouveau_fence implementation from screen
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> --- src/gallium/drivers/nouveau/nouveau_fence.c | 76 ++++++++++++------------- src/gallium/drivers/nouveau/nouveau_fence.h | 22 +++++-- src/gallium/drivers/nouveau/nouveau_screen.c | 9 +++ src/gallium/drivers/nouveau/nouveau_screen.h | 14 ++--- src/gallium/drivers/nouveau/nv30/nv30_context.c | 4 +-
2014 Jun 21
3
[Mesa-dev] [PATCH try 2 2/2] gallium/nouveau: move pushbuf and fences to context
...nt nve4_screen_compute_setup(struct nvc0_screen *, struct nouveau_pushbuf *); > -int nvc0_screen_compute_setup(struct nvc0_screen *, struct nouveau_pushbuf *); > - > boolean nvc0_screen_resize_tls_area(struct nvc0_screen *, uint32_t lpos, > uint32_t lneg, uint32_t cstack); > > -static INLINE void > -nvc0_resource_fence(struct nv04_resource *res, uint32_t flags) > -{ > - struct nvc0_screen *screen = nvc0_screen(res->base.screen); > - > - if (res->mm) { > - nouveau_fence_ref(screen->base.fence.current, &r...
2014 Jun 16
2
[PATCH 1/2] gallium/nouveau: decouple nouveau_fence implementation from screen
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> --- src/gallium/drivers/nouveau/nouveau_fence.c | 76 ++++++++++++------------- src/gallium/drivers/nouveau/nouveau_fence.h | 22 +++++-- src/gallium/drivers/nouveau/nouveau_screen.c | 9 +++ src/gallium/drivers/nouveau/nouveau_screen.h | 14 ++--- src/gallium/drivers/nouveau/nv30/nv30_context.c | 4