Home
last modified time | relevance | path

Searched defs:negative (Results 1 - 25 of 109) sorted by relevance

12345

/third_party/node/deps/v8/tools/testrunner/outproc/
H A Dtest262.py26 def negative(self): member in ExceptionOutProc
H A Dbase.py71 def negative(self): member in BaseOutProc
81 def negative(self): member in Negative
/third_party/mbedtls/tests/src/
H A Dbignum_helpers.c118 int negative = 0; in mbedtls_test_read_mpi() local
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dpredictable.py38 def negative(self): member in OutProc
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dnumbers_test_common.h44 bool negative = value < 0; in Itoa() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DAdoptingModifierStore.java17 private final Modifier negative; field in AdoptingModifierStore
27 public AdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negative) { in AdoptingModifierStore() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DAdoptingModifierStore.java19 private final Modifier negative; field in AdoptingModifierStore
29 public AdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negative) { in AdoptingModifierStore() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-to-length.cpp98 ecma_value_t negative = ecma_make_number_value (-26.5973f); in HWTEST_F() local
/third_party/rust/crates/syn/tests/
H A Dtest_lit.rs213 fn negative() { in negative() functions
/third_party/node/deps/v8/src/numbers/
H A Dinteger-literal.h16 IntegerLiteral(bool negative, uint64_t absolute_value) in IntegerLiteral() argument
H A Dconversions-inl.h40 bool negative = x < 0; in FastD2UI() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_opcode_list.cpp111 Apply(dng_host &host, dng_negative &negative, AutoPtr<dng_image> &image) Apply() argument
H A Ddng_color_spec.cpp66 dng_color_spec::dng_color_spec (const dng_negative &negative, in dng_color_spec() argument
[all...]
H A Ddng_host.cpp520 ApplyOpcodeList(dng_opcode_list &list, dng_negative &negative, AutoPtr<dng_image> &image) ApplyOpcodeList() argument
H A Ddng_validate.cpp129 AutoPtr<dng_negative> negative; in dng_validate() local
[all...]
H A Ddng_jpeg_image.cpp165 Encode(dng_host &host, const dng_negative &negative, dng_image_writer &writer, const dng_image &image) Encode() argument
/third_party/ffmpeg/libavcodec/
H A Droqaudioenc.c85 int negative; in dpcm_predict() local
H A Djpeg2000.c179 ff_jpeg2000_set_significance(Jpeg2000T1Context *t1, int x, int y, int negative) ff_jpeg2000_set_significance() argument
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dsmult_curve25519_ref.c52 unsigned int negative; in freeze() local
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_dec.c296 int negative; in pulse_read_packet() local
/third_party/glslang/gtests/
H A DHexFloat.cpp646 float set_from_sign(bool negative, int32_t unbiased_exponent, in set_from_sign() argument
/third_party/icu/icu4c/source/i18n/
H A Dnumber_patternstring.h78 ParsedSubpatternInfo negative; member
H A Dnumber_mapper.cpp408 bool negative = (flags & AFFIX_NEGATIVE_SUBPATTERN) != 0; in getStringInternal() local
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-parser.c147 re_insert_assertion_lookahead(re_compiler_ctx_t *re_ctx_p, uint32_t start_offset, uint32_t capture_start, bool negative) re_insert_assertion_lookahead() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternstring.h78 ParsedSubpatternInfo negative; member

Completed in 13 milliseconds

12345