Displaying 15 results from an estimated 15 matches for "trinary".
2007 Aug 07
2
clustering on Trinary data
Dear all,
I have a data matrix with 7 independent variables, and each of them is a
trinary variable ( - 1, 0 , 1), and I would like to know what kinds of R
package or method I should use to perform the clustering.
Thanks for any comment or suggestion.
--
Lam C. Tsoi (Alex)
Medical University of South Carolina
[[alternative HTML version deleted]]
2010 May 24
1
creating a station with internet explorer
Hey all, I didn't really get an answer to what I will need in
order to create my internet station. I have a machine with
Windows 7 that has Edcast installed on it, and I'd like to run
the server from that machine. It has internet explorer 8, if
that makes a difference. What software do I need to download to
get broadcasting?
2010 May 25
1
How to create a list of usernames and passwords request?
How I can create a list of usernames and passwords to restrict users to
connect to listen to the broadcast?
What I mean is that I do not want my transmission to be listened just by
anyone. I want that for they can listen to the transmission they need to
enter a user name and a password.
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Aug 10
1
[LLVMdev] Relative addressing
...suppose a0 = 4, a1 = 2, the instruction
add r[a0], r[a1], r7
equals to:
r4 = r2 + r7
How should the instruction be defined in TableGen *.td file? If an
opcode is defined for each variant (like X86InstrInfo.td) there will
be eight opcodes for each binary operation, and 16 opcodes for each
trinary operation!
{ relative, not-relative } * { relative, not-relative } * {
relative, not-relative } = 8
That is, opcodes:
ADD_x_x_x
ADD_r_x_x
ADD_x_r_x
ADD_x_x_r
ADD_x_r_r
ADD_r_x_r
ADD_r_r_x
ADD_r_r_r
(x: not relative addressing, r: relative addressin...
2011 Aug 12
1
[LLVMdev] New ARM disassembler - unpredictable instructions
...ful to a) have more UNPREDICTABLE checking, mostly in the form of greater operand validation, and b) to have a means of conveying that to the user. I'm not sure that adding a bit to MCInst is necessary, however. Perhaps we could just promote the return value of getInstruction() from bool to a trinary value that can indicate success, failure, or soft failure. Then it can be up to the client to handle that in some useful fashion.
I'm not going to have the bandwidth to work on a structural change like that in the immediate future, but if you're interested it would be a great addition!
-...
2019 Jul 21
2
Altering the return address , for a function with multiple return paths
Yes, indeed!
The SBCL lisp compiler (not llvm based) used to emit functions which would
return either via ret to the usual instruction after the call, or else load
the return-address from the stack, then jump 2 bytes later (which would
skip over either a nop or a short jmp at original target location). Which
one it used depended upon whether the function was doing a multi-valued
return (in which
2014 Aug 18
3
[LLVMdev] [PATCH][RFC]: Add fmin/fmax intrinsics
Hi Carter,
I would strongly advise you against this direction. I’m aware of two directions that existing languages go in defining min/max operations:
- IEEE 754, C, Fortran, Matlab, OpenCL, and HLSL all define it not to propagate NaNs
- C++ (std::min/std::max) and OpenGL define it in the trinary operator manner: (a < b) ? a : b
What you’re proposing does not match any existing languages that I’m aware of, and seems likely to hamper cross-language portability for you in the future.
More generally, I don’t see a compelling reason for LLVM to add intrinsic support for the version you’re...
2010 Sep 29
4
Use modprobe to find E1/T1 jumper setting on PRI card
Does anyone know if I could use modprobe command to find out rather than
set the jumper on a Digium PRI card?
I want to find out the jumper settings on the card without opening the
box which will cause down time.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jan 07
6
0.22.0 Errata: Facts are not downcased
...{ ... }
}
You can make Puppet case-sensitive by setting --casesensitive to true
(or add it to the puppetmasterd.conf file).
With case-insensitivity, you should not experience any difference in
behaviour, since Puppet''s only text comparison mechanisms are case
statements and the trinary-like selector. This also means you can
directly use fact data in places where case matters like ssh keys.
Cheers,
Luke
--
Q. Does Usenet help stamp out ignorance?
A. That depends on whether by "stamp out" you mean "eliminate" or
"reproduce rapidly in grea...
2019 Jul 24
2
Altering the return address , for a function with multiple return paths
...lly do not care -- most calls only consume a single
> value,
> and any extra return-values are silently ignored).
>
> On Swift, we've occasionally considered whether it would be useful to be
> able to return values in flags. For example, you could imagine returning
> a trinary comparison result on x86_64 based on whether ZF and CF are set.
> A function which compares two pairs of unsigned numbers could be compiled
> to something like:
>
> |cmpq %rdi, %rdx jz end cmpq %rsi, %rcx end: ret |
>
> And the caller can switch over the values just by testing the...
2009 Jan 06
2
Apple patch 10
Patch #10 allows the pop3 and imap mail processes to handle multiple
clients. We know this weakens the security model but it greatly
increases scalability especially when clients are idle.
Here's how it works. When there are no mail processes, or none
serving fewer than mail_max_connections clients, the master creates a
new mail process pretty much like it does now, but with some
2004 May 23
5
OpenSSH v3.8p1 fails to interoperate for GSSAPI (Kerberos) and X-Windows
...X app
whatsoever is refused with the message "Invalid MIT-MAGIC-COOKIE-1 key".
With the ssh -Y switch (ForwardX11Trusted true) on a v3.8p1 client and
v3.5p1 server, all the above apps work properly. When the client is
v3.5p1 and with any server version, all the apps work properly.
In a trinary chain 3.5 -> 3.8 -> 3.5, all the apps work properly.
When both the client and the server are 3.8p1, and tcl/tk is the latest
version, it works but xmag and xwd fail as above.
Analysis:
Sometime between 2003-09-12 and the present, a draft RFC:
http://www.vandyke.com/technology/draft-ie...
2014 Aug 18
2
[LLVMdev] [PATCH][RFC]: Add fmin/fmax intrinsics
This is a problem with all floating point folding, not just with these operations. What Matt is proposing is consistent with how we fold other libm intrinsics.
—Owen
> On Aug 18, 2014, at 1:22 AM, Mueller-Roemer, Johannes Sebastian <Johannes.Sebastian.Mueller-Roemer at igd.fraunhofer.de> wrote:
>
> Wouldn’t it be better to use the target’s implementation (if there is one)
2011 Mar 18
0
Wine release 1.3.16
...e that we have data to report before sending INTERNET_STATUS_REQUEST_COMPLETE in HTTP_HttpEndRequestW.
Joris Huizer (1):
dbghelp: dwarf2_get_cpp_name: fix off-by-one error.
Juan Lang (32):
wininet: Store entries in url cache with valid last-modified date.
wininet: Remove a no-op trinary expression.
wininet: Fix a comment.
wininet: Rename a couple members to reflect their usage, and remove redundant comments.
wininet: Rename a couple members based on publicy available information.
wininet: Change a type based on publicly available information.
wininet:...
2009 Jan 30
0
Wine release 1.1.14
...cryptui: Default to exporting in DER format.
cryptui: Add error checking to CryptUIWizExport.
include: Add missing type to union.
cryptui: Add support for exporting a serialized store from CryptUIWizExport.
crypt32: Set save function in switch statement rather than with trinary conditional operator.
crypt32: Close file when appropriate in CertSaveStore.
cryptui: Implement CryptUIWizExport for CRYPTUI_WIZ_EXPORT_CERT_STORE_CERTIFICATES_ONLY.
cryptui: Select export format based on input in CryptUIWizExport.
cryptui: Move code for enabling the PFX exp...