Searched refs:scale_ (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | node-matchers.h | 359 : scale_(-1), power_of_two_plus_one_(false) { 367 scale_ = static_cast<int>(value); 375 scale_ = 0; 377 scale_ = 1; 379 scale_ = 2; 381 scale_ = 3; 384 scale_ = 1; 387 scale_ = 2; 390 scale_ = 3; 398 bool matches() const { return scale_ != -1; } in matches() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | quant_levels_dec_utils.c | 53 int scale_; // normalization factor, in FIX bits precision member 113 const uint32_t scale = p->scale_; in HFilter() 245 p->scale_ = (1 << (FIX + LFIX)) / (R * R); // normalization constant in InitParams()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 152 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_) : scale(scale_), bias(bias_) {} in TexTypeCoordParams() 162 …TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), b… in TexTypeCoordParams()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 185 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_) : scale(scale_), bias(bias_) {} in TexTypeCoordParams() 195 …TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), b… in TexTypeCoordParams()
|
/third_party/mindspore/patches/ |
D | 0006-remove-lite-expression-fix-double-loadso.patch | 7510 - explicit Rescaler(float scale) : scale_(scale) { 7511 - if (scale_ == 0) { 7512 - scale_ = 1.0; 7519 - for (int k = 0; k < inputs.at(0).ElementNum(); k++) input_data[k] /= scale_; 7523 - float scale_ = 1.0;
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 35401 + scale_ = new_page_scale_factor; 35596 + float GetScale() const { return scale_; } 35624 + float scale_ = 100.0;
|