Searched refs:scale_ (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | node-matchers.h | 359 : scale_(-1), power_of_two_plus_one_(false) { in ScaleMatcher() 367 scale_ = static_cast<int>(value); in ScaleMatcher() 375 scale_ = 0; in ScaleMatcher() 377 scale_ = 1; in ScaleMatcher() 379 scale_ = 2; in ScaleMatcher() 381 scale_ = 3; in ScaleMatcher() 384 scale_ = 1; in ScaleMatcher() 387 scale_ = 2; in ScaleMatcher() 390 scale_ = 3; in ScaleMatcher() 398 bool matches() const { return scale_ ! 403 int scale_; global() member 473 int scale_; global() member 531 int scale_; global() member [all...] |
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A 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/ |
H A 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_), bias(bias_), face(face_) {} in TexTypeCoordParams()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A 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_), bias(bias_), face(face_) {} in TexTypeCoordParams()
|
Completed in 8 milliseconds