Home
last modified time | relevance | path

Searched defs:getNumerator (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DIntegerRatio.h37 int32_t getNumerator() { in getNumerator() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DSupport.h63 unsigned getNumerator() const { return Numerator; } in getNumerator() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBranchProbability.h65 uint32_t getNumerator() const { return N; } in getNumerator() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js82 this.getNumerator = function (...args) { method