Displaying 20 results from an estimated 27 matches for "tv1".
Did you mean:
tv
2019 Sep 28
0
[PATCH nbdkit v2 1/4] common/include: Add function for subtracting struct timeval.
...diff.c
+++ b/common/include/test-tvdiff.c
@@ -36,7 +36,6 @@
#include <stdlib.h>
#include <stdint.h>
#include <inttypes.h>
-#include <assert.h>
#include <sys/time.h>
#include "tvdiff.h"
@@ -45,37 +44,87 @@
* implementation.
*/
+#define TEST_TVDIFF(tv1, tv2, expected) \
+ do { \
+ int64_t actual = tvdiff_usec (&(tv1), &(tv2)); \
+ \
+ if (actual...
2014 Aug 22
1
problem with exclude
I've tried all of the permutations of exclude I can think of, so presumably I have some fundamental misunderstanding. The goal here is to exclude the file tv11.html in the ftp directory.
rsync -avvvv -n --verbose --one-file-system -exclude='ftp/tv1.html' /usr/local/src /Media/sata/usr/local > /tmp/rsync
(Server) Protocol versions: remote=30, negotiated=30
cmd=xclude=ftp/tv1.html machine=<NULL> user=<NULL> path=/Media/sata/usr/lo...
2019 Sep 28
2
[PATCH nbdkit 1/2] common/include: Add function for subtracting struct timeval.
...diff.c
+++ b/common/include/test-tvdiff.c
@@ -36,7 +36,6 @@
#include <stdlib.h>
#include <stdint.h>
#include <inttypes.h>
-#include <assert.h>
#include <sys/time.h>
#include "tvdiff.h"
@@ -45,37 +44,87 @@
* implementation.
*/
+#define TEST_TVDIFF(tv1, tv2, expected) \
+ do { \
+ int64_t actual = tvdiff_usec (&(tv1), &(tv2)); \
+ \
+ if (actual...
2019 Sep 28
9
[PATCH nbdkit v2 0/4] info: Add mode for sending back server time.
v1 was:
https://www.redhat.com/archives/libguestfs/2019-September/thread.html#00361
v2:
- Adds a patch to rename the reflection plugin to the info plugin.
- Adds tests.
Rich.
2013 May 02
2
[LLVMdev] Handling Masked Vector Operations
Nadav Rotem <nrotem at apple.com> writes:
> For DIV/MOD you can blend the inputs BEFORE the operation. You can
> place ones or zeros depending on the operation.
Quick follow-up on this. What about using "undef" as the input for
false items:
tv1 = select mask, v1, undef
tv2 = select mask, v2, undef
tv3 = div tv1, tv2
v3 = select mask, tv3, undef
I'm always confused about the semantics of undef. Is the above safe
code? It would simplify things a bit not to have to track which input
values are safe based on the context of an operation...
2011 Mar 23
2
system.file() to read a text file from a vignette
[Env: R 2.12.2, WinXp]
In a vignette for the vcdExtra package, I had a text file, tv.dat under
data/, that I used in the vignette as
<<tv1,results=verbatim>>=
tv.data<-read.table(system.file("data","tv.dat",package="vcdExtra"))
head(tv.data,5)
@
I was told that this now generates a warning for non-Rdata files in R
CMD check. But I'm now confused about
where to put this and how to use system...
2013 May 02
0
[LLVMdev] Handling Masked Vector Operations
>
>> For DIV/MOD you can blend the inputs BEFORE the operation. You can
>> place ones or zeros depending on the operation.
>
> Quick follow-up on this. What about using "undef" as the input for
> false items:
>
> tv1 = select mask, v1, undef
> tv2 = select mask, v2, undef
> tv3 = div tv1, tv2
> v3 = select mask, tv3, undef
>
> I'm always confused about the semantics of undef. Is the above safe
> code? It would simplify things a bit not to have to track which input
> values are safe b...
2013 May 02
4
[LLVMdev] Handling Masked Vector Operations
...:
>
> For DIV/MOD you can blend the inputs BEFORE the operation. You
> can
> place ones or zeros depending on the operation.
>
> Quick follow-up on this. What about using "undef" as the input for
> false items:
>
> tv1 = select mask, v1, undef
> tv2 = select mask, v2, undef
> tv3 = div tv1, tv2
> v3 = select mask, tv3, undef
>
> I'm always confused about the semantics of undef. Is the above
> safe
> code? It would simplify things a bit not to have to track whi...
2013 May 02
0
[LLVMdev] Handling Masked Vector Operations
...DIV/MOD you can blend the inputs BEFORE the operation. You
> > can
> > place ones or zeros depending on the operation.
> >
> > Quick follow-up on this. What about using "undef" as the input for
> > false items:
> >
> > tv1 = select mask, v1, undef
> > tv2 = select mask, v2, undef
> > tv3 = div tv1, tv2
> > v3 = select mask, tv3, undef
> >
> > I'm always confused about the semantics of undef. Is the above
> > safe
> > code? It would simplify things...
2006 Apr 20
0
Tvs Plasma notebboks E-gold apy
...lt;img
style="width: 266px; height: 85px;" alt="banner"
title="banner"
src="http://www.laptopsdirect.co.uk/images/garmin-ad.gif"><br>
<br>
<a href="http://www.importbrasil.net/detalhe/tv1.html"><img
src="http://www.importbrasil.net/tv/tv1.jpg"
title="Panasonic 37" Plasma TV Display TH-37PWD8UK"
alt="Panasonic 37" Plasma TV Display TH-37PWD8UK"
style="border: 0px solid ; width: 100px; height: 85px;"></a>&nb...
2005 Apr 04
1
Expressions in --exclude-from file
Greetings --
I just downloaded and compiled rsync 2.6.4, which has the much-coveted
--remove-sent-files option!
Thank you for adding this feature. I use
rsync -rutvn --exclude-from=nosync --remove-sent-files /ssa/TV/2005/
/tv1/2005/
to move files selectively to a storage computer, but I want to avoid
including files that are currently
being captured. When I include today and a great relative yesterday like
this
*$(date +%F)*
*$(date --date="-1 day" +%F)*
in the nosync file, files like 2005-04-03_19...
2013 May 02
0
[LLVMdev] Handling Masked Vector Operations
Hi David,
>
> It seems the only solution is to create an intrinsic:
>
> llvm_int_load_masked mask, [addr]
>
> But this unnecessarily shuts down optimization.
>
I think that using intrinsics is the right solution. I imagine that most interesting load/store optimizations happen before vectorization, so I am not sure how much we can gain by optimizing masked load/stores.
2006 May 26
8
Comparing two documents in the index
I want to compare two documents in the index (i.e. retrieve the cosine
similarity/score between two documents term-vector''s). Is this possible
using the standard Ferret functionality?
Thanks in advance,
Jeroen Bulters
--
Posted via http://www.ruby-forum.com/.
2020 Oct 17
0
[PATCH nbdkit] common/include/tvdiff.h: Add formal specification.
...\
+ -then -report-classify -report-status -report-unclassified-unknown ERROR
diff --git a/common/include/test-tvdiff.c b/common/include/test-tvdiff.c
index abefb2e7..1bf6523b 100644
--- a/common/include/test-tvdiff.c
+++ b/common/include/test-tvdiff.c
@@ -46,7 +46,9 @@
#define TEST_TVDIFF(tv1, tv2, expected) \
do { \
- int64_t actual = tvdiff_usec (&(tv1), &(tv2)); \
+ int64_t actual; \
+...
2014 Feb 12
8
[Bug 74903] New: TV Load not detected in X
https://bugs.freedesktop.org/show_bug.cgi?id=74903
Priority: medium
Bug ID: 74903
Assignee: nouveau at lists.freedesktop.org
Summary: TV Load not detected in X
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: alexandre.nunes at gmail.com
2021 Jan 04
4
Dovecot v2.3.13 released
We are pleased to release v2.3.13. Please find it from locations below:
https://dovecot.org/releases/2.3/dovecot-2.3.13.tar.gz
https://dovecot.org/releases/2.3/dovecot-2.3.13.tar.gz.sig
Binary packages in https://repo.dovecot.org/
Docker images in https://hub.docker.com/r/dovecot/dovecot
Aki Tuomi
Open-Xchange oy
---
* CVE-2020-24386: Specially crafted command can cause IMAP hibernate to
2021 Jan 04
4
Dovecot v2.3.13 released
We are pleased to release v2.3.13. Please find it from locations below:
https://dovecot.org/releases/2.3/dovecot-2.3.13.tar.gz
https://dovecot.org/releases/2.3/dovecot-2.3.13.tar.gz.sig
Binary packages in https://repo.dovecot.org/
Docker images in https://hub.docker.com/r/dovecot/dovecot
Aki Tuomi
Open-Xchange oy
---
* CVE-2020-24386: Specially crafted command can cause IMAP hibernate to
2012 Sep 18
2
Formula in a data-frame
Hello all,
I'm new in R, and I have a data-frame like this (dput information below):
Specie Fooditem Occurrence Volume
1 Schizodon vegetal 1 0.05
2 Schizodon sediment 1 0.60
3 Schizodon vegetal 1 0.15
4 Schizodon alga 1 0.05
5 Schizodon sediment 1 0.90
6 Schizodon
2004 Aug 10
0
CVS version tags
...CVS version tags
>
>
>
> Can someone please tell me which version tags I should be
> using when checking out with cvs. Right now I have two
> directory trees:
>
> 1) /u1/src/asterisk/asterisk-stable
>
> 2) /u1/src/asterisk/asterisk-dev
>
> #1 has "Tv1-0_stable" in the CVS/Tags file. I haven't used
> tags a whole lot, but I'm guessing that I checked this tree
> out with "cvs -z9 co -r v1-0_stable asterisk". I just tried
> to do "cvs -z9 update -d" and it wouldn't complete. Am I
> doing somet...
2013 May 02
8
[LLVMdev] Handling Masked Vector Operations
We're looking at how to handle masked vector operations in architectures
like Knight's Corner. In our case, we have to translate from a fully
vectorized IR that has mask support to llvm IR which does not have mask
support.
For non-trapping instructions this is fairly straightforward:
; Input
t1 = add t2, t3, mask
; llvm IR -- assuming we want zeros in the false positions, which is not