Displaying 20 results from an estimated 16153 matches for "constant".
2007 Jun 25
0
[1066] trunk/wxruby2/swig: Move EVT constants in swig/classes/Event.i; add a few missing ones
...cc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[1066] trunk/wxruby2/swig: Move EVT constants in swig/classes/Event.i; add a few missing ones</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1066</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-06-25 13:4...
2011 Feb 04
3
[LLVMdev] ConstantBuilder proposal
Here's a sketch of what I am proposing for ConstantBuilder.
I'd like feedback on naming conventions, doc comments, etc.
//===-- llvm/Support/ConstantBuilder.h - Builder for Constants --*- C++
-*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// Licens...
2007 May 31
0
[1037] trunk/wxruby2/swig/RubyEventTypes.i: RubyEventTypes is no longer needed - moved to Events.i
...license
-
-%module(directors="1") wxRubyEventTypes
-
-%include "common.i"
-
-%{
-//NO_CLASS - This tells fixmodule not to expect a class
-#include <wx/calctrl.h>
-#include <wx/fdrepdlg.h>
-#include <wx/power.h>
-#include <wx/aui/aui.h>
-%}
-
-
-
-
-
- %constant const int wxEVT_NULL;// 0)
- %constant const int wxEVT_COMMAND_BUTTON_CLICKED;// 1)
- %constant const int wxEVT_COMMAND_CHECKBOX_CLICKED;// 2)
- %constant const int wxEVT_COMMAND_CHOICE_SELECTED;// 3)
- %constant const int wxEVT_COMMAND_LISTBOX_SELECTED;// 4)
- %constant const int wx...
2007 Oct 10
1
[LLVMdev] make check fails on latest SVN version
...-svn/llvm/test/Bindings/Ocaml/analysis.ml -o
analysis.ml.tmp
File "/home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/analysis.ml", line
39, characters 12-54:
Warning X: this statement never returns (or has an unsound type.)
/tmp/camlprim81a59e.c:839: warning: deprecated conversion from string
constant to 'char*'
/tmp/camlprim81a59e.c:839: warning: deprecated conversion from string
constant to 'char*'
/tmp/camlprim81a59e.c:839: warning: deprecated conversion from string
constant to 'char*'
/tmp/camlprim81a59e.c:839: warning: deprecated conversion from string
constant to ...
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...nd:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1036</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-05-31 14:35:32 -0400 (Thu, 31 May 2007)</dd>
<...
2006 Sep 13
2
RubyConstants.i.patch
This patch fixes up two problems with ArtProvider constants and fixes a
small typo.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2016 Aug 02
2
Instruction selection problems due to SelectionDAGBuilder
Hello.
I'm having problems at instruction selection with my back end with the following
basic-block due to a vector add with immediate constant vector (obtained by vectorizing a
simple C program doing vector sum map):
vector.ph: ; preds = %vector.memcheck50
%.splatinsert = insertelement <8 x i64> undef, i64 %i.07.unr, i32 0
%.splat = shufflevector <8 x i64> %.splatinser...
2007 Jan 31
0
warning while requiring 'net\http'
Anyone knows what''s wrong with my configuration?
Thanks
>> require ''net\http''
C:/InstantRails/ruby/lib/ruby/1.8/net\http.rb:281: warning: already
initialized
constant Revision
C:/InstantRails/ruby/lib/ruby/1.8/net\http.rb:282: warning: already
initialized
constant HTTPVersion
C:/InstantRails/ruby/lib/ruby/1.8/net\http.rb:1121: warning: already
initialized
constant HTTPSession
C:/InstantRails/ruby/lib/ruby/1.8/net\http.rb:1599: warning: already
initialized
cons...
2008 Aug 13
2
[LLVMdev] Cleanup of constant sequence type construction
The methods for constructing constant sequencish types (struct, array, vector) aren't
consistent and we are missing a few useful convenience methods. I would like to change
the interfaces to each support four construction methods:
(a) With and without a type.
(b) With a vector or an array + size.
Here:
--
ConstantStruct {
st...
2004 Mar 16
2
Cannot compile wine
...nclude -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
-Wpointer-arith -g -O2 -o tokenize.o tokenize.c
tokenize.c:46: error: `TK_ABORT' undeclared here (not in a function)
tokenize.c:46: error: initializer element is not constant
tokenize.c:46: error: (near initialization for `aKeywordTable[0].tokenType')
tokenize.c:46: error: initializer element is not constant
tokenize.c:46: error: (near initialization for `aKeywordTable[0]')
tokenize.c:47: error: `TK_AFTER' undeclared here (not in a function)
tokenize.c:47: e...
2017 Aug 06
2
VBROADCAST Implementation Issues
...ing to compile matrix multiplication code for greater
>>> size vector. There i need to include many new instructions in my backend
>>> like shuffle, gather etc. For now i am getting the following error.
>>>
>>>
>>> Legalizing: t208: v64i32 = BUILD_VECTOR Constant:i32<-1>,
>>> Constant:i32<-1>, Constant:i32<-1>, Constant:i32<-1>, Constant:i32<-1>,
>>> Constant:i32<-1>, Constant:i32<-1>, Constant:i32<-1>, Constant:i32<-1>,
>>> Constant:i32<-1>, Constant:i32<-1>, Const...
2017 Aug 07
2
VBROADCAST Implementation Issues
...e for
>>>>> greater size vector. There i need to include many new instructions in my
>>>>> backend like shuffle, gather etc. For now i am getting the following error.
>>>>>
>>>>>
>>>>> Legalizing: t208: v64i32 = BUILD_VECTOR Constant:i32<-1>,
>>>>> Constant:i32<-1>, Constant:i32<-1>, Constant:i32<-1>, Constant:i32<-1>,
>>>>> Constant:i32<-1>, Constant:i32<-1>, Constant:i32<-1>, Constant:i32<-1>,
>>>>> Constant:i32<-1>, Const...
2007 Apr 18
1
[Bridge] Building 1.1 ?
...et_bridge_info?:
libbridge_devif.c:196: error: ?SYSFS_BRIDGE_ATTR? undeclared (first use in
this
libbridge_devif.c:196: error: (Each undeclared identifier is reported only
once
libbridge_devif.c:196: error: for each function it appears in.)
libbridge_devif.c:196: error: syntax error before string constant
libbridge_devif.c:197: error: syntax error before string constant
libbridge_devif.c:198: error: syntax error before string constant
libbridge_devif.c:199: error: syntax error before string constant
libbridge_devif.c:200: error: syntax error before string constant
libbridge_devif.c:201: error: synta...
2014 Sep 19
2
[LLVMdev] More careful treatment of floating point exceptions
...nable it from front-end (Clang in this case).
>
> I'm doing this for ARM platform and the flag should be reachable from
> all these places in LLVM:
>
> A - lib/Analysis/ValueTracking.cpp
> A - lib/CodeGen/SelectionDAG/SelectionDAG.cpp
> A - lib/IR/ConstantFold.cpp
> A - lib/Target/ARM/ARMFastISel.cpp
> A - lib/Target/ARM/ARMISelLowering.cpp
> A - lib/Target/ARM/ARMInstrVFP.td (through predicates)
> A - lib/Target/ARM/ARMRegisterInfo.td (through predicates)
>
> and in Clang:
>
> A - lib/AST/ExprC...
2014 Sep 25
2
[LLVMdev] More careful treatment of floating point exceptions
...;
> >> I'm doing this for ARM platform and the flag should be reachable from
> >> all these places in LLVM:
> >>
> >> A - lib/Analysis/ValueTracking.cpp
> >> A - lib/CodeGen/SelectionDAG/SelectionDAG.cpp
> >> A - lib/IR/ConstantFold.cpp
> >> A - lib/Target/ARM/ARMFastISel.cpp
> >> A - lib/Target/ARM/ARMISelLowering.cpp
> >> A - lib/Target/ARM/ARMInstrVFP.td (through predicates)
> >> A - lib/Target/ARM/ARMRegisterInfo.td (through predicates)
> >>
> >>...
2004 Jul 14
1
[LLVMdev] Constants.cpp:368: error: `INT8_MAX' undeclared (first use this function)
Hi
By manipulating a #define for G++ I've managed to compile int64_t type with
ostream.
Now, I'm stopped by some to me unknown constants:
-----------------------------------
Compiling Constants.cpp
Constants.cpp: In static member function `static bool
llvm::ConstantSInt::isValueValidForType(const llvm::Type*, long long
int)':
Constants.cpp:368: error: `INT8_MAX' undeclared (first use this function)
Constants.cpp:368: er...
2006 Sep 14
2
Patch to fix ArtProvider and ArtProvider sample
...for it. I
also expanded the bigdemo window a little bit. I really think we should
go larger but I suppose there might be some people at 800x600 still.
Note that creating your own art provider still doesn''t quite work
correctly. I didn''t have time to get into that.
The RubyConstants.i.patch file looks weird. Not sure why SVN did that.
If it doesn''t apply, let me know.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2015 Jan 20
2
[LLVMdev] Bug in InsertElement constant propagation?
Does anybody else have an opinion on this issue? I'm planning to submit a patch which would add a new get method for ConstantDataVector taking an ArrayRef<Constant*> and use that in the few places in constant propagation where convertToFloat is used.
Let me know if you think there is a more obvious way to do it.
Right now the only way to create a ConstantDataVector are those method:
/// get() constructors - Re...
2007 May 31
0
[1040] trunk/wxruby2/swig/Events.i: Add List and Splitter constants, also EVT_SIZING and EVT_MOVING
...tch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[1040] trunk/wxruby2/swig/Events.i: Add List and Splitter constants, also EVT_SIZING and EVT_MOVING</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1040</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-05-31 17:14:53 -0400 (Thu,...
2017 Aug 07
3
VBROADCAST Implementation Issues
...include many new instructions in my
>>>>>>>>> backend like shuffle, gather etc. For now i am getting the following error.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Legalizing: t208: v64i32 = BUILD_VECTOR Constant:i32<-1>,
>>>>>>>>> Constant:i32<-1>, Constant:i32<-1>, Constant:i32<-1>, Constant:i32<-1>,
>>>>>>>>> Constant:i32<-1>, Constant:i32<-1>, Constant:i32<-1>, Constant:i32<-1>,
>>>>&g...