/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | reg_convert.c | 19 int sign = getsign(a); in FPU_to_exp16() local 46 return sign; in FPU_to_exp16()
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | reg_convert.c | 19 int sign = getsign(a); in FPU_to_exp16() local 46 return sign; in FPU_to_exp16()
|
/third_party/ffmpeg/libavcodec/ |
H A D | proresdec2.c | 72 int sign; in unpack_alpha() local 74 sign = val & 1; in unpack_alpha() 76 if (sign) in unpack_alpha() 473 int code, i, sign; in decode_dc_coeffs() local 484 sign = 0; in decode_dc_coeffs() 487 if(code) sign ^= -(code & 1); in decode_dc_coeffs() 488 else sign = 0; in decode_dc_coeffs() 489 prev_dc += (((code + 1) >> 1) ^ sign) - sign; in decode_dc_coeffs() 504 int block_mask, sign; in decode_ac_coeffs() local [all...] |
H A D | h261enc.c | 148 int sign, code; in h261_encode_motion() local 157 sign = val < 0; in h261_encode_motion() 158 code = sign ? -val : val; in h261_encode_motion() 160 put_bits(pb, 1, sign); in h261_encode_motion() 182 int level, run, i, j, last_index, last_non_zero, sign, slevel, code; in h261_encode_block() local 221 sign = 0; in h261_encode_block() 224 sign = 1; in h261_encode_block() 238 put_bits(&s->pb, 1, sign); in h261_encode_block()
|
H A D | ituh263enc.c | 307 int level, run, last, i, j, last_index, last_non_zero, sign, slevel, code; in h263_encode_block() local 382 sign = 0; in h263_encode_block() 385 sign = 1; in h263_encode_block() 408 put_bits(&s->pb, 1, sign); in h263_encode_block() 694 int range, bit_size, sign, code, bits; in ff_h263_encode_motion() local 705 sign = val>>31; in ff_h263_encode_motion() 706 val= (val^sign)-sign; in ff_h263_encode_motion() 707 sign&=1; in ff_h263_encode_motion() 713 put_bits(pb, ff_mvtab[code][1] + 1, (ff_mvtab[code][0] << 1) | sign); in ff_h263_encode_motion() 775 int sign= slevel < 0 ? 1 : 0; init_uni_h263_rl_tab() local [all...] |
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | strtodg.c | 327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local 358 denorm = sign = nz0 = nz = 0; 364 sign = 1; 371 sign = 0; 391 irv = gethex(&s, fpi, exp, &rvb, sign); 394 sign = 0; 534 rd = 2 - sign; 540 rd = 1 + sign; 772 dsign = delta->sign; 773 delta->sign [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-arabic.cc | 462 int sign = font->x_scale < 0 ? -1 : +1; in apply_stch() local 533 if (sign * w_remaining > sign * w_repeating && sign * w_repeating > 0) in apply_stch() 534 n_copies = (sign * w_remaining) / (sign * w_repeating) - 1; in apply_stch() 538 hb_position_t shortfall = sign * w_remaining - sign * w_repeating * (n_copies + 1); in apply_stch() 542 hb_position_t excess = (n_copies + 1) * sign * w_repeating - sign * w_remainin in apply_stch() [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | kernel_ex.S | 50 | store properly signed inf (use sign of etemp) into fp0 79 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos 80 beqs p_inf |branch if pos sign 95 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos 134 | operand is built in FP_SCR1 and only the sign from the original operand 141 tstb (%a0) |extract sign from caller's exop 172 bsetb #sign_bit,FP_SCR1(%a6) |set sign bit of exc operand 239 | format, rounding mode and sign. 244 bfclr ETEMP_SGN(%a6){#0:#8} |fix sign 247 bsetb #sign_bit,FP_SCR1(%a6) |set exceptional operand sign [all...] |
H A D | scale.S | 53 smi L_SCR1(%a6) |use L_SCR1 to hold sign 54 andil #0x7fff,%d1 |strip sign 56 andiw #0x7fff,%d0 |clr sign bit 90 tstw ETEMP(%a6) |check src sign 193 tstb L_SCR1(%a6) |test for sign 195 orw #0x8000,FPTEMP_EX(%a6) |set sign bit 215 tstb L_SCR1(%a6) |check sign 220 tstb L_SCR1(%a6) |check sign 246 tstb L_SCR1(%a6) |check for sign 264 tstb L_SCR1(%a6) |check sign [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | scale.S | 53 smi L_SCR1(%a6) |use L_SCR1 to hold sign 54 andil #0x7fff,%d1 |strip sign 56 andiw #0x7fff,%d0 |clr sign bit 90 tstw ETEMP(%a6) |check src sign 193 tstb L_SCR1(%a6) |test for sign 195 orw #0x8000,FPTEMP_EX(%a6) |set sign bit 215 tstb L_SCR1(%a6) |check sign 220 tstb L_SCR1(%a6) |check sign 246 tstb L_SCR1(%a6) |check for sign 264 tstb L_SCR1(%a6) |check sign [all...] |
H A D | kernel_ex.S | 50 | store properly signed inf (use sign of etemp) into fp0 79 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos 80 beqs p_inf |branch if pos sign 95 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos 134 | operand is built in FP_SCR1 and only the sign from the original operand 141 tstb (%a0) |extract sign from caller's exop 172 bsetb #sign_bit,FP_SCR1(%a6) |set sign bit of exc operand 239 | format, rounding mode and sign. 244 bfclr ETEMP_SGN(%a6){#0:#8} |fix sign 247 bsetb #sign_bit,FP_SCR1(%a6) |set exceptional operand sign [all...] |
/kernel/linux/linux-5.10/drivers/iio/common/hid-sensors/ |
H A D | hid-sensor-attributes.c | 117 int sign = 1; in convert_from_vtf_format() local 121 sign = -1; in convert_from_vtf_format() 125 *val1 = sign * value * int_pow(10, exp); in convert_from_vtf_format() 130 *val1 = sign * (*val1); in convert_from_vtf_format() 132 *val2 = sign * (*val2); in convert_from_vtf_format() 140 int sign = 1; in convert_to_vtf_format() local 143 sign = -1; in convert_to_vtf_format() 153 if (sign < 0) in convert_to_vtf_format()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_probe.h | 179 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ 182 .is_signed = sign, \ 187 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ 188 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, #_fmttype) 189 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \ 190 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, ptype) 193 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ 194 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
|
/kernel/linux/linux-6.6/drivers/iio/common/hid-sensors/ |
H A D | hid-sensor-attributes.c | 112 int sign = 1; in convert_from_vtf_format() local 116 sign = -1; in convert_from_vtf_format() 120 *val1 = sign * value * int_pow(10, exp); in convert_from_vtf_format() 125 *val1 = sign * (*val1); in convert_from_vtf_format() 127 *val2 = sign * (*val2); in convert_from_vtf_format() 135 int sign = 1; in convert_to_vtf_format() local 138 sign = -1; in convert_to_vtf_format() 148 if (sign < 0) in convert_to_vtf_format()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_probe.h | 186 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \ 189 .is_signed = (bool)sign, \ 197 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ 198 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, 0, #_fmttype) 199 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \ 200 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, ptype) 203 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ 204 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_adpcm.c | 111 unsigned char sign; /* sign of diff */ in adpcm_encoder() local 119 sign = (diff < 0) ? 0x8 : 0x0; in adpcm_encoder() 120 if (sign) { in adpcm_encoder() 147 state->pred_val += sign ? -pred_diff : pred_diff; in adpcm_encoder() 163 return (sign | adjust_idx); in adpcm_encoder() 171 char sign; in adpcm_decoder() local 175 /* Separate sign and magnitude */ in adpcm_decoder() 176 sign = code & 0x8; in adpcm_decoder() 193 state->pred_val += (sign) in adpcm_decoder() [all...] |
/third_party/FreeBSD/lib/libc/arm/ |
H A D | _fpmath.h | 44 unsigned int sign :1; member 49 unsigned int sign :1;
|
/third_party/musl/src/stdlib/ |
H A D | ecvt.c | 5 char *ecvt(double x, int n, int *dp, int *sign) in ecvt() argument 13 i = *sign = (tmp[0]=='-'); in ecvt()
|
/third_party/musl/tools/ |
H A D | add-cfi.common.awk | 19 sign = sub(/^-/, "", str) 25 return sign ? -n : n
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_doubleconversion.cpp | 25 bool sign; in testDoubleConversionApi() local 35 &sign, in testDoubleConversionApi()
|
/third_party/python/Include/ |
H A D | floatobject.h | 21 #define Py_RETURN_INF(sign) \ 23 if (copysign(1., sign) == 1.) { \
|
/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 240 sign = +1 242 sign = -1 248 return sign*int(value[2:], 2) 250 return sign*int(value[2:], 16) 252 return sign*int(value, 8) 261 return sign*value 263 return sign*int(value) 273 sign = +1 275 sign = -1 279 return sign*sel [all...] |
/build/scripts/ |
H A D | sign_sdk.py | 33 sign = os.getenv('SIGN') 34 if not sign: 47 cmd2 = ['codesign', '-fs', sign, '--timestamp', '--options=runtime', file]
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vorbisdsp.asm | 46 andps m2, m5 ; keep only the sign bit 51 addps m3, m0 ; a = m + ((a < 0) & (a ^ sign(m))) 52 subps m0, m4 ; m = m + ((a > 0) & (a ^ sign(m)))
|
/third_party/node/benchmark/crypto/ |
H A D | oneshot-sign.js | 37 crypto.sign( 55 crypto.sign( 73 crypto.sign(
|