Home
last modified time | relevance | path

Searched defs:createConstant (Results 1 – 10 of 10) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/differentiation/
DSparseGradient.java92 public static SparseGradient createConstant(final double value) { in createConstant() method in SparseGradient
DDerivativeStructure.java244 public DerivativeStructure createConstant(final double c) { in createConstant() method in DerivativeStructure
/external/llvm/lib/IR/
DMDBuilder.cpp24 ConstantAsMetadata *MDBuilder::createConstant(Constant *C) { in createConstant() function in MDBuilder
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DBCELFactory.java205 private void createConstant( final Object value ) { in createConstant() method in BCELFactory
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionFactory.java159 public Instruction createConstant( final Object value ) { in createConstant() method in InstructionFactory
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp24 ConstantAsMetadata *MDBuilder::createConstant(Constant *C) { in createConstant() function in MDBuilder
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DMDBuilder.cpp24 ConstantAsMetadata *MDBuilder::createConstant(Constant *C) { in createConstant() function in MDBuilder
/external/guava/guava/src/com/google/common/net/
DMediaType.java108 private static MediaType createConstant(String type, String subtype) { in createConstant() method in MediaType
/external/guava/android/guava/src/com/google/common/net/
DMediaType.java108 private static MediaType createConstant(String type, String subtype) { in createConstant() method in MediaType
/external/angle/src/compiler/translator/spirv/
DOutputSPIRV.cpp1237 spirv::IdRef OutputSPIRVTraverser::createConstant(const TType &type, in createConstant() function in sh::__anon2afe1e900111::OutputSPIRVTraverser