/external/rust/android-crates-io/crates/signal-hook/src/low_level/ |
D | extract.c | 9 struct Const { struct 17 struct Const consts[] = { argument
|
/external/ksp/test-utils/testData/api/ |
D | sealedClass.kt | 33 data class Const(val number: Double) : Expr() class 40 data class Const(val number: Double) : Expr() dataClass
|
/external/tensorflow/tensorflow/cc/ops/ |
D | const_op.h | 38 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/ |
D | Const.java | 15 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/ |
D | p2.cpp | 6 struct Const { struct 35 struct Const { struct
|
/external/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 29 template<typename T, T N> struct Const { static const T value = N; }; argument
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/ |
D | Indent.java | 30 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/ |
D | MVETailPredication.cpp | 249 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/ |
D | quiche_callbacks.h | 46 using Const = ReturnType(Args...) const; variable
|
/external/cronet/tot/net/third_party/quiche/src/quiche/common/ |
D | quiche_callbacks.h | 46 using Const = ReturnType(Args...) const; variable
|
/external/tensorflow/tensorflow/go/op/ |
D | op.go | 33 func Const(scope *Scope, value interface{}) (output tf.Output) { func
|
/external/pytorch/torch/csrc/jit/frontend/ |
D | tree_views.h | 893 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/ |
D | array_test.cpp | 36 TEST(LlvmLibcArrayTest, Const) { in TEST() argument
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/CPP/ |
D | array_test.cpp | 36 TEST(LlvmLibcArrayTest, Const) { in TEST() argument
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/CPP/ |
D | array_test.cpp | 36 TEST(LlvmLibcArrayTest, Const) { in TEST() argument
|
/external/rust/android-crates-io/crates/rustversion/src/ |
D | attr.rs | 12 Const(Span), enumerator
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.18/src/ |
D | attr.rs | 12 Const(Span), enumerator
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.18/src/ |
D | attr.rs | 12 Const(Span), enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
D | SPIRVCallLowering.cpp | 103 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/ |
D | util_test.go | 30 func Const(g *Graph, name string, value interface{}) (Output, error) { func
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 124 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/ |
D | SystemZTDC.cpp | 124 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/ |
D | Module1.bas | 13 Global Const DEBUG_DUMP = 0 variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 128 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/ |
D | TypePromotion.cpp | 357 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
|