Home
last modified time | relevance | path

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

123456

/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()
Ddng_host.cpp521 dng_negative &negative, in ApplyOpcodeList()
Ddng_color_spec.cpp66 dng_color_spec::dng_color_spec (const dng_negative &negative, in dng_color_spec()
Ddng_validate.cpp129 AutoPtr<dng_negative> negative; in dng_validate() local
Ddng_lens_correction.cpp1003 const dng_negative &negative, in dng_filter_warp()
1648 dng_negative &negative, in Apply()
1838 dng_negative &negative, in Apply()
2170 void dng_opcode_FixVignetteRadial::Prepare (dng_negative &negative, in Prepare()
/third_party/node/deps/v8/tools/testrunner/outproc/
Dtest262.py20 self, expected_outcomes, expected_exception=None, negative=False): argument
26 def negative(self): member in ExceptionOutProc
Dbase.py71 def negative(self): member in BaseOutProc
81 def negative(self): member in Negative
/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/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/node/deps/v8/src/numbers/
Dconversions.cc147 inline double SignedZero(bool negative) { in SignedZero()
183 double InternalStringToIntDouble(Iterator current, EndMark end, bool negative, in InternalStringToIntDouble()
351 bool negative() { return sign_ == Sign::kNegative; } in negative() function in v8::internal::StringToIntHelper
517 const bool negative = false; in HandlePowerOfTwoCase() local
1110 bool negative = true; in IntToCString() local
1133 bool negative = false; in DoubleToFixedCString() local
1197 bool negative, in CreateExponentialRepresentation()
1231 bool negative = false; in DoubleToExponentialCString() local
1275 bool negative = false; in DoubleToPrecisionCString() local
1356 bool negative = value < 0; in DoubleToRadixCString() local
Dinteger-literal.h16 IntegerLiteral(bool negative, uint64_t absolute_value) in IntegerLiteral()
/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/jerryscript/tests/unit-core/
Dtest-to-length.cpp98 ecma_value_t negative = ecma_make_number_value (-26.5973f); variable
/third_party/node/deps/v8/tools/testrunner/objects/
Dpredictable.py38 def negative(self): member in OutProc
/third_party/mbedtls/tests/src/
Dbignum_helpers.c118 int negative = 0; in mbedtls_test_read_mpi() 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
Dnumbers.cc1001 bool negative; in safe_int_internal() local
1016 bool negative; in safe_uint_internal() 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/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
/third_party/node/deps/v8/third_party/test262-harness/test/
Dtest_test262.py24 def __init__(self, name, negative): argument
/third_party/ffmpeg/libavcodec/
Droqaudioenc.c85 int negative; in dpcm_predict() local
/third_party/rust/crates/syn/tests/
Dtest_lit.rs213 fn negative() { in negative() function
/third_party/icu/icu4c/source/i18n/
Dzonemeta.cpp831 UBool negative = false; in createCustomTimeZone() local
851 ZoneMeta::formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id)… in formatCustomID()

123456