search for: clr

Displaying 20 results from an estimated 277 matches for "clr".

Did you mean: cl
2010 May 26
3
Installing dotnet30
...fail fixmele:CoInitializeSecurity (0x0,-1,0x0,0x0,0,3,0x0,0,0x0) - stub! fixme:advapi:LsaOpenPolicy ((null),0x33efe0,0x00000001,0x33effc) stub fixme:advapi:LsaClose (0xcafe) stub fixme:advapi:LsaOpenPolicy ((null),0x33e684,0x00000001,0x33e6ac) stub fixme:advapi:LsaClose (0xcafe) stub Microsoft (R) CLR Native Image Generator - Version 2.0.50727.42 Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. The .NET Runtime Optimization Service is started and paused. fixme:mountmgr:harddisk_ioctl unsupported ioctl 2d0c00 fixme:advapi:LsaOpenPolicy ((null),0x33ddf4,0x00000001,0x33de1c) stu...
2011 Oct 26
8
IronRuby's Marshal.dump doesn't work with CLR types, or ruby types backed by a CLR type
...ception has been thrown by the target of an invocation. (System::Reflection::TargetInvocationException) from mscorlib:0:in `InvokeConstructor'' from mscorlib:0:in `Invoke'' from (ir):1:in `load'' from (ir):1 Note: This also happens with any CLR type eg System::DateTime. I looked through IronRuby''s marshalling code, and it appears that the behaviour of Marshal.dump and Marshal.load don''t align properly. Marshal.dump is it''s own self-contained set of code which essentially writes data to a BinaryStream. For r...
2006 Jan 07
2
need palette of topographic colors similar to topo.colors()
...close to 0 (dark blue to light blue for negative values, green-yellow-brown for positive values) - the brown must get darker for higher positive values. topo.colors() fails both requirements and AFAICS lacks any options to control its behavior. #---unsatisfactory topo.colors() behavior topoclr <- function(tgt) { clr <- topo.colors(length(tgt)) clr <- clr[round(rank(tgt),0)] plot(tgt,pch=15,col=clr) } par(mfrow=c(2,1)) ; topoclr(-50:50) ; topoclr(-20:80) An acceptable solution would be something like this grayclr <- function(tgt) { tgt <- sort(tgt) ; neg...
2010 Nov 14
4
.Net 3.0 needed to work---- HELP!
...ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! fixme:advapi:LsaOpenPolicy ((null),0x33ef98,0x00000001,0x33efb4) stub fixme:advapi:LsaClose (0xcafe) stub fixme:advapi:LsaOpenPolicy ((null),0x33e638,0x00000001,0x33e660) stub fixme:advapi:LsaClose (0xcafe) stub Microsoft (R) CLR Native Image Generator - Version 2.0.50727.42 Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. Exception from HRESULT: 0x80070424 fixme:cdrom:CDROM_GetMediaType : faking success fixme:advapi:LsaOpenPolicy ((null),0x33dda8,0x00000001,0x33ddd0) stub fixme:advapi:LsaClose (0xcafe)...
2012 May 08
6
Ubuntu 12.04 64bit + Wine 1.5.3 (or 1.4) + .NET Framework3.0
...((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! > fixme:advapi:LsaOpenPolicy ((null),0x33ef78,0x00000001,0x33ef94) stub > fixme:advapi:LsaClose (0xcafe) stub > fixme:advapi:LsaOpenPolicy ((null),0x33e618,0x00000001,0x33e640) stub > fixme:advapi:LsaClose (0xcafe) stub > Microsoft (R) CLR Native Image Generator - Version 2.0.50727.42 > Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. > > The .NET Runtime Optimization Service is started and paused. > fixme:advapi:LsaOpenPolicy ((null),0x33dd88,0x00000001,0x33ddb0) stub > fixme:advapi:LsaClose (0xcaf...
2018 Sep 14
1
Possible bug with chromatic adaptation in grDevices::convertColor
...a little surprising, it is an obscure enough feature that there is some possibility this is actually broken, as opposed to user error on my part.? If it turns out to the latter, I apologize in advance for spamming this list. Consider: ??? rgb.in <- c("#CCCCCC", "#EEEEEE")??? clr <- t(col2rgb(rgb.in)) / 255??? clr.out <- convertColor(clr, "sRGB", "sRGB")??? rgb(clr.out)??? ## [1] "#CCCCCC" "#EEEEEE" ??? convertColor(clr, "sRGB", "sRGB", "D65", "D50")??? ## Error in match.arg(from, nWhite)...
2019 Jun 12
0
[PATCH v2] drm/nouveau/kms/gf119-: add ctm property support
...< 4; i++) { + u32 *val = &asyw->csc.matrix[j * 4 + i]; + /* DRM does not support constant offset, while + * HW CSC does. Skip it. */ + if (i == 3) { + *val = 0; + } else { + *val = csc_drm_to_base(ctm->matrix[j * 3 + i]); + } + } + } +} + +static void +base907c_csc_clr(struct nv50_wndw *wndw) +{ + u32 *push; + if ((push = evo_wait(&wndw->wndw, 2))) { + evo_mthd(push, 0x0140, 1); + evo_data(push, 0x00000000); + evo_kick(push, &wndw->wndw); + } +} + +static void +base907c_csc_set(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw) +{ + u32 *push,...
2007 Mar 19
2
Trying to run mixed (MFC w/ CLR support) on wine failed
I've been trying as follows: Environment: 1. GNU/Linux 2.6 i686 - Ubuntu 6.06 2. Wine 0.9.29 Scenario: Trying to run an MFC 8 GUI application w/ CLR support: - Failed to run, given error message: "LdrInitializeThunk msvcm80d.dll failed to initialize, aborting" Tried workarounds: - Install MS .Net Framework (tried both 1.1. and 2.0) -- CrossOver Installation Wizard - failed -- Using directly wine: "wine msiexec /i netfx.ms...
2011 Dec 22
1
overlaid filled contour plots
...dest1, dest2, cm0, cm1, cm2, file="bkde2D-boot.RData") con <- url("http://euclid.psych.yorku.ca/SCS/Private/Test/bkde2D-boot.RData") ## print the value to see what objects were saved. print(load(con)) close(con) col <- c("black", rainbow(5, start=.6, end=.1)) clr <- col[c(1,3,6)] contour(dest0$x1, dest0$x2, dest0$fhat, nlevels=4, xlim=c(-8,4), ylim=c(-3,0), cex.lab=1.25, xlab="GNP", ylab="Unemployed" ) contour(dest1$x1, dest1$x2, dest1$fhat, nlevels=4, add=TRUE, col=clr[2]) contour(dest2$x1, dest2$x2, dest2$fhat, nlevel...
2019 Jun 11
1
[PATCH 1/2] drm/nouveau/kms/gf119-: add ctm property support
...< 4; i++) { + u32 *val = &asyw->ctm.matrix[j * 4 + i]; + /* CTM does not support constant offset, while + * HW CSC does. Skip it. */ + if (i == 3) { + *val = 0; + } else { + *val = ctm_drm_to_base(ctm->matrix[j * 3 + i]); + } + } + } +} + +static void +base907c_ctm_clr(struct nv50_wndw *wndw) +{ + u32 *push; + if ((push = evo_wait(&wndw->wndw, 2))) { + evo_mthd(push, 0x0140, 1); + evo_data(push, 0x00000000); + evo_kick(push, &wndw->wndw); + } +} + +static void +base907c_ctm_set(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw) +{ + u32 *push,...
2011 Jul 07
0
[LLVMdev] Improving Garbage Collection
...re thorough > knowledge of SSA value lifetimes than frontends do, and therefore > could avoid spilling and reloading of values when it wasn't needed. Although this would indeed be nice, it is not done by similar platforms in practice. I have investigated [very] briefly into whether the CLR or JVM implement garbage collection in their IR, and it does not seem that they do (meaning, the CLR/JVM implementation itself is responsible for garbage collection, not the code generated by the CLR/Java language compilers). However, I have left remaining the only strong point in taking an IR...
2008 Aug 13
0
[LLVMdev] CLR or C++/CLI interface to IR building API
Take a look at this page. It might give you more information: http://vmkit.llvm.org/ -bw On Tue, Aug 12, 2008 at 4:38 PM, Scott Graham <scott.llvm at h4ck3r.net> wrote: > Hi > > Our front end is written in a CLR language, and we're currently > interacting with the middle/back-end by writing out .ll files. This > was convenient to get started with, but they're getting to a "huge and > unwieldy" stage now. > > I was wondering if anyone's attempted writing proxy/wrapper C+...
2008 Aug 12
4
[LLVMdev] CLR or C++/CLI interface to IR building API
Hi Our front end is written in a CLR language, and we're currently interacting with the middle/back-end by writing out .ll files. This was convenient to get started with, but they're getting to a "huge and unwieldy" stage now. I was wondering if anyone's attempted writing proxy/wrapper C++/CLI classes so that th...
2008 Aug 13
0
[LLVMdev] CLR or C++/CLI interface to IR building API
On Aug 12, 2008, at 19:38, Scott Graham wrote: > Our front end is written in a CLR language, and we're currently > interacting with the middle/back-end by writing out .ll files. This > was convenient to get started with, but they're getting to a "huge > and unwieldy" stage now. Yup. This is in the FAQ now: http://llvm.org/docs/FAQ.html#langirgen...
2008 Jul 22
2
.NET 2.0 fails compiling assemblies on OSX
...re no assemblies installed (It's supposed to install mscorlib and so after the install. I tried to install manually: Code: wine ngen.exe install "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /NoDependencies and installs fine, Code: Microsoft (R) CLR Native Image Generator - Version 2.0.50727.42 Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. Installing assembly mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 but later, when I do Code: wine ngen executequeueditems I got Code: Exception...
2020 Feb 12
2
[PATCH] drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesets
...ispnv50/wndw.c b/drivers/gpu/drm/nouveau/dispnv50/wndw.c index 890315291b01..bb737f9281e6 100644 --- a/drivers/gpu/drm/nouveau/dispnv50/wndw.c +++ b/drivers/gpu/drm/nouveau/dispnv50/wndw.c @@ -458,6 +458,8 @@ nv50_wndw_atomic_check(struct drm_plane *plane, struct drm_plane_state *state) asyw->clr.ntfy = armw->ntfy.handle != 0; asyw->clr.sema = armw->sema.handle != 0; asyw->clr.xlut = armw->xlut.handle != 0; + if (asyw->clr.xlut && asyw->visible) + asyw->set.xlut = asyw->xlut.handle != 0; asyw->clr.csc = armw->csc.valid; if (wndw->f...
2015 Oct 19
2
Instructions with no operand
Hi all, I am trying to implement an instruction with no operand for example "clr" in TableGen. ----------------------------------------- e.g. *InstrInfo.td:* class TestInst<string opc, string asmstr, dag oops, dag iops, list<dag> pattern> : Instruction { ... } def int_no_operand : Intrinsic<[]>; class ALU<string opc> : TestInst&l...
2006 Jan 09
0
need palette of topographic colors similar to topo.colors ()
...e for negative values, green-yellow-brown for > positive values) > - the brown must get darker for higher positive values. > > topo.colors() fails both requirements and AFAICS lacks any options to > control its behavior. > #---unsatisfactory topo.colors() behavior > topoclr <- function(tgt) > { > clr <- topo.colors(length(tgt)) > clr <- clr[round(rank(tgt),0)] > plot(tgt,pch=15,col=clr) > } > par(mfrow=c(2,1)) ; topoclr(-50:50) ; topoclr(-20:80) > > An acceptable solution would be something like this > grayclr <- f...
2011 Aug 17
1
Symbol Font Baseline, Cairo, Card Symbols
...hearts <- expression(symbol('\250')) diamonds <- expression(symbol('\251')) spades <- expression(symbol('\252')) csymbols <- c(clubs, diamonds, hearts, spades) CairoPDF(file = "cardsymbols.pdf") plot( 0, xlim=c(0,5), ylim=c(0,2), type="n" ) clr <- c("black", "red", "red", "black") for (i in 1:4) { hline <- function( yloc, ... ) for (i in 1:length(yloc)) lines( c(-1,6), c(yloc[i],yloc[i]), col="gray") hline(0.9); hline(1.0); hline(1.1); hline(1.2) text( i, 1, csymbols[i], c...
2006 Mar 24
3
R compiler for .Net CLR
I am currently working on a project that involves using R and .Net. We're having performance issues with R, and we're wondering if there is a way to get around the R interpreter, particularly by compiling R directly for the .Net CLR? We're wondering if there is any initiatives to build such a compiler. Thanks, Leo [[alternative HTML version deleted]]