Home
last modified time | relevance | path

Searched defs:is_unsigned (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Denum-sign-gcc.c13 #define is_unsigned(X) ((typeof(X))-1 > 0) macro
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_non_uniform.cpp287 const bool is_unsigned = inst->opcode() == spv::Op::OpGroupNonUniformUMin || in ValidateGroupNonUniformArithmetic() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.h354 get_int_bld(struct lp_build_nir_context *bld_base, bool is_unsigned, unsigned op_bit_size) get_int_bld() argument
H A Dlp_bld_nir.c247 int_to_bool32(struct lp_build_nir_context *bld_base, uint32_t src_bit_size, bool is_unsigned, LLVMValueRef val) int_to_bool32() argument
306 icmp32(struct lp_build_nir_context *bld_base, enum pipe_compare_func compare, bool is_unsigned, uint32_t src_bit_size, LLVMValueRef src[NIR_MAX_VEC_COMPONENTS]) icmp32() argument
593 do_int_divide(struct lp_build_nir_context *bld_base, bool is_unsigned, unsigned src_bit_size, LLVMValueRef src, LLVMValueRef src2) do_int_divide() argument
624 do_int_mod(struct lp_build_nir_context *bld_base, bool is_unsigned, unsigned src_bit_size, LLVMValueRef src, LLVMValueRef src2) do_int_mod() argument
[all...]
H A Dlp_bld_nir_soa.c2271 bool is_unsigned = reduction_op == nir_op_umin || in emit_reduce() local
/third_party/python/Modules/
H A D_struct.c353 _range_error(_structmodulestate *state, const formatdef *f, int is_unsigned) in _range_error() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c844 int is_unsigned = type->ctype.modifiers & MOD_UNSIGNED; in type_is_ok() local
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp215 static bool is_unsigned(const Context& context, const Type& type) { in is_unsigned() function
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc4620 static Instr EncodeNeonShiftOp(NeonShiftOp op, NeonSize size, bool is_unsigned, in EncodeNeonShiftOp() argument
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc4152 ShiftRight(Simulator* simulator, int Vd, int Vm, int shift, bool is_unsigned) ShiftRight() argument

Completed in 50 milliseconds