Home
last modified time | relevance | path

Searched defs:negative (Results 1 – 25 of 159) sorted by relevance

1234567

/third_party/boost/libs/convert/test/
Dprepare.hpp24 gen_int(int digits, bool negative) in gen_int()
43 static bool negative = true; in get_strs() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_opcodes.cpp117 dng_negative &negative) in AboutToApply()
256 dng_negative &negative, in dng_filter_opcode_task()
360 dng_negative &negative, in Apply()
432 dng_negative &negative, in dng_inplace_opcode_task()
534 dng_negative &negative, in Apply()
Ddng_opcode_list.cpp112 dng_negative &negative, in Apply()
Ddng_render.cpp766 const dng_negative &negative, in dng_render_task()
1204 const dng_negative &negative) in dng_render()
/third_party/boost/libs/hana/example/
Ddrop_while.cpp17 auto negative = [](auto x) { in __anoneb8f8f910102() variable
Dreplace_if.cpp13 BOOST_HANA_CONSTEXPR_LAMBDA auto negative = [](auto x) { in __anon5da2d1ce0102() variable
Dadjust_if.cpp13 BOOST_HANA_CONSTEXPR_LAMBDA auto negative = [](auto x) { in __anon5df01c7d0102() variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DAdoptingModifierStore.java19 private final Modifier negative; field in AdoptingModifierStore
29 …c AdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negative) { in AdoptingModifierStore()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DAdoptingModifierStore.java17 private final Modifier negative; field in AdoptingModifierStore
27 …c AdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negative) { in AdoptingModifierStore()
/third_party/grpc/test/core/json/corpus/
Dtest9.json1 {"alpha":null,"beta":false,"gamma":2.3,"xyz":"abc","negative":-133} number
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dnegative_impl.py22 negative = base.MultitypeFuncGraph("negative", True) variable
/third_party/jerryscript/tests/unit-core/
Dtest-to-length.c69 ecma_value_t negative = ecma_make_number_value (-26.5973f); in main() local
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer_svg_per_turn.hpp88 GeometryBuffer const& buffered, bool negative) in map_input_output()
153 GeometryBuffer const& buffered, bool negative) in map_input_output()
Dtest_buffer_svg.hpp343 GeometryBuffer const& buffered, bool negative) in map_input_output()
391 GeometryBuffer const& buffered, bool negative, bool areal) in map_io()
416 GeometryBuffer const& buffered, bool negative, bool areal) in map_io_zoomed()
/third_party/boost/libs/serialization/example/
Dportable_binary_oarchive.cpp28 bool negative = (l < 0); in save_impl() local
Dportable_binary_iarchive.cpp30 bool negative = (size < 0); in load_impl() local
/third_party/protobuf/src/google/protobuf/util/
Dtime_util.cc207 bool negative = (value[0] == '-'); in FromString() local
382 void ToUint128(const Duration& value, uint128* result, bool* negative) { in ToUint128()
394 void ToDuration(const uint128& value, bool negative, Duration* duration) { in ToDuration()
420 bool negative; in operator *=() local
446 bool negative; in operator /=() local
/third_party/boost/boost/geometry/strategies/agnostic/
Dbuffer_distance_symmetric.hpp72 inline bool negative() const in negative() function in boost::geometry::strategy::buffer::distance_symmetric
Dbuffer_distance_asymmetric.hpp74 inline bool negative() const in negative() function in boost::geometry::strategy::buffer::distance_asymmetric
/third_party/abseil-cpp/absl/strings/
Dcharconv.cc285 bool HandleEdgeCase(const strings_internal::ParsedFloat& input, bool negative, in HandleEdgeCase()
328 void EncodeResult(const CalculatedFloat& calculated, bool negative, in EncodeResult()
605 bool negative = false; in FromCharsImpl() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv.cc285 bool HandleEdgeCase(const strings_internal::ParsedFloat& input, bool negative, in HandleEdgeCase()
328 void EncodeResult(const CalculatedFloat& calculated, bool negative, in EncodeResult()
605 bool negative = false; in FromCharsImpl() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dnumbers_test_common.h44 bool negative = value < 0; in Itoa() local
/third_party/abseil-cpp/absl/strings/internal/
Dnumbers_test_common.h44 bool negative = value < 0; in Itoa() local
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dprefer-includes.ts141 const negative = isNegativeCheck(compareNode); constant
/third_party/libsnd/src/
Dfloat32.c256 { int exponent, mantissa, negative ; in float32_be_read() local
284 { int exponent, mantissa, negative ; in float32_le_read() local
312 { int exponent, mantissa, negative = 0 ; in float32_le_write() local
347 { int exponent, mantissa, negative = 0 ; in float32_be_write() local

1234567