search for: chash

Displaying 17 results from an estimated 17 matches for "chash".

Did you mean: hash
2016 May 10
1
complex NA's match(), etc: not back-compatible change proposal
...after 'print(cbind' ... The current match()---and duplicated(), unique() which are based on the same C code---*do* distinguish almost all complex NA / NaN's which is NOT according to documentation. I have found that this is just because of of our hashing function for the complex case, chash() in R/src/main/unique.c, is bogous in the sense that it is not compatible with the above documentation and also not with the cequal() function (in the same file uniqu.c) for checking equality of complex numbers. As I have found,, a *simplified* version of the chash() function to make it compatibl...
2013 Feb 27
2
using a Rpi as an icecast source
Hi , we use a barix <http://www.barix.com/products/instreamer-family/barix/Product/show/instreamer-100/?tx_wvbrxproducts_barixproductslist%5Bbutton%5D=&cHash=e3487444dea24a6b24aa0701dc1fa924>as our icecast client right now ( >400$ ) and I though I would try to replace it with a Raspberri Pi. Did anyone found a cheap and supported usb audio card that would have basic good input ( only with 3,5 mm jack) Thanks. <------------------------------...
2016 May 28
1
complex NA's match(), etc: not back-compatible change proposal
...tch()---and duplicated(), unique() which are based on the same ? ? >> C code---*do* distinguish almost all complex NA / NaN's which is ? ? >> NOT according to documentation. I have found that this is just because of ? ? >> of our hashing function for the complex case, chash() in R/src/main/unique.c, ? ? >> is bogous in the sense that it is not compatible with the above documentation ? ? >> and also not with the cequal() function (in the same file uniqu.c) for checking ? ? >> equality of complex numbers. ? ? >> As I have found,, a *s...
2016 Jun 03
0
complex NA's match(), etc: not back-compatible change proposal
...u, Suharto. I agree these are even more convincing reasons to consider changing. Let's call this ("matching both NA and NaN")? "problem 2". I think we agree that the R-devel -- comparted to previous versions -- *is* consistent in its (C level) functions cequal() and? chash() and also is consistent with the documentation of match()/unique()/duplicated(). Hence I think a change would have to affect all of the above, including a change of documentation. Also, resolution of "problem 1" and "problem 2" are related, but --I think-- almost sepa...
2016 May 13
1
complex NA's match(), etc: not back-compatible change proposal
...> The current match()---and duplicated(), unique() which are based on the same > C code---*do* distinguish almost all complex NA / NaN's which is > NOT according to documentation. I have found that this is just because of > of our hashing function for the complex case, chash() in R/src/main/unique.c, > is bogous in the sense that it is not compatible with the above documentation > and also not with the cequal() function (in the same file uniqu.c) for checking > equality of complex numbers. > As I have found,, a *simplified* version of the c...
2019 Mar 29
4
[PATCH v2] drm: prefix header search paths with $(srctree)/
...2430..d534992 100644 --- a/drivers/gpu/drm/amd/lib/Makefile +++ b/drivers/gpu/drm/amd/lib/Makefile @@ -27,6 +27,6 @@ # driver components or later moved to kernel/lib for sharing with # other drivers. -ccflags-y := -I$(src)/../include +ccflags-y := -I $(srctree)/$(src)/../include obj-$(CONFIG_CHASH) += chash.o diff --git a/drivers/gpu/drm/arm/display/komeda/Makefile b/drivers/gpu/drm/arm/display/komeda/Makefile index 1b875e5..a72e30c 100644 --- a/drivers/gpu/drm/arm/display/komeda/Makefile +++ b/drivers/gpu/drm/arm/display/komeda/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0...
2019 Jan 31
2
[PATCH] drm: prefix header search paths with $(srctree)/
...2430..d534992 100644 --- a/drivers/gpu/drm/amd/lib/Makefile +++ b/drivers/gpu/drm/amd/lib/Makefile @@ -27,6 +27,6 @@ # driver components or later moved to kernel/lib for sharing with # other drivers. -ccflags-y := -I$(src)/../include +ccflags-y := -I $(srctree)/$(src)/../include obj-$(CONFIG_CHASH) += chash.o diff --git a/drivers/gpu/drm/i915/gvt/Makefile b/drivers/gpu/drm/i915/gvt/Makefile index b016dc7..a4a5a96 100644 --- a/drivers/gpu/drm/i915/gvt/Makefile +++ b/drivers/gpu/drm/i915/gvt/Makefile @@ -5,6 +5,6 @@ GVT_SOURCE := gvt.o aperture_gm.o handlers.o vgpu.o trace_points.o firmware.o...
2013 Feb 27
0
using a Rpi as an icecast source
On 27/02/13 12:06, michel memeteau wrote: > > we use a barix > <http://www.barix.com/products/instreamer-family/barix/Product/show/instreamer-100/?tx_wvbrxproducts_barixproductslist%5Bbutton%5D=&cHash=e3487444dea24a6b24aa0701dc1fa924>as > our icecast client right now ( >400$ ) and I though I would try to > replace it with a Raspberri Pi. > > Did anyone found a cheap and supported usb audio card that would have > basic good input ( only with 3,5 mm jack) > Why trying...
2007 Aug 02
2
CentOS - HP
Hi Does anyone have experience of running CentOS on HP hardware, both rack mount kit and blades? How are things like hardware monitoring etc? We may be moving from Dell to HP and i get on really well with OMSA and Nagios etc so ideally would like to monitor using similar tools rather than some central 'enterprise' dashboard etc. Any real world experience? thanks
2001 Oct 15
1
Crash of RGui under Windows 2000 (PR#1131)
Full_Name: Davide Fiaschi Version: R 1.3.1 and 1.2.3 OS: Windows 2000 Submission from: (NULL) (131.114.67.164) When I try to start RGUI, it generates an error in application and R chashs. (NOTE: R worked very well with trial version of Windows 2000!) Here is the (not very informative form me) Dr Watson's report: Exception dell'applicazione: App: (pid=1140) Ora: 15/10/2001 @ 09:39:47.333 Numero exception: c0000005 (access violation) *----> Sys...
2019 Aug 06
0
[PATCH 15/15] amdgpu: remove CONFIG_DRM_AMDGPU_USERPTR
...da2e74e 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -226,9 +226,11 @@ config DRM_AMDGPU select DRM_SCHED select DRM_TTM select POWER_SUPPLY + select HMM_MIRROR select HWMON select BACKLIGHT_CLASS_DEVICE select INTERVAL_TREE + select MMU_NOTIFIER select CHASH help Choose this option if you have a recent AMD Radeon graphics card. diff --git a/drivers/gpu/drm/amd/amdgpu/Kconfig b/drivers/gpu/drm/amd/amdgpu/Kconfig index 2e98c016cb47..c5c963164f5e 100644 --- a/drivers/gpu/drm/amd/amdgpu/Kconfig +++ b/drivers/gpu/drm/amd/amdgpu/Kconfig @@ -24,16 +24,6...
2019 Mar 29
0
[PATCH v2] drm: prefix header search paths with $(srctree)/
...d/lib/Makefile > +++ b/drivers/gpu/drm/amd/lib/Makefile > @@ -27,6 +27,6 @@ > # driver components or later moved to kernel/lib for sharing with > # other drivers. > > -ccflags-y := -I$(src)/../include > +ccflags-y := -I $(srctree)/$(src)/../include > > obj-$(CONFIG_CHASH) += chash.o > diff --git a/drivers/gpu/drm/arm/display/komeda/Makefile b/drivers/gpu/drm/arm/display/komeda/Makefile > index 1b875e5..a72e30c 100644 > --- a/drivers/gpu/drm/arm/display/komeda/Makefile > +++ b/drivers/gpu/drm/arm/display/komeda/Makefile > @@ -1,8 +1,8 @@ > # SPDX-...
2019 Apr 26
1
[PATCH v2] drm: prefix header search paths with $(srctree)/
...m/amd/lib/Makefile > +++ b/drivers/gpu/drm/amd/lib/Makefile > @@ -27,6 +27,6 @@ > # driver components or later moved to kernel/lib for sharing with > # other drivers. > > -ccflags-y := -I$(src)/../include > +ccflags-y := -I $(srctree)/$(src)/../include > > obj-$(CONFIG_CHASH) += chash.o > diff --git a/drivers/gpu/drm/arm/display/komeda/Makefile b/drivers/gpu/drm/arm/display/komeda/Makefile > index 1b875e5..a72e30c 100644 > --- a/drivers/gpu/drm/arm/display/komeda/Makefile > +++ b/drivers/gpu/drm/arm/display/komeda/Makefile > @@ -1,8 +1,8 @@ > # SPDX-...
2008 Jul 22
1
Does anyone have install BobCad-Cam on Ubuntu using wine?
Hi, does anyone have install BobCad-Cam on Ubuntu using wine? I just want to know if it's possible to run this application on ubuntu. I already installed but when I try to run it, I can see the logo but then it chashes and send me this message: anagisela at anagisela-laptop:~$ env WINEPREFIX="/home/anagisela/.wine" wine "C:\Program Files\BobCAD-CAM\BobCAD-CAM V21\BobCAD21.exe" Seattle Debug: <<<<<<<<<< Created CSmCurve: 02430618 >>>>>>>&g...
2000 Nov 22
4
more vorbis press!
http://news.webnoize.com/item.rs?ID=11136 or Quietly Slipping into Audio Software, Vorbis Wants to Dethrone MP3 by Mark Lewis Confident they can oust the MP3 format from dominance, developers of Ogg Vorbis, an open-source, royalty-free audio encoding format, say they are making headway, getting their technology into software players, portable devices and
2000 Nov 22
4
more vorbis press!
http://news.webnoize.com/item.rs?ID=11136 or Quietly Slipping into Audio Software, Vorbis Wants to Dethrone MP3 by Mark Lewis Confident they can oust the MP3 format from dominance, developers of Ogg Vorbis, an open-source, royalty-free audio encoding format, say they are making headway, getting their technology into software players, portable devices and
2019 Aug 06
24
hmm cleanups, v2
Hi Jérôme, Ben, Felix and Jason, below is a series against the hmm tree which cleans up various minor bits and allows HMM_MIRROR to be built on all architectures. Diffstat: 11 files changed, 94 insertions(+), 210 deletions(-) A git tree is also available at: git://git.infradead.org/users/hch/misc.git hmm-cleanups.2 Gitweb: