Home
last modified time | relevance | path

Searched defs:is_signed (Results 1 - 25 of 147) sorted by relevance

123456

/third_party/rust/crates/bindgen/bindgen/ir/
H A Dint.rs90 pub fn is_signed(&self) -> bool { in is_signed() functions
/kernel/linux/linux-5.10/tools/perf/tests/
H A Devsel-tp-sched.c12 int is_signed; in perf_evsel__test_field() local
/kernel/linux/linux-6.6/tools/perf/tests/
H A Devsel-tp-sched.c11 int is_signed; in evsel__test_field() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dbits.h53 static inline long long bits_extend(long long val, unsigned size, int is_signed) in bits_extend() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dconstants_test.cpp33 bool is_signed; member
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_add_type_int.cpp26 TransformationAddTypeInt(uint32_t fresh_id, uint32_t width, bool is_signed) TransformationAddTypeInt() argument
H A Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp138 bool is_signed = !component_type->IsSigned(); in FindOrCreateToggledIntegerConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_type_int.cpp26 TransformationAddTypeInt(uint32_t fresh_id, uint32_t width, bool is_signed) TransformationAddTypeInt() argument
H A Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp138 bool is_signed = !component_type->IsSigned(); in FindOrCreateToggledIntegerConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dconstants_test.cpp33 bool is_signed; member
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_type_int.cpp26 TransformationAddTypeInt(uint32_t fresh_id, uint32_t width, bool is_signed) TransformationAddTypeInt() argument
/third_party/spirv-tools/test/opt/
H A Dconstants_test.cpp32 bool is_signed; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
H A Dmeta.h38 struct is_signed<T> : public std::is_signed<T>::type { struct
42 struct is_signed<T, U> : public meta_and<std::is_signed<T>, std::is_signed<U>>::type { struct
/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_bigint_napi.cpp31 bool is_signed = false; in BigIntIsLossless() local
/kernel/linux/linux-5.10/tools/iio/
H A Diio_utils.h48 unsigned is_signed; member
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_synth.h18 bool is_signed; member
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_synth.h18 bool is_signed; member
/kernel/linux/linux-6.6/tools/iio/
H A Diio_utils.h49 unsigned is_signed; member
/third_party/ffmpeg/libavcodec/
H A Datrac3plus_data.h1411 uint8_t is_signed; ///< 1 - values in that table are signed ones, otherwise - absolute ones member
/third_party/elfutils/libdw/
H A Ddwarf_aggregate_size.c86 bool is_signed = true; in array_size() local
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dmetadata.hpp109 bool is_signed = ::llvm::cast< ::llvm::ConstantInt>(value) in get_type_kernel_metadata() local
/third_party/node/test/js-native-api/test_bigint/
H A Dtest_bigint.c13 bool is_signed; in IsLossless() local
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_bptc.c38 fetch_bptc_rgb_float(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel, bool is_signed) fetch_bptc_rgb_float() argument
174 texstore_bptc_rgb_float(TEXSTORE_PARAMS, bool is_signed) texstore_bptc_rgb_float() argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_lower_constants.c94 is_extension_of_8(uint32_t x, bool is_signed) in is_extension_of_8() argument
103 is_extension_of_16(uint32_t x, bool is_signed) in is_extension_of_16() argument
112 va_resolve_constant(bi_builder *b, uint32_t value, struct va_src_info info, bool is_signed, bool staging) in va_resolve_constant() argument
186 bool is_signed = valhall_opcodes[I->op].is_signed; in va_lower_constants() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype_parser.cc454 bool is_signed; in ParseGlslFormat() member

Completed in 20 milliseconds

123456