Home
last modified time | relevance | path

Searched defs:Const (Results 1 – 25 of 218) sorted by relevance

123456789

/external/rust/android-crates-io/crates/signal-hook/src/low_level/
Dextract.c9 struct Const { struct
17 struct Const consts[] = { argument
/external/ksp/test-utils/testData/api/
DsealedClass.kt33 data class Const(val number: Double) : Expr() class
40 data class Const(val number: Double) : Expr() dataClass
/external/tensorflow/tensorflow/cc/ops/
Dconst_op.h38 Output Const(const Scope& scope, const Input::Initializer& val) { in Const() function
69 Output Const(const Scope& scope, const T& v, const TensorShape shape) { in Const() function
74 Output Const(const Scope& scope, const std::initializer_list<T>& v, in Const() function
/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/
DConst.java15 public class Const implements IExpression { class
19 public Const(final double value) { in Const() method in Const
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
Dp2.cpp6 struct Const { struct
35 struct Const { struct
/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp29 template<typename T, T N> struct Const { static const T value = N; }; argument
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DIndent.java30 public static final class Const extends Indent { class in Indent
35 private Const(int n) { in Const() method in Indent.Const
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp249 Constant *Const = nullptr; in isTailPredicate() local
338 if (auto *Const = dyn_cast<SCEVConstant>(S->getOperand(0))) { in ComputeElements() local
347 if (auto *Const = dyn_cast<SCEVConstant>(S->getOperand(0))) { in ComputeElements() local
356 if (auto *Const = dyn_cast<SCEVConstant>(S->getRHS())) { in ComputeElements() local
363 if (auto *Const = dyn_cast<SCEVConstant>(RoundUp->getOperand(0))) { in ComputeElements() local
/external/cronet/stable/net/third_party/quiche/src/quiche/common/
Dquiche_callbacks.h46 using Const = ReturnType(Args...) const; variable
/external/cronet/tot/net/third_party/quiche/src/quiche/common/
Dquiche_callbacks.h46 using Const = ReturnType(Args...) const; variable
/external/tensorflow/tensorflow/go/op/
Dop.go33 func Const(scope *Scope, value interface{}) (output tf.Output) { func
/external/pytorch/torch/csrc/jit/frontend/
Dtree_views.h893 struct Const : public Expr { struct
894 explicit Const(const TreeRef& tree) : Expr(tree) { in Const() function
897 bool isFloatingPoint() const { in isFloatingPoint()
905 bool isIntegral() const { in isIntegral()
908 bool isComplex() const { in isComplex()
911 int64_t asIntegral() const { in asIntegral()
940 static Const create(const SourceRange& range, const std::string& value) { in create() argument
/external/llvm-libc/test/src/__support/CPP/
Darray_test.cpp36 TEST(LlvmLibcArrayTest, Const) { in TEST() argument
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/CPP/
Darray_test.cpp36 TEST(LlvmLibcArrayTest, Const) { in TEST() argument
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/CPP/
Darray_test.cpp36 TEST(LlvmLibcArrayTest, Const) { in TEST() argument
/external/rust/android-crates-io/crates/rustversion/src/
Dattr.rs12 Const(Span), enumerator
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.18/src/
Dattr.rs12 Const(Span), enumerator
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.18/src/
Dattr.rs12 Const(Span), enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVCallLowering.cpp103 ConstantInt *Const = getConstInt(MD, 0); in getOriginalFunctionType() local
286 ConstantInt *Const = getConstInt(MD2, 0); in lowerFormalArguments() local
292 ConstantInt *Const = getConstInt(MD2, j); in lowerFormalArguments() local
/external/tensorflow/tensorflow/go/
Dutil_test.go30 func Const(g *Graph, name string, value interface{}) (Output, error) { func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp124 auto *Const = dyn_cast<ConstantFP>(I.getOperand(1)); in convertFCmp() local
234 auto *Const = dyn_cast<ConstantInt>(I.getOperand(1)); in convertICmp() local
/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp124 auto *Const = dyn_cast<ConstantFP>(I.getOperand(1)); in convertFCmp() local
234 auto *Const = dyn_cast<ConstantInt>(I.getOperand(1)); in convertICmp() local
/external/capstone/bindings/vb6/
DModule1.bas13 Global Const DEBUG_DUMP = 0 variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp128 auto *Const = dyn_cast<ConstantFP>(I.getOperand(1)); in convertFCmp() local
238 auto *Const = dyn_cast<ConstantInt>(I.getOperand(1)); in convertICmp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp357 if (auto *Const = dyn_cast<ConstantInt>(CI->getOperand(0))) in isSafeWrap() local
359 else if (auto *Const = dyn_cast<ConstantInt>(CI->getOperand(1))) in isSafeWrap() local
462 auto Const = cast<ConstantInt>(I->getOperand(1)); in PrepareWrappingAdds() local
536 if (auto *Const = dyn_cast<ConstantInt>(Op)) { in PromoteTree() local

123456789