Searched refs:constant (Results 1 - 25 of 520) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/Include/
H A DConstantUnion.h146 bool operator==(const TConstUnion& constant) const
148 if (constant.type != type)
153 if (constant.iConst == iConst)
158 if (constant.uConst == uConst)
163 if (constant.i64Const == i64Const)
168 if (constant.u64Const == u64Const)
173 if (constant.dConst == dConst)
178 if (constant.bConst == bConst)
219 bool operator!=(const TConstUnion& constant) const
221 return !operator==(constant);
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
H A DConstantUnion.h146 bool operator==(const TConstUnion& constant) const
148 if (constant.type != type)
153 if (constant.iConst == iConst)
158 if (constant.uConst == uConst)
163 if (constant.i64Const == i64Const)
168 if (constant.u64Const == u64Const)
173 if (constant.dConst == dConst)
178 if (constant.bConst == bConst)
219 bool operator!=(const TConstUnion& constant) const
221 return !operator==(constant);
[all...]
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h103 TIntermConstantUnion* constant = node->getCondition()->getAsConstantUnion();
104 if (constant) {
106 if (constant->getConstArray()[0].getBConst() == true && node->getTrueBlock())
108 if (constant->getConstArray()[0].getBConst() == false && node->getFalseBlock())
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h103 TIntermConstantUnion* constant = node->getCondition()->getAsConstantUnion();
104 if (constant) {
106 if (constant->getConstArray()[0].getBConst() == true && node->getTrueBlock())
108 if (constant->getConstArray()[0].getBConst() == false && node->getFalseBlock())
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dtree-ssa-sccvn.h120 tree constant; member in struct:vn_constant_s
137 /* Hash the constant CONSTANT with distinguishing type incompatible
141 vn_hash_constant_with_type (tree constant) argument
143 return (iterative_hash_expr (constant, 0)
144 + vn_hash_type (TREE_TYPE (constant)));
159 /* Value number. This may be an SSA name or a constant. */
161 /* Representative expression, if not a direct constant. */
/prebuilts/misc/common/swig/include/2.0.11/
H A Dcmalloc.i91 %constant int sizeof_##NAME = sizeof(TYPE);
93 %constant int sizeof_##TYPE = sizeof(TYPE);
/prebuilts/misc/windows/sdl2/test/
H A Dtesthaptic.c163 /* Now the classical constant effect. */
167 efx[nefx].constant.direction.type = SDL_HAPTIC_POLAR;
168 efx[nefx].constant.direction.dir[0] = 20000; /* Force comes from the south-west. */
169 efx[nefx].constant.length = 5000;
170 efx[nefx].constant.level = 0x6000;
171 efx[nefx].constant.attack_length = 1000;
172 efx[nefx].constant.fade_length = 1000;
278 SDL_Log(" constant\n");
/prebuilts/misc/common/swig/include/2.0.11/pike/
H A Dpike.swg163 %typemap(constant)
172 %typemap(constant) char
175 %typemap(constant) long long, unsigned long long
178 %typemap(constant) float, double
181 %typemap(constant) char *
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DValueLattice.h35 /// This Value has a specific constant value. (For constant integers,
37 /// as constant.)
38 constant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
40 /// This Value is known to not have the specified value. (For constant
53 /// the constant if this is a 'constant' or 'notconstant' value.
85 bool isConstant() const { return Tag == constant; }
91 assert(isConstant() && "Cannot get the constant of a non-constant!");
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DValueLattice.h35 /// This Value has a specific constant value. (For constant integers,
37 /// as constant.)
38 constant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
40 /// This Value is known to not have the specified value. (For constant
53 /// the constant if this is a 'constant' or 'notconstant' value.
85 bool isConstant() const { return Tag == constant; }
91 assert(isConstant() && "Cannot get the constant of a non-constant!");
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
H A DValueLattice.h35 /// This Value has a specific constant value. (For constant integers,
37 /// as constant.)
38 constant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
40 /// This Value is known to not have the specified value. (For constant
53 /// the constant if this is a 'constant' or 'notconstant' value.
85 bool isConstant() const { return Tag == constant; }
91 assert(isConstant() && "Cannot get the constant of a non-constant!");
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
H A DValueLattice.h35 /// This Value has a specific constant value. (For constant integers,
37 /// as constant.)
38 constant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
40 /// This Value is known to not have the specified value. (For constant
53 /// the constant if this is a 'constant' or 'notconstant' value.
85 bool isConstant() const { return Tag == constant; }
91 assert(isConstant() && "Cannot get the constant of a non-constant!");
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
H A DValueLattice.h35 /// This Value has a specific constant value. (For constant integers,
37 /// as constant.)
38 constant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
40 /// This Value is known to not have the specified value. (For constant
53 /// the constant if this is a 'constant' or 'notconstant' value.
85 bool isConstant() const { return Tag == constant; }
91 assert(isConstant() && "Cannot get the constant of a non-constant!");
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
H A DValueLattice.h35 /// This Value has a specific constant value. (For constant integers,
37 /// as constant.)
38 constant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
40 /// This Value is known to not have the specified value. (For constant
53 /// the constant if this is a 'constant' or 'notconstant' value.
85 bool isConstant() const { return Tag == constant; }
91 assert(isConstant() && "Cannot get the constant of a non-constant!");
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
H A DValueLattice.h35 /// This Value has a specific constant value. (For constant integers,
37 /// as constant.)
38 constant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
40 /// This Value is known to not have the specified value. (For constant
53 /// the constant if this is a 'constant' or 'notconstant' value.
85 bool isConstant() const { return Tag == constant; }
91 assert(isConstant() && "Cannot get the constant of a non-constant!");
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
H A DValueLattice.h35 /// This Value has a specific constant value. (For constant integers,
37 /// as constant.)
38 constant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
40 /// This Value is known to not have the specified value. (For constant
53 /// the constant if this is a 'constant' or 'notconstant' value.
85 bool isConstant() const { return Tag == constant; }
91 assert(isConstant() && "Cannot get the constant of a non-constant!");
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dtimex.h32 long int constant; /* pll time constant */ member in struct:timex
61 #define ADJ_TIMECONST 0x0020 /* pll time constant */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Dtimex.h49 * Added new constant NTP_PHASE_LIMIT
71 long constant; /* pll time constant */ member in struct:timex
103 #define ADJ_TIMECONST 0x0020 /* pll time constant */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dtimex.h32 long int constant; /* pll time constant */ member in struct:timex
61 #define ADJ_TIMECONST 0x0020 /* pll time constant */
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dd3dx9shader.h144 STDMETHOD_(D3DXHANDLE, GetConstantByName)(THIS_ D3DXHANDLE constant, const char *name) PURE;
147 STDMETHOD(SetValue)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant,
149 STDMETHOD(SetBool)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, WINBOOL value) PURE;
150 STDMETHOD(SetBoolArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant,
152 STDMETHOD(SetInt)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, INT value) PURE;
153 STDMETHOD(SetIntArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant,
155 STDMETHOD(SetFloat)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, float value) PURE;
156 STDMETHOD(SetFloatArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant,
158 STDMETHOD(SetVector)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, const D3DXVECTOR4 *value) PURE;
159 STDMETHOD(SetVectorArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant,
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dd3dx9shader.h144 STDMETHOD_(D3DXHANDLE, GetConstantByName)(THIS_ D3DXHANDLE constant, const char *name) PURE;
147 STDMETHOD(SetValue)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant,
149 STDMETHOD(SetBool)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, WINBOOL value) PURE;
150 STDMETHOD(SetBoolArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant,
152 STDMETHOD(SetInt)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, INT value) PURE;
153 STDMETHOD(SetIntArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant,
155 STDMETHOD(SetFloat)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, float value) PURE;
156 STDMETHOD(SetFloatArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant,
158 STDMETHOD(SetVector)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, const D3DXVECTOR4 *value) PURE;
159 STDMETHOD(SetVectorArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant,
[all...]
/prebuilts/misc/common/swig/include/2.0.11/typemaps/
H A Dcmalloc.swg91 %constant size_t sizeof_##NAME = sizeof(TYPE);
93 %constant size_t sizeof_##TYPE = sizeof(TYPE);
/prebuilts/tools/common/proguard/proguard4.7/lib/
H A Dproguard.jar ... .attribute.visitor.InnerClassesInfoVisitor proguard.classfile.constant.visitor.ConstantVisitor proguard.classfile.visitor. ...
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp337 // 'size' is an Id of a constant or specialization constant of the array size
619 // See if a scalar constant of this type has already been created, so it
623 Instruction* constant; local
625 constant = groupedConstants[typeClass][i];
626 if (constant->getOpCode() == opcode &&
627 constant->getTypeId() == typeId &&
628 constant->getImmediateOperand(0) == value)
629 return constant->getResultId();
638 Instruction* constant; local
693 Instruction* constant; local
850 Instruction* constant = 0; local
2257 bool constant = true; local
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp337 // 'size' is an Id of a constant or specialization constant of the array size
619 // See if a scalar constant of this type has already been created, so it
623 Instruction* constant; local
625 constant = groupedConstants[typeClass][i];
626 if (constant->getOpCode() == opcode &&
627 constant->getTypeId() == typeId &&
628 constant->getImmediateOperand(0) == value)
629 return constant->getResultId();
638 Instruction* constant; local
693 Instruction* constant; local
850 Instruction* constant = 0; local
2257 bool constant = true; local
[all...]

Completed in 674 milliseconds

1234567891011>>