Home
last modified time | relevance | path

Searched full:scale (Results 1 – 25 of 15550) sorted by relevance

12345678910>>...622

/aosp_15_r20/external/bc/tests/bc/scripts/
H A Datan.txt1 scale = 1
4 scale = 2
7 scale = 3
10 scale = 4
13 scale = 5
16 scale = 6
19 scale = 7
22 scale = 8
25 scale = 9
28 scale = 10
[all …]
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dintrapred_smooth_sse4.cc145 // weight_h[1]: scale - weight_h vector
148 // weight_w[0]: weights_w and scale - weights_w interleave vector
152 const __m128i scale = _mm_set1_epi16(256); in LoadSmoothWeights4() local
155 weight_h[1] = _mm_sub_epi16(scale, weight_h[0]); in LoadSmoothWeights4()
161 weight_h[1] = _mm_sub_epi16(scale, weight_h[0]); in LoadSmoothWeights4()
166 weight_h[1] = _mm_sub_epi16(scale, weight_h[0]); in LoadSmoothWeights4()
168 weight_h[3] = _mm_sub_epi16(scale, weight_h[2]); in LoadSmoothWeights4()
216 const __m128i scale = _mm_set1_epi32(256); in Smooth4x4_SSE4_1() local
221 const __m128i inverted_weights = _mm_sub_epi32(scale, weights); in Smooth4x4_SSE4_1()
231 scaled_top_right, scale); in Smooth4x4_SSE4_1()
[all …]
/aosp_15_r20/external/skia/docs/examples/
H A DChromeMDRefreshTab.cpp5 SkPath GetBorderPath(float scale, in GetBorderPath() argument
10 // const float top = scale - 1; in GetBorderPath()
11 const float right = size.fWidth * scale; in GetBorderPath()
12 const float bottom = size.fHeight * scale; in GetBorderPath()
13 const float scaled_endcap_radius = (endcap_width / 2) * scale; in GetBorderPath()
22 // path.rCubicTo(0.75 * scale, 0, 1.625 * scale, -0.5 * scale, 2 * scale, in GetBorderPath()
23 // -1.5 * scale); in GetBorderPath()
25 // path.lineTo((endcap_width - 2) * scale, top + 1.5 * scale); in GetBorderPath()
33 // const float dy = 2.5 * scale - 1; in GetBorderPath()
36 // path.lineTo(right - (endcap_width - 2) * scale - dx, 0); in GetBorderPath()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigDecimal/
H A DZeroScalingTests.java28 * @summary Tests that the scale of zero is propagated properly and has the
29 * proper effect and that setting the scale to zero does not mutate the
72 Math.max(zero1.scale(), zero2.scale())); in addTests()
75 Assert.assertEquals(result, expected, "For classic exact add, expected scale of " + in addTests()
76 expected.scale() + "; got " + in addTests()
77 result.scale() + "."); in addTests()
81 " expected scale of " + in addTests()
82 expected.scale() + "; got " + in addTests()
83 result.scale() + "."); in addTests()
87 " expected scale of " + in addTests()
[all …]
/aosp_15_r20/external/bc/tests/bc/
H A Dscale.txt1 scale(0)
2 scale(1)
3 scale(12)
4 scale(123)
5 scale(1234)
6 scale(12345)
7 scale(123456)
8 scale(1234567)
9 scale(12345678)
10 scale(123456789)
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
Dwhile_sum_of_powers.example.cpp16 .scale = 0.0f, in get_test_model_n_0()
26 .scale = 0.0f, in get_test_model_n_0()
36 .scale = 0.0f, in get_test_model_n_0()
46 .scale = 0.0f, in get_test_model_n_0()
56 .scale = 0.0f, in get_test_model_n_0()
66 .scale = 0.0f, in get_test_model_n_0()
76 .scale = 0.0f, in get_test_model_n_0()
96 .scale = 0.0f, in get_test_model_n_0()
106 .scale = 0.0f, in get_test_model_n_0()
116 .scale = 0.0f, in get_test_model_n_0()
[all …]
Dwhile_fib.example.cpp16 .scale = 0.0f, in get_test_model_n_1_unused_output()
26 .scale = 0.0f, in get_test_model_n_1_unused_output()
36 .scale = 0.0f, in get_test_model_n_1_unused_output()
46 .scale = 0.0f, in get_test_model_n_1_unused_output()
56 .scale = 0.0f, in get_test_model_n_1_unused_output()
66 .scale = 0.0f, in get_test_model_n_1_unused_output()
76 .scale = 0.0f, in get_test_model_n_1_unused_output()
96 .scale = 0.0f, in get_test_model_n_1_unused_output()
106 .scale = 0.0f, in get_test_model_n_1_unused_output()
116 .scale = 0.0f, in get_test_model_n_1_unused_output()
[all …]
Dwhile_sum_of_powers_quant8_signed.example.cpp16 .scale = 0.0f, in get_test_model_n_0()
26 .scale = 0.0f, in get_test_model_n_0()
36 .scale = 1.0f, in get_test_model_n_0()
46 .scale = 0.0f, in get_test_model_n_0()
56 .scale = 0.0f, in get_test_model_n_0()
66 .scale = 0.5f, in get_test_model_n_0()
76 .scale = 1.0f, in get_test_model_n_0()
96 .scale = 1.0f, in get_test_model_n_0()
106 .scale = 0.0f, in get_test_model_n_0()
116 .scale = 0.0f, in get_test_model_n_0()
[all …]
Dwhile_sum_of_powers_quant8.example.cpp16 .scale = 0.0f, in get_test_model_n_0()
26 .scale = 0.0f, in get_test_model_n_0()
36 .scale = 1.0f, in get_test_model_n_0()
46 .scale = 0.0f, in get_test_model_n_0()
56 .scale = 0.0f, in get_test_model_n_0()
66 .scale = 0.5f, in get_test_model_n_0()
76 .scale = 1.0f, in get_test_model_n_0()
96 .scale = 1.0f, in get_test_model_n_0()
106 .scale = 0.0f, in get_test_model_n_0()
116 .scale = 0.0f, in get_test_model_n_0()
[all …]
Dgrouped_conv2d_quant8_signed.example.cpp16 .scale = 0.25f, in get_test_model_nhwc_none_quant8_signed()
26 .scale = 0.25f, in get_test_model_nhwc_none_quant8_signed()
36 .scale = 0.0625f, in get_test_model_nhwc_none_quant8_signed()
46 .scale = 0.0f, in get_test_model_nhwc_none_quant8_signed()
56 .scale = 0.0f, in get_test_model_nhwc_none_quant8_signed()
66 .scale = 0.0f, in get_test_model_nhwc_none_quant8_signed()
76 .scale = 0.0f, in get_test_model_nhwc_none_quant8_signed()
86 .scale = 0.0f, in get_test_model_nhwc_none_quant8_signed()
96 .scale = 0.0f, in get_test_model_nhwc_none_quant8_signed()
106 .scale = 0.0f, in get_test_model_nhwc_none_quant8_signed()
[all …]
Dresize_quant8_signed.example.cpp16 .scale = 0.01f, in get_test_model_shape_nhwc_quant8_signed()
26 .scale = 0.0f, in get_test_model_shape_nhwc_quant8_signed()
36 .scale = 0.0f, in get_test_model_shape_nhwc_quant8_signed()
46 .scale = 0.0f, in get_test_model_shape_nhwc_quant8_signed()
56 .scale = 0.01f, in get_test_model_shape_nhwc_quant8_signed()
93 .scale = 0.01f, in get_test_model_shape_nhwc_quant8_signed_all_inputs_as_internal()
103 .scale = 0.0f, in get_test_model_shape_nhwc_quant8_signed_all_inputs_as_internal()
113 .scale = 0.0f, in get_test_model_shape_nhwc_quant8_signed_all_inputs_as_internal()
123 .scale = 0.0f, in get_test_model_shape_nhwc_quant8_signed_all_inputs_as_internal()
133 .scale = 0.01f, in get_test_model_shape_nhwc_quant8_signed_all_inputs_as_internal()
[all …]
Ddepthwise_conv2d_quant8_signed.example.cpp16 .scale = 0.5f, in get_test_model_nhwc_quant8_signed()
26 .scale = 0.01f, in get_test_model_nhwc_quant8_signed()
36 .scale = 0.005f, in get_test_model_nhwc_quant8_signed()
46 .scale = 0.0f, in get_test_model_nhwc_quant8_signed()
56 .scale = 0.0f, in get_test_model_nhwc_quant8_signed()
66 .scale = 0.0f, in get_test_model_nhwc_quant8_signed()
76 .scale = 0.0f, in get_test_model_nhwc_quant8_signed()
86 .scale = 0.0f, in get_test_model_nhwc_quant8_signed()
96 .scale = 0.0f, in get_test_model_nhwc_quant8_signed()
106 .scale = 0.0f, in get_test_model_nhwc_quant8_signed()
[all …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
H A DBigDecimalArithmeticTest.java46 assertEquals("incorrect scale", cScale, result.scale()); in testAddEqualScalePosPos()
64 assertEquals("incorrect scale", cScale, result.scale()); in testAddMathContextEqualScalePosPos()
81 assertEquals("incorrect scale", cScale, result.scale()); in testAddEqualScaleNegNeg()
99 assertEquals("incorrect scale", cScale, result.scale()); in testAddMathContextEqualScaleNegNeg()
116 assertEquals("incorrect scale", cScale, result.scale()); in testAddDiffScalePosNeg()
134 assertEquals("incorrect scale", cScale, result.scale()); in testAddMathContextDiffScalePosNeg()
151 assertEquals("incorrect scale", cScale, result.scale()); in testAddDiffScaleNegPos()
168 assertEquals("incorrect scale", cScale, result.scale()); in testAddDiffScaleZeroZero()
185 assertEquals("incorrect scale", cScale, result.scale()); in testSubtractEqualScalePosPos()
203 assertEquals("incorrect scale", cScale, result.scale()); in testSubtractMathContextEqualScalePosPos()
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3_cts_only/
Dwhile_fib_unknown_rank.example.cpp16 .scale = 0.0f, in get_test_model_n_2_unused_output()
26 .scale = 0.0f, in get_test_model_n_2_unused_output()
36 .scale = 0.0f, in get_test_model_n_2_unused_output()
46 .scale = 0.0f, in get_test_model_n_2_unused_output()
56 .scale = 0.0f, in get_test_model_n_2_unused_output()
66 .scale = 0.0f, in get_test_model_n_2_unused_output()
76 .scale = 0.0f, in get_test_model_n_2_unused_output()
96 .scale = 0.0f, in get_test_model_n_2_unused_output()
106 .scale = 0.0f, in get_test_model_n_2_unused_output()
116 .scale = 0.0f, in get_test_model_n_2_unused_output()
[all …]
Dwhile_fib_unknown_dimension.example.cpp16 .scale = 0.0f, in get_test_model_n_2_unused_output()
26 .scale = 0.0f, in get_test_model_n_2_unused_output()
36 .scale = 0.0f, in get_test_model_n_2_unused_output()
46 .scale = 0.0f, in get_test_model_n_2_unused_output()
56 .scale = 0.0f, in get_test_model_n_2_unused_output()
66 .scale = 0.0f, in get_test_model_n_2_unused_output()
76 .scale = 0.0f, in get_test_model_n_2_unused_output()
96 .scale = 0.0f, in get_test_model_n_2_unused_output()
106 .scale = 0.0f, in get_test_model_n_2_unused_output()
116 .scale = 0.0f, in get_test_model_n_2_unused_output()
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dl2_pool_v1_2.example.cpp16 .scale = 0.0f, in get_test_model_nhwc()
26 .scale = 0.0f, in get_test_model_nhwc()
36 .scale = 0.0f, in get_test_model_nhwc()
46 .scale = 0.0f, in get_test_model_nhwc()
56 .scale = 0.0f, in get_test_model_nhwc()
66 .scale = 0.0f, in get_test_model_nhwc()
76 .scale = 0.0f, in get_test_model_nhwc()
86 .scale = 0.0f, in get_test_model_nhwc()
96 .scale = 0.0f, in get_test_model_nhwc()
106 .scale = 0.0f, in get_test_model_nhwc()
[all …]
Dresize_bilinear_v1_2.example.cpp16 .scale = 0.0f, in get_test_model_shape_nhwc()
26 .scale = 0.0f, in get_test_model_shape_nhwc()
36 .scale = 0.0f, in get_test_model_shape_nhwc()
46 .scale = 0.0f, in get_test_model_shape_nhwc()
56 .scale = 0.0f, in get_test_model_shape_nhwc()
93 .scale = 0.0f, in get_test_model_shape_nhwc_all_inputs_as_internal()
103 .scale = 0.0f, in get_test_model_shape_nhwc_all_inputs_as_internal()
113 .scale = 0.0f, in get_test_model_shape_nhwc_all_inputs_as_internal()
123 .scale = 0.0f, in get_test_model_shape_nhwc_all_inputs_as_internal()
133 .scale = 0.0f, in get_test_model_shape_nhwc_all_inputs_as_internal()
[all …]
Dgrouped_conv2d.example.cpp16 .scale = 0.0f, in get_test_model_nhwc_none()
26 .scale = 0.0f, in get_test_model_nhwc_none()
36 .scale = 0.0f, in get_test_model_nhwc_none()
46 .scale = 0.0f, in get_test_model_nhwc_none()
56 .scale = 0.0f, in get_test_model_nhwc_none()
66 .scale = 0.0f, in get_test_model_nhwc_none()
76 .scale = 0.0f, in get_test_model_nhwc_none()
86 .scale = 0.0f, in get_test_model_nhwc_none()
96 .scale = 0.0f, in get_test_model_nhwc_none()
106 .scale = 0.0f, in get_test_model_nhwc_none()
[all …]
Dconv2d_dilation.example.cpp16 .scale = 0.0f, in get_test_model_nhwc()
26 .scale = 0.0f, in get_test_model_nhwc()
36 .scale = 0.0f, in get_test_model_nhwc()
46 .scale = 0.0f, in get_test_model_nhwc()
56 .scale = 0.0f, in get_test_model_nhwc()
66 .scale = 0.0f, in get_test_model_nhwc()
76 .scale = 0.0f, in get_test_model_nhwc()
86 .scale = 0.0f, in get_test_model_nhwc()
96 .scale = 0.0f, in get_test_model_nhwc()
106 .scale = 0.0f, in get_test_model_nhwc()
[all …]
Ddepthwise_conv2d_v1_2.example.cpp16 .scale = 0.0f, in get_test_model_nhwc()
26 .scale = 0.0f, in get_test_model_nhwc()
36 .scale = 0.0f, in get_test_model_nhwc()
46 .scale = 0.0f, in get_test_model_nhwc()
56 .scale = 0.0f, in get_test_model_nhwc()
66 .scale = 0.0f, in get_test_model_nhwc()
76 .scale = 0.0f, in get_test_model_nhwc()
86 .scale = 0.0f, in get_test_model_nhwc()
96 .scale = 0.0f, in get_test_model_nhwc()
106 .scale = 0.0f, in get_test_model_nhwc()
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dutmstest.c102 static void roundTripTest(int64_t value, UDateTimeScale scale) in roundTripTest() argument
105 int64_t rt = utmscale_toInt64(utmscale_fromInt64(value, scale, &status), scale, &status); in roundTripTest()
108 …log_err("Round-trip error: time scale = %d, value = %lld, round-trip = %lld.\n", scale, value, rt); in roundTripTest()
112 static void toLimitTest(int64_t toLimit, int64_t fromLimit, UDateTimeScale scale) in toLimitTest() argument
115 int64_t result = utmscale_toInt64(toLimit, scale, &status); in toLimitTest()
118 …log_err("toLimit failure: scale = %d, toLimit = %lld , utmscale_toInt64(toLimit, scale, &status) =… in toLimitTest()
119 scale, toLimit, result, fromLimit); in toLimitTest()
123 static void epochOffsetTest(int64_t epochOffset, int64_t units, UDateTimeScale scale) in epochOffsetTest() argument
128 int64_t local = utmscale_toInt64(universalEpoch, scale, &status); in epochOffsetTest()
131 …log_err("utmscale_toInt64(epochOffset, scale, &status): scale = %d epochOffset = %lld, result = %l… in epochOffsetTest()
[all …]
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dutmstest.c102 static void roundTripTest(int64_t value, UDateTimeScale scale) in roundTripTest() argument
105 int64_t rt = utmscale_toInt64(utmscale_fromInt64(value, scale, &status), scale, &status); in roundTripTest()
108 …log_err("Round-trip error: time scale = %d, value = %lld, round-trip = %lld.\n", scale, value, rt); in roundTripTest()
112 static void toLimitTest(int64_t toLimit, int64_t fromLimit, UDateTimeScale scale) in toLimitTest() argument
115 int64_t result = utmscale_toInt64(toLimit, scale, &status); in toLimitTest()
118 …log_err("toLimit failure: scale = %d, toLimit = %lld , utmscale_toInt64(toLimit, scale, &status) =… in toLimitTest()
119 scale, toLimit, result, fromLimit); in toLimitTest()
123 static void epochOffsetTest(int64_t epochOffset, int64_t units, UDateTimeScale scale) in epochOffsetTest() argument
128 int64_t local = utmscale_toInt64(universalEpoch, scale, &status); in epochOffsetTest()
131 …log_err("utmscale_toInt64(epochOffset, scale, &status): scale = %d epochOffset = %lld, result = %l… in epochOffsetTest()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java46 * integer <i>{@linkplain #scale() scale}</i>. If zero or positive,
47 * the scale is the number of digits to the right of the decimal
49 * by ten to the power of the negation of the scale. The value of the
51 * <code>(unscaledValue &times; 10<sup>-scale</sup>)</code>.
54 * arithmetic, scale manipulation, rounding, comparison, hashing, and
93 * and rounding must specify both the numerical result and the scale
102 * hold. The results of methods like {@link #scale()} and {@link
137 * preferred scale for representing a result. The preferred
138 * scale for each operation is listed in the table below.
144 * <tr><th scope="col">Operation</th><th scope="col">Preferred Scale of Result</th></tr>
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/
H A DBigDecimal.java46 * integer <i>{@linkplain #scale() scale}</i>. If zero or positive,
47 * the scale is the number of digits to the right of the decimal
49 * by ten to the power of the negation of the scale. The value of the
51 * <code>(unscaledValue &times; 10<sup>-scale</sup>)</code>.
54 * arithmetic, scale manipulation, rounding, comparison, hashing, and
93 * and rounding must specify both the numerical result and the scale
102 * hold. The results of methods like {@link #scale()} and {@link
137 * preferred scale for representing a result. The preferred
138 * scale for each operation is listed in the table below.
144 * <tr><th scope="col">Operation</th><th scope="col">Preferred Scale of Result</th></tr>
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java46 * integer <i>{@linkplain #scale() scale}</i>. If zero or positive,
47 * the scale is the number of digits to the right of the decimal
49 * by ten to the power of the negation of the scale. The value of the
51 * <code>(unscaledValue &times; 10<sup>-scale</sup>)</code>.
54 * arithmetic, scale manipulation, rounding, comparison, hashing, and
93 * and rounding must specify both the numerical result and the scale
102 * hold. The results of methods like {@link #scale()} and {@link
137 * preferred scale for representing a result. The preferred
138 * scale for each operation is listed in the table below.
144 * <tr><th scope="col">Operation</th><th scope="col">Preferred Scale of Result</th></tr>
[all …]

12345678910>>...622