| /third_party/libsnd/src/ |
| H A D | float32.c | 256 { 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 in float32_be_write() local [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_double_ops.c | 394 nir_ssa_def *negative = nir_flt(b, src, nir_imm_double(b, 0.0)); in lower_ceil() local
|
| /third_party/skia/third_party/externals/spirv-tools/test/ |
| H A D | hex_float_test.cpp | 691 float set_from_sign(bool negative, int32_t unbiased_exponent, in set_from_sign() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | hex_float_test.cpp | 691 float set_from_sign(bool negative, int32_t unbiased_exponent, in set_from_sign() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | APFloat.cpp | 282 bool negative, overflow; in totalExponent() local [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_render.cpp | 764 dng_render_task(const dng_image &srcImage, dng_image &dstImage, const dng_negative &negative, const dng_render ¶ms, const dng_point &srcOffset) dng_render_task() argument 1203 dng_render(dng_host &host, const dng_negative &negative) dng_render() argument
|
| H A D | dng_linearization_info.cpp | 1297 PostParse(dng_host & , dng_negative &negative) PostParse() argument
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-tunnel-sink-new.c | 505 int negative; in sink_process_msg_cb() local
|
| H A D | module-tunnel-source-new.c | 475 int negative; in source_process_msg_cb() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | charconv.cc | 285 bool HandleEdgeCase(const strings_internal::ParsedFloat& input, bool negative, in HandleEdgeCase() argument 328 void EncodeResult(const CalculatedFloat& calculated, bool negative, in EncodeResult() argument 605 bool negative = false; FromCharsImpl() local [all...] |
| /third_party/spirv-tools/test/ |
| H A D | hex_float_test.cpp | 691 float set_from_sign(bool negative, int32_t unbiased_exponent, in set_from_sign() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | utf.cpp | 611 void UInt64ToUtf16Array(uint64_t v, uint16_t *outUtf16Buf, uint32_t nDigits, bool negative) in UInt64ToUtf16Array() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| H A D | ets_intrinsics_helpers.h | 349 bool negative = false; in FpToStringDecimalRadix() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | json_parser.cpp | 529 bool negative = false; in ParseNumber() local 556 JSTaggedValue JsonParser<T>::ConvertToNumber(const std::string &str, bool negative, bool hasExponent, bool hasDecimal) in ConvertToNumber() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | number_helper_test.cpp | 581 bool negative = false; in HWTEST_F_L0() local [all...] |
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | genelf_debug.c | 204 int negative = data < 0; in emit_signed_LEB128() local
|
| /kernel/linux/linux-5.10/drivers/staging/iio/resolver/ |
| H A D | ad2s1210.c | 466 u16 negative; in ad2s1210_read_raw() local
|
| /kernel/linux/linux-6.6/drivers/staging/iio/resolver/ |
| H A D | ad2s1210.c | 467 u16 negative; in ad2s1210_read_raw() local
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | genelf_debug.c | 211 int negative = data < 0; in emit_signed_LEB128() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | parseutils.c | 595 int today = 0, negative = 0, microseconds = 0, suffix = 1000000; in av_parse_time() local
|
| /third_party/libdrm/exynos/ |
| H A D | exynos_fimg2d.c | 680 g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, struct g2d_image *dst, unsigned int src_x, unsigned int src_y, unsigned int src_w, unsigned int src_h, unsigned int dst_x, unsigned int dst_y, unsigned int dst_w, unsigned int dst_h, unsigned int negative) g2d_copy_with_scale() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | zonemeta.cpp | 831 UBool negative = false; in createCustomTimeZone() local 851 ZoneMeta::formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id) { in formatCustomID() argument
|
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | json_stream_parser.cc | 571 bool negative = data[index] == '-'; in ParseNumberHelper() local
|
| /third_party/protobuf/src/google/protobuf/util/ |
| H A D | time_util.cc | 207 bool negative = (value[0] == '-'); in FromString() local 382 void ToUint128(const Duration& value, uint128* result, bool* negative) { in ToUint128() argument 394 void ToDuration(const uint128& value, bool negative, Duratio argument 420 bool negative; operator *=() local 446 bool negative; operator /=() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_string.h | 1445 bool ToInt(int32_t *index, bool *negative) in ToInt() argument
|