Home
last modified time | relevance | path

Searched defs:positive (Results 1 – 25 of 42) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DAdoptingModifierStore.java16 private final Modifier positive; field in AdoptingModifierStore
29 …public AdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negat… in AdoptingModifierStore()
DPatternStringParser.java92 public ParsedSubpatternInfo positive; field in PatternStringParser.ParsedPatternInfo
550 ParsedSubpatternInfo positive = patternInfo.positive; in patternInfoToProperties() local
DMutablePatternModifier.java180 Modifier positive = createConstantModifier(a, b); in createImmutable() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DAdoptingModifierStore.java14 private final Modifier positive; field in AdoptingModifierStore
27 …public AdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negat… in AdoptingModifierStore()
DPatternStringParser.java89 public ParsedSubpatternInfo positive; field in PatternStringParser.ParsedPatternInfo
593 ParsedSubpatternInfo positive = patternInfo.positive; in patternInfoToProperties() local
DMutablePatternModifier.java182 Modifier positive = createConstantModifier(a, b); in createImmutable() local
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DConstantFoldingOverflow_test.cpp27 void evaluateFloatOverflow(const std::string &floatString, bool positive) in evaluateFloatOverflow()
/third_party/python/Parser/
Dpegen.c328 _PyPegen_lookahead_with_name(int positive, expr_ty (func)(Parser *), Parser *p) in _PyPegen_lookahead_with_name()
337 _PyPegen_lookahead_with_string(int positive, expr_ty (func)(Parser *, const char*), Parser *p, cons… in _PyPegen_lookahead_with_string()
346 _PyPegen_lookahead_with_int(int positive, Token *(func)(Parser *, int), Parser *p, int arg) in _PyPegen_lookahead_with_int() argument
355 _PyPegen_lookahead(int positive, void *(func)(Parser *), Parser *p) in _PyPegen_lookahead()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_lower_cubemap_to_array.c94 nir_ssa_def *positive = nir_fge(b, coord->rx, nir_imm_float(b, 0.0)); in evaluate_face_x() local
111 nir_ssa_def *positive = nir_fge(b, coord->ry, nir_imm_float(b, 0.0)); in evaluate_face_y() local
128 nir_ssa_def *positive = nir_fge(b, coord->rz, nir_imm_float(b, 0.0)); in evaluate_face_z() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_cubemaps.c139 nir_ssa_def *positive = nir_fge(b, coord->rx, nir_imm_float(b, 0.0)); in evaluate_face_x() local
158 nir_ssa_def *positive = nir_fge(b, coord->ry, nir_imm_float(b, 0.0)); in evaluate_face_y() local
177 nir_ssa_def *positive = nir_fge(b, coord->rz, nir_imm_float(b, 0.0)); in evaluate_face_z() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_patternstring.h76 ParsedSubpatternInfo positive; member
Dnumber_patternstring.cpp483 const ParsedSubpatternInfo& positive = patternInfo.positive; in patternInfoToProperties() local
/third_party/json/tests/src/
Dunit-cbor.cpp200 auto positive = static_cast<uint64_t>(-1 - i); variable
257 … auto positive = static_cast<uint32_t>(static_cast<uint64_t>(-1 - i) & 0x00000000ffffffff); variable
298 auto positive = static_cast<uint16_t>(-1 - i); variable
/third_party/node/deps/icu-small/source/i18n/
Dnumber_patternstring.h77 ParsedSubpatternInfo positive; member
Dnumber_patternstring.cpp528 const ParsedSubpatternInfo& positive = patternInfo.positive; in patternInfoToProperties() local
/third_party/icu/icu4c/source/i18n/
Dnumber_patternstring.h77 ParsedSubpatternInfo positive; member
Dnumber_patternstring.cpp528 const ParsedSubpatternInfo& positive = patternInfo.positive; in patternInfoToProperties() local
/third_party/rust/crates/proc-macro2/tests/
Dtest.rs306 let positive = "0.1".parse::<Literal>().unwrap(); in literal_span() localVariable
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c379 nir_ssa_def *positive = nir_fge(b, src, nir_imm_double(b, 0.0)); in lower_floor() local
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.h688 void SetSignedSat(int index, bool positive) { in SetSignedSat()
692 void SetUnsignedSat(int index, bool positive) { in SetUnsignedSat()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h547 void SetSignedSat(int index, bool positive) { in SetSignedSat()
551 void SetUnsignedSat(int index, bool positive) { in SetUnsignedSat()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c1338 register int positive; in inleap() local
2784 leapadd(const zic_t t, const int positive, const int rolling, int count) in leapadd()
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c1339 register int positive; in inleap() local
2785 leapadd(const zic_t t, const int positive, const int rolling, int count) in leapadd()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp2237 auto positive = CmpNLT(n, Int4(0)); in mirror() local
2244 auto positive = CmpNLT(x, Int4(0)); in mod() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc500 absl::int128 positive = static_cast<absl::int128>(0x1234567890abcdef) * 1979; in TEST_F() local

12