Home
last modified time | relevance | path

Searched refs:newBase (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/include/flang/Lower/Support/
DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone() argument
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
116 return {newBase, extents, lbounds}; in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
133 return {newBase, len, extents, lbounds}; in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone() argument
149 return {newBase, hostContext}; in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone() argument
180 return {newBase, len, params, extents, lbounds}; in clone()
/external/cldr/tools/java/org/unicode/cldr/draft/
DTestMixedScript.java301 …int newBase = cp - UCharacter.getNumericValue(cp); // this gets the zero value since we are guaran… in getNumberStatus() local
303 if (newBase != base) { in getNumberStatus()
307 base = newBase; in getNumberStatus()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DSerializationConfig.java293 protected final SerializationConfig _withBase(BaseSettings newBase) { in _withBase() argument
294 return (_base == newBase) ? this : new SerializationConfig(this, newBase); in _withBase()
DDeserializationConfig.java303 protected final DeserializationConfig _withBase(BaseSettings newBase) { in _withBase() argument
304 return (_base == newBase) ? this : new DeserializationConfig(this, newBase); in _withBase()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp84 Value &newBase) { in castedToMemRef() argument
89 newBase = rewriter.create<TypeCastOp>(loc, MemRefType::get({}, vt), base); in castedToMemRef()
2275 Value newBase; in matchAndRewrite() local
2279 load.getResultVectorType(), rewriter, newBase)) in matchAndRewrite()
2281 rewriter.replaceOpWithNewOp<LoadOp>(load, newBase); in matchAndRewrite()
2321 Value newBase; in matchAndRewrite() local
2325 store.getValueVectorType(), rewriter, newBase)) in matchAndRewrite()
2327 rewriter.replaceOpWithNewOp<StoreOp>(store, store.value(), newBase); in matchAndRewrite()
2463 Value newBase; in matchAndRewrite() local
2468 rewriter, newBase)) in matchAndRewrite()
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DMapperConfigBase.java271 protected abstract T _withBase(BaseSettings newBase); in _withBase() argument
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c10267 TimeBase newBase; in Qt_ConvertTime() local
10273 TimeBaseObj_Convert, &newBase)) in Qt_ConvertTime()
10276 newBase); in Qt_ConvertTime()