Displaying 8 results from an estimated 8 matches for "mtype".
Did you mean:
type
2009 Jan 29
1
Inconsistency in F values from dropterm and anova
...n't know how to calculate F values
from deviance tables (and can't seem to find anything suggesting how), and
so haven't been able to calculate F for myself to see which is more
accurate. Below is an example of the code, and I'm using R version 2.8.0.
> model1=glm(diff2^(0.491)~mtype*morder,family=Gamma)
> dropterm(model1,test="F")
Single term deletions
Model:
diff2^(0.491) ~ mtype * morder
Df Deviance AIC F value Pr(F)
23.181 -16.813
mtype:morder 3 24.729 -13.741 2.0694 0.1096
> model2=updat...
2013 Nov 07
3
FreeBSD10-Beta3: No xorg-server-1.12.4
Hi:
The FreeBSD10-Beta3 kernel is recompiled successfully with the
following in /etc/make.conf
WITH_NEW_XORG=yes
WITH_KMS=yes
WITH_GALLIUM=yes
But after installworld, there is no sight of new xorg-server-1.12.4 in
pkg cache nor in /usr/ports:
How to install new xorg and where is the source?
# pkg search xorg
linux-f10-xorg-libs-7.4_1
xorg-7.7
xorg-apps-7.7
xorg-cf-files-1.0.5_1
2013 Oct 02
2
C++ debugging help needed
...(gdb) up
#4 Shape::~Shape (this=0x15f8760, __in_chrg=<optimized out>) at
Shape.cpp:13
warning: Source file is more recent than executable.
13 blended(in_material.isTransparent())
(gdb) p this
$9 = (Shape * const) 0x15f8760
(gdb) p *this
$10 = {_vptr.Shape = 0x7ffff2d8e290, mName = 6, mType = {
static npos = <optimized out>,
_M_dataplus = {<std::allocator<char>> =
{<__gnu_cxx::new_allocator<char>> =
{<No data fields>}, <No data fields>},
_M_p = 0x7f7fffff7f7fffff <Address 0x7f7fffff7f7fffff out of
bounds>}},
mShapeC...
2012 Sep 21
1
PATCH [base vtpm and libxl patches 3/6] Fix bugs in vtpm hotplug scripts
...ux/vtpm-impl
--- a/tools/hotplug/Linux/vtpm-impl
+++ b/tools/hotplug/Linux/vtpm-impl
@@ -32,14 +32,16 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
# ===================================================================
-# | SRC | TAG | CMD SIZE |
ORD |mtype|strt
-TPM_CMD_OPEN=\\x00\\x00\\x00\\x00\\x01\\xc1\\x00\\x00\\x00\\x11\\x01\\x00\\x00\\x01\\x01\\x01
-TPM_CMD_RESM=\\x00\\x00\\x00\\x00\\x01\\xc1\\x00\\x00\\x00\\x11\\x01\\x00\\x00\\x01\\x01\\x02
-TPM_CMD_CLOS=\\x00\\x00\\x00\\x00\\x01\\xc1\\x00\\x00\\x00\\x0e\\x01\\x00\\x00\\x02
-TPM_CMD_DELE=\\x00...
2015 May 24
2
[RFC PATCH 00/11] Implement ARB_cull_distance
...t; src/mesa/drivers/dri/i965/brw_vs.c | 2 +-
>> src/mesa/main/extensions.c | 1 +
>> src/mesa/main/get.c | 26 +
>> src/mesa/main/get_hash_params.py | 4 +
>> src/mesa/main/mtypes.h | 22 +-
>> src/mesa/main/shaderapi.c | 4 +-
>> src/mesa/main/tests/enum_strings.cpp | 2 +
>> src/mesa/program/prog_print.c | 4 +
>> src/mesa/state_tracker/st_extensions....
2015 May 24
2
[RFC PATCH 00/11] Implement ARB_cull_distance
...s.c | 2 +-
>>>> src/mesa/main/extensions.c | 1 +
>>>> src/mesa/main/get.c | 26 +
>>>> src/mesa/main/get_hash_params.py | 4 +
>>>> src/mesa/main/mtypes.h | 22 +-
>>>> src/mesa/main/shaderapi.c | 4 +-
>>>> src/mesa/main/tests/enum_strings.cpp | 2 +
>>>> src/mesa/program/prog_print.c | 4 +
>>>> s...
2015 May 24
19
[RFC PATCH 00/11] Implement ARB_cull_distance
.../dri/i965/brw_vec4_visitor.cpp | 2 +-
src/mesa/drivers/dri/i965/brw_vs.c | 2 +-
src/mesa/main/extensions.c | 1 +
src/mesa/main/get.c | 26 +
src/mesa/main/get_hash_params.py | 4 +
src/mesa/main/mtypes.h | 22 +-
src/mesa/main/shaderapi.c | 4 +-
src/mesa/main/tests/enum_strings.cpp | 2 +
src/mesa/program/prog_print.c | 4 +
src/mesa/state_tracker/st_extensions.c | 4 +
src/mesa/state_tr...
2020 Feb 16
0
Wine release 5.2
...return VFW_E_TYPE_NOT_ACCEPTED if the pin_query_accept() callback fails.
qedit/samplegrabber: Use BaseOutputPinImpl_AttemptConnection().
qedit/samplegrabber: Initialize the media type filter to use wild cards instead of "None" types.
qedit/samplegrabber: Rename the "mtype" field to "filter_mt".
qedit/samplegrabber: Use strmbase media type helpers.
d3d9: Reset the viewport and scissor rect for extended devices in d3d9_device_reset().
d3d9: Stop setting the device state in d3d9_device_SetViewport().
d3d9: Stop setting the device...