/third_party/ffmpeg/libavcodec/ |
H A D | aacdec_fixed.c | 127 static inline int *DEC_UPAIR(int *dst, unsigned idx, unsigned sign) in DEC_UPAIR() argument 135 static inline int *DEC_UQUAD(int *dst, unsigned idx, unsigned sign) in DEC_UQUAD() argument [all...] |
H A D | acelp_vectors.c | 154 const float sign = (fixed_index[2*i+1] & (1 << bits)) ? -1.0 : 1.0; in ff_decode_10_pulses_35bits() local
|
H A D | pcm.c | 428 int sign = *src >> 7; in pcm_decode_frame() local
|
H A D | speedhqenc.c | 193 int alevel, level, last_non_zero, dc, i, j, run, last_index, sign; in encode_block() local
|
H A D | texturedsp.c | 444 rgtc1_block_internal(uint8_t *dst, ptrdiff_t stride, const uint8_t *block, int sign, int mono, int offset, int pix_size) rgtc1_block_internal() argument 548 rgtc2_block_internal(uint8_t *dst, ptrdiff_t stride, const uint8_t *block, int sign) rgtc2_block_internal() argument
|
H A D | wma.c | 433 int code, level, sign; in ff_wma_run_level_decode() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_pan.c | 97 int out_ch_id, in_ch_id, len, named, ret, sign = 1; in init() local
|
/third_party/ffmpeg/libavformat/ |
H A D | jacosubdec.c | 129 int sign = 1; in get_shift() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberFormatterSettings.java | 436 public T sign(SignDisplay style) { in sign() method in NumberFormatterSettings
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | thcoll.cpp | 327 int8_t CollationThaiTest::sign(int32_t i) { in sign() function in CollationThaiTest
|
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | strtod.c | 96 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | NumberFormatterApiTest.java | 2096 public void sign() { in sign() method in NumberFormatterApiTest [all...] |
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
H A D | string-to-double.cc | 155 static double SignedZero(bool sign) { in SignedZero() argument 256 RadixStringToIeee(Iterator* current, Iterator end, bool sign, uc16 separator, bool parse_as_hex_float, bool allow_trailing_junk, double junk_string_value, bool read_as_double, bool* result_is_junk) RadixStringToIeee() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | NumberFormatterSettings.java | 417 public T sign(SignDisplay style) { in sign() method in NumberFormatterSettings
|
/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-string-to-double.cpp | 176 static double SignedZero(bool sign) { in SignedZero() argument 277 RadixStringToIeee(Iterator* current, Iterator end, bool sign, uc16 separator, bool parse_as_hex_float, bool allow_trailing_junk, double junk_string_value, bool read_as_double, bool* result_is_junk) RadixStringToIeee() argument [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_conversion_builder.h | 135 nir_ssa_def *sign = in nir_round_int_to_float() local
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
H A D | main.c | 95 int n, m, sign = 0, result = 1, in main() local
|
/third_party/node/lib/internal/crypto/ |
H A D | util.js | |
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | erf.c | 217 int sign; in erf() local 248 int sign; in erfc() local [all...] |
H A D | erff.c | 127 int sign; in erff() local 158 int sign; in erfcf() local [all...] |
/third_party/musl/src/math/ |
H A D | erf.c | 217 int sign; in erf() local 248 int sign; in erfc() local [all...] |
H A D | erff.c | 127 int sign; in erff() local 158 int sign; in erfcf() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-string-to-double.cpp | 176 static double SignedZero(bool sign) { in SignedZero() argument 277 RadixStringToIeee(Iterator* current, Iterator end, bool sign, uc16 separator, bool parse_as_hex_float, bool allow_trailing_junk, double junk_string_value, bool read_as_double, bool* result_is_junk) RadixStringToIeee() argument [all...] |
/third_party/libinput/tools/ |
H A D | libinput-record-verify-yaml.py | 650 def sign(x): function
|
/third_party/ltp/testcases/kernel/syscalls/string/ |
H A D | string01.c | 329 #define sign(x) ((x) < 0 ? -1 : ((x) > 0 ? 1 : 0)) in main() macro
|