Home
last modified time | relevance | path

Searched defs:positive (Results 1 - 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DConstantFoldingOverflow_test.cpp27 void evaluateFloatOverflow(const std::string &floatString, bool positive) in evaluateFloatOverflow() argument
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/shape/
H A Dcube.h46 int positive = 1; member in Cube
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DAdoptingModifierStore.java14 private final Modifier positive; field in AdoptingModifierStore
27 public AdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negative) { in AdoptingModifierStore() argument
H A DPatternStringParser.java89 public ParsedSubpatternInfo positive; field in PatternStringParser.ParsedPatternInfo
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DAdoptingModifierStore.java16 private final Modifier positive; field in AdoptingModifierStore
29 public AdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negative) { in AdoptingModifierStore() argument
H A DPatternStringParser.java92 public ParsedSubpatternInfo positive; field in PatternStringParser.ParsedPatternInfo
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_patternstring.h77 ParsedSubpatternInfo positive; member
H A Dnumber_patternstring.cpp528 const ParsedSubpatternInfo& positive = patternInfo.positive; in patternInfoToProperties() local
[all...]
/third_party/json/tests/src/
H A 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); global() variable
298 auto positive = static_cast<uint16_t>(-1 - i); global() variable
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternstring.h77 ParsedSubpatternInfo positive; member
H A Dnumber_patternstring.cpp528 const ParsedSubpatternInfo& positive = patternInfo.positive; in patternInfoToProperties() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_patternstring.h76 ParsedSubpatternInfo positive; member
H A Dnumber_patternstring.cpp483 const ParsedSubpatternInfo& positive = patternInfo.positive; in patternInfoToProperties() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_double_ops.c379 nir_ssa_def *positive = nir_fge(b, src, nir_imm_double(b, 0.0)); in lower_floor() local
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dnamei.c1139 bool positive = false; in ovl_lower_positive() local
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dnamei.c1348 bool positive = false; in ovl_lower_positive() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A 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/
H A 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/python/Parser/
H A Dpegen.c328 _PyPegen_lookahead_with_name(int positive, expr_ty (func)(Parser *), Parser *p) in _PyPegen_lookahead_with_name() argument
337 _PyPegen_lookahead_with_string(int positive, expr_ty (func)(Parser *, const char*), Parser *p, const char* arg) in _PyPegen_lookahead_with_string() argument
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() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c328 bool positive = true; in lan743x_ptpci_adjfine() local
361 bool positive = true; in lan743x_ptpci_adjfreq() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc500 absl::int128 positive = static_cast<absl::int128>(0x1234567890abcdef) * 1979; in TEST_F() local
/kernel/linux/linux-5.10/kernel/debug/kdb/
H A Dkdb_main.c558 int positive; in kdbgetaddrarg() local
/kernel/linux/linux-6.6/kernel/debug/kdb/
H A Dkdb_main.c549 int positive; in kdbgetaddrarg() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp927 deUint32 getLimit (VkComponentTypeKHR dt, bool positive) in getLimit() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp2237 auto positive = CmpNLT(n, Int4(0)); in mirror() local
2244 auto positive = CmpNLT(x, Int4(0)); in mod() local

Completed in 37 milliseconds

12