Home
last modified time | relevance | path

Searched defs:scale (Results 776 - 800 of 1123) sorted by relevance

1...<<31323334353637383940>>...45

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberSkeletonImpl.java1380 private static void generateScaleOption(Scale scale, StringBuilder sb) { in generateScaleOption() argument
1580 private static boolean scale(MacroProps macros, StringBuilder sb) { scale() method in NumberSkeletonImpl.GeneratorHelpers
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H A DBigDecimal.java460 BigDecimal(java.math.BigInteger bi, int scale) BigDecimal() argument
1350 divide(ohos.global.icu.math.BigDecimal rhs, int scale, int round) divide() argument
2551 public int scale() { scale() method in BigDecimal
2576 setScale(int scale) setScale() argument
2603 setScale(int scale, int round) setScale() argument
2849 valueOf(long lint, int scale) valueOf() argument
3048 dodivide(char code, ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set, int scale) dodivide() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_generator.cpp231 int scale = brw_jump_scale(p->devinfo); in patch_halt_jumps() local
/third_party/mesa3d/src/mesa/math/
H A Dm_matrix.c453 GLfloat scale = (MAT(in,0,0) * MAT(in,0,0) + in invert_matrix_3d() local
1026 _math_matrix_viewport(GLmatrix *m, const float scale[3], const float translate[3], double depthMax) _math_matrix_viewport() argument
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.c370 nir_ssa_def *scale = nir_frcp(&b, txs); in clc_lower_nonnormalized_samplers() local
/third_party/mesa3d/src/mesa/main/
H A Dpack.c879 const GLfloat scale = 1.0f / 0xffffff; in _mesa_unpack_depth_span() local
931 const GLfloat scale = ctx->Pixel.DepthScale; in _mesa_unpack_depth_span() local
1064 const GLdouble scale = (GLdouble) 0xffffff; in _mesa_pack_depth_span() local
1733 const double scale = 1.0 / (double) 0xffffff; unpack_float_32_uint_24_8_Z24_UNORM_S8_UINT() local
1757 const double scale = 1.0 / (double) 0xffffff; unpack_float_32_uint_24_8_S8_UINT_Z24_UNORM() local
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumberformatter.h1567 Scale scale; // = Scale(); (benign value) member
[all...]
/third_party/mesa3d/src/util/
H A Dxmlconfig.c153 float sign = 1.0f, result = 0.0f, scale; in strToF() local
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h1561 Scale scale; // = Scale(); (benign value) member
[all...]
/third_party/libinput/src/
H A Devdev-mt-touchpad-gestures.c1215 double angle, angle_delta, distance, scale; in tp_gesture_handle_state_pinch() local
/third_party/libinput/test/
H A Dtest-tablet.c2092 double scale; in START_TEST() local
3421 double scale; in START_TEST() local
3507 double scale; in START_TEST() local
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h510 void SmiScale(Register dst, Register src, int scale) { in SmiScale() argument
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h1253 void SmiScale(Register dst, Register src, int scale) { in SmiScale() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h445 void SmiScale(Register dst, Register src, int scale) { in SmiScale() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blit.c127 clip_coordinates(bool mirror, float *src, float *dst0, float *dst1, float clipped_dst0, float clipped_dst1, float scale, bool is_left_or_bottom) clip_coordinates() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blit.c165 clip_coordinates(bool mirror, float *src, float *dst0, float *dst1, float clipped_dst0, float clipped_dst1, float scale, bool is_left_or_bottom) clip_coordinates() argument
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_lib.c222 static const unsigned int scale = 1 << 18; variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp566 const auto scale = scalingFactors[scalingIdx]; in createDirectionLengthTests() local
639 const auto scale = scalingFactors[scalingIdx]; in createInsideAABBsTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDirectionTests.cpp719 const auto scale = scalingFactors[scalingIdx]; in createDirectionLengthTests() local
811 const auto scale = scalingFactors[scalingIdx]; in createInsideAABBsTests() local
H A DvktRayTracingOpacityMicromapTests.cpp288 const float scale = 1.0f / float(1 << subdivisionLevel); in calcSubtriangleCentroid() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp67 Vec4 scale; member
622 const Vec4 scale = {scaleX + pixelSizeX * 0.5f, scaleY + pixelSizeY * 0.5f, 1.0f, 1.0f}; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp975 log << TestLog::Image(string("MinBoundImage_") + de::toString(i), string("MinBoundImage_") + de::toString(i), minImages[i].getAccess(), scale, bias); in textureConversionTest() local
976 log << TestLog::Image(string("MaxBoundImage_") + de::toString(i), string("MaxBoundImage_") + de::toString(i), maxImages[i].getAccess(), scale, bias); in textureConversionTest() local
980 log << TestLog::Image(string("MinMidpointBoundImage_") + de::toString(i), string("MinMidpointBoundImage_") + de::toString(i), minMidpointImages[i].getAccess(), scale, bias); in textureConversionTest() local
981 log << TestLog::Image(string("MaxMidpointBoundImage_") + de::toString(i), string("MaxMidpointBoundImage_") + de::toString(i), maxMidpointImages[i].getAccess(), scale, bia in textureConversionTest() local
984 log << TestLog::Image(string("ResultImage_") + de::toString(i), string("ResultImage_") + de::toString(i), resImages[i].getAccess(), scale, bias); textureConversionTest() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcCompressedFormatTests.cpp230 Vec4 scale; member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessVertexArraysTests.cpp2169 const glw::GLdouble scale = normalized ? NormalizationScaleFactor<T>() : 1.0; in PrepareVAO() local
2360 const glw::GLdouble scale = normalized ? (1.0 / 16.0) /* Floating point scalling factor. */ : 1.0; DrawAndCheck() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp486 double scale = gCalibrationTimeSeconds / elapsedTime; in calibrateStepsToRun() local

Completed in 52 milliseconds

1...<<31323334353637383940>>...45