Home
last modified time | relevance | path

Searched refs:signed (Results 26 - 50 of 56) sorted by relevance

123

/third_party/spirv-tools/tools/sva/src/
H A Dast.js24 * signed- the sign of the number
49 signed: is_int ? inst.operand(2).value() : 1
/third_party/mesa3d/src/compiler/isaspec/
H A Dencode.py72 def signed(self): member in FieldCase
84 def signed(self): member in AssertField
653 const bitmask_t packed = pack_field(${f.field.low}, ${f.field.high}, fld, ${f.signed()}); /* ${f.field.name} */
673 const bitmask_t packed = pack_field(${f.field.low}, ${f.field.high}, ${f.field.val}, ${f.signed()});
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djchuff-sse2.asm97 ; wN: xmmN treated as eight signed 16-bit values
98 ; wN[i]: perform the same operation on all eight signed 16-bit values, i=0..7
349 ; w/ signed saturation
380 ; w/ signed saturation
433 ; w/ signed saturation
459 ; w/ signed saturation
/third_party/elfutils/tests/
H A Drun-dwarf-getmacros.sh336 __INT8_TYPE__ signed char
344 __INT_LEAST8_TYPE__ signed char
352 __INT_FAST8_TYPE__ signed char
/third_party/ffmpeg/libavcodec/x86/
H A Dvp8dsp_loopfilter.asm234 psubsb m2, m4 ; m2=p1-q1 (signed) backup for below
236 psrlq m3, 1 ; m3=FFABS(p1-q1)/2, this can be used signed
246 psubsb m5, m0 ; q0-p0 (signed)
587 psubsb m1, m7 ; (signed) q0-p0
592 psubsb m6, m7 ; (signed) p1-q1
975 psubsb m1, m7 ; (signed) q0-p0
980 psubsb m6, m7 ; (signed) p1-q1
1043 punpcklbw m6, m0 ; signed byte->word
H A Dcelt_pvq_search.asm136 pmaxsw m1, m2 ; SSE2 signed word, so it would work for N < 32768/4
H A Dvp9lpf.asm787 psubsb m2, m4 ; (signed) q0 - p0
790 psubsb m4, m5 ; (signed) p1 - q1
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djchuff-sse2.asm109 ; wN: xmmN treated as eight signed 16-bit values
110 ; wN[i]: perform the same operation on all eight signed 16-bit values, i=0..7
405 ; w/ signed saturation
438 ; w/ signed saturation
500 ; w/ signed saturation
537 ; w/ signed saturation
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Dregistry.js302 `doesn't match what was signed: ${subject.name}`
312 `doesn't match what was signed: ${subject.sha512}`
317 // Provenance attestations are signed with a signing certificate
320 // Publish attestations are signed with a keyid so we need to
/third_party/ltp/tools/sparse/sparse-src/
H A Dcgcc130 return 1 if $arg =~ /^-W(no-?)?(address-space|bitwise|cast-to-as|cast-truncate|constant-suffix|context|decl|default-bitfield-sign|designated-init|do-while|enum-mismatch|external-function-has-definition|init-cstring|memcpy-max-count|non-pointer-null|old-initializer|one-bit-signed-bitfield|override-init-all|paren-string|ptr-subtraction-blows|return-void|sizeof-bool|sparse-all|sparse-error|transparent-union|typesign|undef|unknown-attribute)$/;
/third_party/python/Lib/test/
H A Dtest_struct.py188 self.signed = True
192 self.signed = False
206 if self.signed and x < 0:
H A Dtest_audioop.py9 return b''.join(v.to_bytes(width, sys.byteorder, signed=True) for v in data)
12 return [int.from_bytes(data[i: i + width], sys.byteorder, signed=True)
H A Dtest_marshal.py46 s = b'I' + int.to_bytes(base, 8, 'little', signed=True)
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format.pl831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword
949 if (m/^[\s(]*(char|signed|unsigned|int|short|long|float|double|enum|struct|union|auto|extern|static|const|volatile|register)(\W|$)/ # clear start of local decl
/third_party/openssl/util/
H A Dcheck-format.pl831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword
949 if (m/^[\s(]*(char|signed|unsigned|int|short|long|float|double|enum|struct|union|auto|extern|static|const|volatile|register)(\W|$)/ # clear start of local decl
/third_party/python/Lib/
H A Dplistlib.py547 'big', signed=tokenL >= 3)
773 self._fp.write(b'\x14' + value.to_bytes(16, 'big', signed=True))
H A Dpickle.py118 BININT = b'J' # push four-byte signed int
378 result = x.to_bytes(nbytes, byteorder='little', signed=True)
402 return int.from_bytes(data, byteorder='little', signed=True)
753 # If the int is small enough to fit in a signed 4-byte 2's-comp
764 # Next check for 4-byte signed ints:
1342 # Deprecated BINSTRING uses signed 32-bit length
/applications/standard/hap/
H A Dbuild.sh434 if [[ "${out_file}" =~ "-signed.hap" ]]; then
436 echo "发现signed包 : "${out_file}",直接归档"
450 sign_hap_path=${module}/build/default/outputs/default/${out_file/unsigned/signed}
/third_party/node/lib/internal/
H A Dtimers.js174 ' a 32-bit signed integer.' +
399 // Ensure that msecs fits into signed int32
401 process.emitWarning(`${msecs} does not fit into a 32-bit signed integer.` +
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dasm.py315 if imm.signed:
/third_party/lz4/tests/
H A Dtest-lz4-list.py261 skipbytes = bytes([80, 42, 77, 24]) + skipsize.to_bytes(4, byteorder='little', signed=False)
/third_party/rust/crates/log/src/kv/
H A Dvalue.rs661 /// Visit a signed integer.
671 /// Visit a big signed integer.
804 fn signed() -> impl Iterator<Item = Value<'static>> { in unsigned() functions
906 for v in signed() { in test_to_number()
910 for v in unsigned().chain(signed()).chain(float()) { in test_to_number()
938 for v in unsigned().chain(signed()).chain(float()).chain(bool()) { in test_to_str()
953 .chain(signed()) in test_to_bool()
969 .chain(signed()) in test_to_char()
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs3065 let signed = kind.is_signed(); in codegen()
3071 let translated = match (signed, size) { in codegen()
3082 "invalid enum decl: signed: {}, size: {}", in codegen()
3083 signed, size in codegen()
3354 MacroTypeVariation::Signed => "signed", in as_str()
3372 "signed" => Ok(MacroTypeVariation::Signed), in from_str()
3378 "are 'signed' and 'unsigned'" in from_str()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/ffmpeg/libswscale/x86/
H A Doutput.asm603 ; Clip a signed integer to an unsigned power of two range.

Completed in 44 milliseconds

123