Home
last modified time | relevance | path

Searched refs:Cst (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DCst.h33 class Cst
68 Cst () = delete;
69 Cst (const Cst &other) = delete;
70 Cst (Cst &&other) = delete;
71 Cst & operator = (const Cst &other) = delete;
72 Cst & operator = (Cst &&other) = delete;
73 bool operator == (const Cst &other) const = delete;
74 bool operator != (const Cst &other) const = delete;
H A DCst_fmtcl.cpp42 constexpr int Cst::_max_nbr_planes;
44 constexpr int Cst::_rtv_imin;
45 constexpr int Cst::_rtv_emax;
46 constexpr int Cst::_rtv_lum_blk;
47 constexpr int Cst::_rtv_lum_wht;
48 constexpr int Cst::_rtv_chr_gry;
49 constexpr int Cst::_rtv_chr_dep;
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/mcode/
H A Dortho_code-consts.ads27 function Get_Const_Kind (Cst : O_Cnode) return OC_Kind;
29 function Get_Const_Type (Cst : O_Cnode) return O_Tnode;
36 function Get_Const_U32 (Cst : O_Cnode) return Uns32;
39 function Get_Const_I64 (Cst : O_Cnode) return Integer_64;
44 function Get_Const_Low (Cst : O_Cnode) return Uns32;
45 function Get_Const_High (Cst : O_Cnode) return Uns32;
47 function Get_Const_Low (Cst : O_Cnode) return Int32;
48 function Get_Const_High (Cst : O_Cnode) return Int32;
58 function Get_Const_Decl (Cst : O_Cnode) return O_Dnode;
64 function Get_Sizeof_Type (Cst : O_Cnode) return O_Tnode;
[all …]
H A Dortho_code-consts.adb120 return Cnodes.Table (Cst).Kind;
125 return Gnodes.Table (Cst).Kind;
130 return Cnodes.Table (Cst).Lit_Type;
202 return To_Uns64 (Cnodes.Table (Cst + 1));
209 V := Get_Const_R64 (Cst);
217 V := Get_Const_R64 (Cst);
225 V := Get_Const_R64 (Cst);
233 V := Get_Const_R64 (Cst);
662 case Get_Const_Kind (Cst) is
666 H := Get_Const_High (Cst);
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pb_shared/unittest/
H A DReExpCalcUnitTest.h111 Constants Cst; in TEST_F() local
131 Constants Cst; in TEST_F() local
150 Constants Cst; in TEST_F() local
169 Constants Cst; in TEST_F() local
298 Constants Cst; in TEST_F() local
325 Constants Cst; in TEST_F() local
356 Constants Cst; in TEST_F() local
386 Constants Cst; in TEST_F() local
417 Constants Cst; in TEST_F() local
449 Constants Cst; in TEST_F() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-c-test/
H A Decho.cpp231 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
235 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
240 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
258 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
271 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
284 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
306 if (LLVMIsAConstantStruct(Cst)) { in clone_constant_impl()
320 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
326 if (LLVMIsNull(Cst)) { in clone_constant_impl()
333 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-c-test/
H A Decho.cpp240 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
244 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
249 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
277 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
290 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
303 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
346 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
352 if (LLVMIsPoison(Cst)) { in clone_constant_impl()
358 if (LLVMIsNull(Cst)) { in clone_constant_impl()
365 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp239 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
243 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
248 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
276 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
289 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
302 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
345 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
351 if (LLVMIsPoison(Cst)) { in clone_constant_impl()
357 if (LLVMIsNull(Cst)) { in clone_constant_impl()
364 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-c-test/
H A Decho.cpp238 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
242 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
247 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
275 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
288 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
301 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
344 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
350 if (LLVMIsPoison(Cst)) { in clone_constant_impl()
356 if (LLVMIsNull(Cst)) { in clone_constant_impl()
363 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-c-test/
H A Decho.cpp239 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
243 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
248 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
276 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
289 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
302 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
345 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
351 if (LLVMIsPoison(Cst)) { in clone_constant_impl()
357 if (LLVMIsNull(Cst)) { in clone_constant_impl()
364 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-c-test/
H A Decho.cpp239 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
243 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
248 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
276 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
289 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
302 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
345 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
351 if (LLVMIsPoison(Cst)) { in clone_constant_impl()
357 if (LLVMIsNull(Cst)) { in clone_constant_impl()
364 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-c-test/
H A Decho.cpp238 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
242 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
247 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
275 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
288 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
301 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
344 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
350 if (LLVMIsPoison(Cst)) { in clone_constant_impl()
356 if (LLVMIsNull(Cst)) { in clone_constant_impl()
363 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-c-test/
H A Decho.cpp239 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
243 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
248 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
276 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
289 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
302 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
345 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
351 if (LLVMIsPoison(Cst)) { in clone_constant_impl()
357 if (LLVMIsNull(Cst)) { in clone_constant_impl()
364 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-c-test/
H A Decho.cpp239 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
243 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
248 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
276 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
289 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
302 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
345 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
351 if (LLVMIsPoison(Cst)) { in clone_constant_impl()
357 if (LLVMIsNull(Cst)) { in clone_constant_impl()
364 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-c-test/
H A Decho.cpp236 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
240 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
245 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
273 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
286 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
299 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
321 if (LLVMIsAConstantStruct(Cst)) { in clone_constant_impl()
342 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
348 if (LLVMIsNull(Cst)) { in clone_constant_impl()
355 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp236 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
240 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
245 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
273 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
286 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
299 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
321 if (LLVMIsAConstantStruct(Cst)) { in clone_constant_impl()
342 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
348 if (LLVMIsNull(Cst)) { in clone_constant_impl()
355 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-c-test/
H A Decho.cpp232 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
236 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
241 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
269 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
282 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
295 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
317 if (LLVMIsAConstantStruct(Cst)) { in clone_constant_impl()
331 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
337 if (LLVMIsNull(Cst)) { in clone_constant_impl()
344 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-c-test/
H A Decho.cpp236 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
240 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
245 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
273 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
286 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
299 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
321 if (LLVMIsAConstantStruct(Cst)) { in clone_constant_impl()
342 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
348 if (LLVMIsNull(Cst)) { in clone_constant_impl()
355 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-c-test/
H A Decho.cpp231 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
235 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
240 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
268 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
281 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
294 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
316 if (LLVMIsAConstantStruct(Cst)) { in clone_constant_impl()
337 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
343 if (LLVMIsNull(Cst)) { in clone_constant_impl()
350 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp231 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
235 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
240 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
268 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
281 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
294 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
316 if (LLVMIsAConstantStruct(Cst)) { in clone_constant_impl()
337 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
343 if (LLVMIsNull(Cst)) { in clone_constant_impl()
350 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-c-test/
H A Decho.cpp231 if (!LLVMIsAConstant(Cst)) in clone_constant_impl()
235 if (LLVMIsAGlobalValue(Cst)) { in clone_constant_impl()
240 if (LLVMIsAFunction(Cst)) { in clone_constant_impl()
268 if (LLVMIsAGlobalAlias(Cst)) { in clone_constant_impl()
281 if (LLVMIsAConstantInt(Cst)) { in clone_constant_impl()
294 if (LLVMIsAConstantArray(Cst)) { in clone_constant_impl()
316 if (LLVMIsAConstantStruct(Cst)) { in clone_constant_impl()
330 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
336 if (LLVMIsNull(Cst)) { in clone_constant_impl()
343 if (LLVMIsAConstantFP(Cst)) { in clone_constant_impl()
[all …]
/dports/science/R-cran-Epi/Epi/R/
H A DRelevel.Lexis.R9 Cst <- Xst <- NULL functionVar
12 Cst <- factor(x$lex.Cst)
14 all.levels <- union(levels(Cst),
17 x$lex.Cst <- factor(Cst, levels = all.levels)
21 if(length(setdiff(all.levels, levels(Cst))) > 0 |
/dports/lang/mosml/mosml-ver-2.10.1/examples/units/
H A DTest.sml3 val t1 = T.test (Plus (Cst 244, Cst 0))
4 val t2 = T.test (Neg (Plus (Neg (Cst 140), Cst 0)))
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp258 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr, in shouldConvertUse() argument
324 static bool shouldConvertImpl(const Constant *Cst) { in shouldConvertImpl() argument
325 if (isa<const UndefValue>(Cst)) in shouldConvertImpl()
335 if (Cst->isZeroValue()) in shouldConvertImpl()
342 if (Cst->getType()->isVectorTy()) in shouldConvertImpl()
344 return isConstantUsingVectorTy(Cst->getType()); in shouldConvertImpl()
551 Constant *Cst = dyn_cast<Constant>(U); in runOnFunction() local
555 if (!Cst || isa<GlobalValue>(Cst) || isa<ConstantExpr>(Cst)) in runOnFunction()
559 if (!shouldConvert(*Cst, PromotionCache)) in runOnFunction()
564 if (!shouldConvertUse(Cst, &I, OpNo)) in runOnFunction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp258 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr, in shouldConvertUse() argument
324 static bool shouldConvertImpl(const Constant *Cst) { in shouldConvertImpl() argument
325 if (isa<const UndefValue>(Cst)) in shouldConvertImpl()
335 if (Cst->isZeroValue()) in shouldConvertImpl()
342 if (Cst->getType()->isVectorTy()) in shouldConvertImpl()
344 return isConstantUsingVectorTy(Cst->getType()); in shouldConvertImpl()
551 Constant *Cst = dyn_cast<Constant>(U); in runOnFunction() local
555 if (!Cst || isa<GlobalValue>(Cst) || isa<ConstantExpr>(Cst)) in runOnFunction()
559 if (!shouldConvert(*Cst, PromotionCache)) in runOnFunction()
564 if (!shouldConvertUse(Cst, &I, OpNo)) in runOnFunction()
[all …]

12345678910>>...28