Home
last modified time | relevance | path

Searched defs:ratio (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/imageFormat/
Dsvg.ts63 const ratio = (viewbox.width as number) / (viewbox.height as number); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/statistics/scan/
DWorkLoadInfo.ts52 const ratio = constant
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp100 auto ratio = liveBytes / totalSize; in ReportSurvivedBytesRatio() local