Home
last modified time | relevance | path

Searched refs:positive (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DPatternStringParser.java89 public ParsedSubpatternInfo positive; field in PatternStringParser.ParsedPatternInfo
136 return positive.paddingEndpoints; in getEndpoints()
140 return positive.prefixEndpoints; in getEndpoints()
144 return positive.suffixEndpoints; in getEndpoints()
150 return positive.hasPlusSign; in positiveHasPlusSign()
165 return positive.hasCurrencySign || (negative != null && negative.hasCurrencySign); in hasCurrencySign()
175 return positive.integerTotal > 0; in hasBody()
180 return positive.hasCurrencyDecimal; in currencyAsDecimal()
269 result.positive = new ParsedSubpatternInfo(); in consumePattern()
270 consumeSubpattern(state, result.positive); in consumePattern()
[all …]
DAdoptingModifierStore.java14 private final Modifier positive; field in AdoptingModifierStore
27 …public AdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negat… in AdoptingModifierStore() argument
28 this.positive = positive; in AdoptingModifierStore()
44 this.positive = null; in AdoptingModifierStore()
67 return positive; in getModifierWithoutPlural()
82 assert positive == null; in getModifier()
DGrouper.java138 short grouping1 = (short) (patternInfo.positive.groupingSizes & 0xffff); in withLocaleData()
139 short grouping2 = (short) ((patternInfo.positive.groupingSizes >>> 16) & 0xffff); in withLocaleData()
140 short grouping3 = (short) ((patternInfo.positive.groupingSizes >>> 32) & 0xffff); in withLocaleData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DPatternStringParser.java92 public ParsedSubpatternInfo positive; field in PatternStringParser.ParsedPatternInfo
139 return positive.paddingEndpoints; in getEndpoints()
143 return positive.prefixEndpoints; in getEndpoints()
147 return positive.suffixEndpoints; in getEndpoints()
153 return positive.hasPlusSign; in positiveHasPlusSign()
168 return positive.hasCurrencySign || (negative != null && negative.hasCurrencySign); in hasCurrencySign()
178 return positive.integerTotal > 0; in hasBody()
254 result.positive = new ParsedSubpatternInfo(); in consumePattern()
255 consumeSubpattern(state, result.positive); in consumePattern()
550 ParsedSubpatternInfo positive = patternInfo.positive; in patternInfoToProperties() local
[all …]
DAdoptingModifierStore.java16 private final Modifier positive; field in AdoptingModifierStore
29 …public AdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negat… in AdoptingModifierStore() argument
30 this.positive = positive; in AdoptingModifierStore()
46 this.positive = null; in AdoptingModifierStore()
69 return positive; in getModifierWithoutPlural()
84 assert positive == null; in getModifier()
DGrouper.java128 short grouping1 = (short) (patternInfo.positive.groupingSizes & 0xffff); in withLocaleData()
129 short grouping2 = (short) ((patternInfo.positive.groupingSizes >>> 16) & 0xffff); in withLocaleData()
130 short grouping3 = (short) ((patternInfo.positive.groupingSizes >>> 32) & 0xffff); in withLocaleData()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_patternstring.cpp82 return positive.paddingEndpoints; in getEndpoints()
86 return positive.prefixEndpoints; in getEndpoints()
90 return positive.suffixEndpoints; in getEndpoints()
95 return positive.hasPlusSign; in positiveHasPlusSign()
107 return positive.hasCurrencySign || (fHasNegativeSubpattern && negative.hasCurrencySign); in hasCurrencySign()
115 return positive.integerTotal > 0; in hasBody()
145 currentSubpattern = &positive; in consumePattern()
483 const ParsedSubpatternInfo& positive = patternInfo.positive; in patternInfoToProperties() local
489 ignoreRounding = positive.hasCurrencySign; in patternInfoToProperties()
496 auto grouping1 = static_cast<int16_t> (positive.groupingSizes & 0xffff); in patternInfoToProperties()
[all …]
Dnumber_grouping.cpp77 auto grouping1 = static_cast<int16_t> (patternInfo.positive.groupingSizes & 0xffff); in setLocaleData()
78 auto grouping2 = static_cast<int16_t> ((patternInfo.positive.groupingSizes >> 16) & 0xffff); in setLocaleData()
79 auto grouping3 = static_cast<int16_t> ((patternInfo.positive.groupingSizes >> 32) & 0xffff); in setLocaleData()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_patternstring.cpp82 return positive.paddingEndpoints; in getEndpoints()
86 return positive.prefixEndpoints; in getEndpoints()
90 return positive.suffixEndpoints; in getEndpoints()
95 return positive.hasPlusSign; in positiveHasPlusSign()
107 return positive.hasCurrencySign || (fHasNegativeSubpattern && negative.hasCurrencySign); in hasCurrencySign()
115 return positive.integerTotal > 0; in hasBody()
119 return positive.hasCurrencyDecimal; in currencyAsDecimal()
161 currentSubpattern = &positive; in consumePattern()
528 const ParsedSubpatternInfo& positive = patternInfo.positive; in patternInfoToProperties() local
534 ignoreRounding = positive.hasCurrencySign; in patternInfoToProperties()
[all …]
Dnumber_grouping.cpp77 auto grouping1 = static_cast<int16_t> (patternInfo.positive.groupingSizes & 0xffff); in setLocaleData()
78 auto grouping2 = static_cast<int16_t> ((patternInfo.positive.groupingSizes >> 16) & 0xffff); in setLocaleData()
79 auto grouping3 = static_cast<int16_t> ((patternInfo.positive.groupingSizes >> 32) & 0xffff); in setLocaleData()
/third_party/icu/icu4c/source/i18n/
Dnumber_patternstring.cpp82 return positive.paddingEndpoints; in getEndpoints()
86 return positive.prefixEndpoints; in getEndpoints()
90 return positive.suffixEndpoints; in getEndpoints()
95 return positive.hasPlusSign; in positiveHasPlusSign()
107 return positive.hasCurrencySign || (fHasNegativeSubpattern && negative.hasCurrencySign); in hasCurrencySign()
115 return positive.integerTotal > 0; in hasBody()
119 return positive.hasCurrencyDecimal; in currencyAsDecimal()
161 currentSubpattern = &positive; in consumePattern()
528 const ParsedSubpatternInfo& positive = patternInfo.positive; in patternInfoToProperties() local
534 ignoreRounding = positive.hasCurrencySign; in patternInfoToProperties()
[all …]
Dnumber_grouping.cpp77 auto grouping1 = static_cast<int16_t> (patternInfo.positive.groupingSizes & 0xffff); in setLocaleData()
78 auto grouping2 = static_cast<int16_t> ((patternInfo.positive.groupingSizes >> 16) & 0xffff); in setLocaleData()
79 auto grouping3 = static_cast<int16_t> ((patternInfo.positive.groupingSizes >> 32) & 0xffff); in setLocaleData()
/third_party/skia/include/private/
DSkHalf.h52 positive = bits ^ sign, // ...but strip it off for now. in SkHalfToFloat_finite_ftz()
53 is_norm = 0x03ff < positive; // Exponent > 0? in SkHalfToFloat_finite_ftz()
57 Sk4i norm = (positive << 13) + ((127 - 15) << 23); in SkHalfToFloat_finite_ftz()
73 positive = bits ^ sign, // ...but strip it off for now. in SkFloatToHalf_finite_ftz()
74 will_be_norm = 0x387fdfff < positive; // greater than largest denorm half? in SkFloatToHalf_finite_ftz()
78 Sk4i norm = (positive - ((127 - 15) << 23)) >> 13; in SkFloatToHalf_finite_ftz()
/third_party/mbedtls/tests/suites/
Dtest_suite_bignum.misc.data232 Test mbedtls_mpi_cmp_mpi: 0 (null) < positive
235 Test mbedtls_mpi_cmp_mpi: 0 (1 limb) < positive
244 Test mbedtls_mpi_cmp_mpi: positive > 0 (null)
247 Test mbedtls_mpi_cmp_mpi: positive > 0 (1 limb)
256 Test mbedtls_mpi_cmp_mpi: 0 (null) < positive with leading zero limb
259 Test mbedtls_mpi_cmp_mpi: 0 (1 limb) < positive with leading zero limb
268 Test mbedtls_mpi_cmp_mpi: positive with leading zero limb > 0 (null)
271 Test mbedtls_mpi_cmp_mpi: positive with leading zero limb > 0 (1 limb)
280 Test mbedtls_mpi_cmp_mpi: 0 (null) < large positive
283 Test mbedtls_mpi_cmp_mpi: 0 (1 limb) < large positive
[all …]
/third_party/skia/tests/sksl/errors/
DArrayOfInvalidSize.glsl3 error: 1: array size must be positive
4 error: 2: array size must be positive
5 error: 3: array size must be positive
14 error: 12: array size must be positive
15 error: 13: array size must be positive
16 error: 14: array size must be positive
DEmptyArray.glsl3 error: 1: array size must be positive
4 error: 2: array size must be positive
/third_party/typescript/tests/baselines/reference/
DpropertiesAndIndexersForNumericNames.types72 public "+NaN": string = "not a positive number"; // No error
74 >"not a positive number" : "not a positive number"
84 public "+1": string = "positive number (for the paranoid)"; // No error
86 >"positive number (for the paranoid)" : "positive number (for the paranoid)"
/third_party/openGLES/extensions/APPLE/
DAPPLE_texture_packed_float.txt52 infinity, positivedenorms, and positive NaN values are representable.
115 Likewise, finite positive values greater than 65024 (the maximum
118 to zero; positive infinity is converted to positive infinity; and
119 both positive and negative NaN are converted to positive NaN.
152 Likewise, finite positive values greater than 64512 (the maximum
155 to zero; positive infinity is converted to positive infinity; and
156 both positive and negative NaN are converted to positive NaN.
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_texture_packed_float.txt52 infinity, positivedenorms, and positive NaN values are representable.
115 Likewise, finite positive values greater than 65024 (the maximum
118 to zero; positive infinity is converted to positive infinity; and
119 both positive and negative NaN are converted to positive NaN.
152 Likewise, finite positive values greater than 64512 (the maximum
155 to zero; positive infinity is converted to positive infinity; and
156 both positive and negative NaN are converted to positive NaN.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_packed_float.txt62 values can be represented. Positive infinity, positive denorms,
63 and positive NaN values are representable. The value of the fourth
124 Likewise, finite positive values greater than 65024 (the maximum
127 to zero; positive infinity is converted to positive infinity; and
128 both positive and negative NaN are converted to positive NaN.
161 Likewise, finite positive values greater than 64512 (the maximum
164 to zero; positive infinity is converted to positive infinity; and
165 both positive and negative NaN are converted to positive NaN.
/third_party/openGLES/extensions/NV/
DNV_packed_float.txt62 values can be represented. Positive infinity, positive denorms,
63 and positive NaN values are representable. The value of the fourth
124 Likewise, finite positive values greater than 65024 (the maximum
127 to zero; positive infinity is converted to positive infinity; and
128 both positive and negative NaN are converted to positive NaN.
161 Likewise, finite positive values greater than 64512 (the maximum
164 to zero; positive infinity is converted to positive infinity; and
165 both positive and negative NaN are converted to positive NaN.
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1337 const glw::GLfloat positive = 1.0f; in prepareTextureCoordinatesForFace() local
1342 vectorSet4(data, 0, positive, left, top, layer); in prepareTextureCoordinatesForFace()
1343 vectorSet4(data, 1, positive, middle, top, layer); in prepareTextureCoordinatesForFace()
1344 vectorSet4(data, 2, positive, right, top, layer); in prepareTextureCoordinatesForFace()
1345 vectorSet4(data, 3, positive, left, middle, layer); in prepareTextureCoordinatesForFace()
1346 vectorSet4(data, 4, positive, middle, middle, layer); in prepareTextureCoordinatesForFace()
1347 vectorSet4(data, 5, positive, right, middle, layer); in prepareTextureCoordinatesForFace()
1348 vectorSet4(data, 6, positive, left, bottom, layer); in prepareTextureCoordinatesForFace()
1349 vectorSet4(data, 7, positive, middle, bottom, layer); in prepareTextureCoordinatesForFace()
1350 vectorSet4(data, 8, positive, right, bottom, layer); in prepareTextureCoordinatesForFace()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DConstantFoldingOverflow_test.cpp27 void evaluateFloatOverflow(const std::string &floatString, bool positive) in evaluateFloatOverflow() argument
30 float expected = positive ? std::numeric_limits<float>::infinity() in evaluateFloatOverflow()
/third_party/glslang/Test/
D460.frag30 [[dependency_length(-3)]] do { } while(true); // ERROR, not positive
31 [[dependency_length(0)]] do { } while(true); // ERROR, not positive
/third_party/openssl/Configurations/
DINTERNALS.Configure27 # -2 positive already run and we found ELSE (following ELSIF should fail)
28 # -1 positive already run (skip until ENDIF)
30 # 1 last was positive (don't skip lines until next ELSE, ELSIF or ENDIF)
31 # 2 positive ELSE (following ELSIF should fail)

12345678910>>...29