Home
last modified time | relevance | path

Searched refs:s_unsigned (Results 1 – 19 of 19) sorted by relevance

/dports/math/mbasecalc/mbasecalc/
H A Dcallbacks.cxx14 static unsigned int s_unsigned=1; variable
343 s_unsigned = !s_unsigned; in specButtonCb()
348 if (s_unsigned) in specButtonCb()
486 if (s_unsigned) in operCb()
495 if (s_unsigned) in operCb()
504 if (s_unsigned) in operCb()
516 if (s_unsigned) in operCb()
528 if (s_unsigned) in operCb()
548 if (s_unsigned) in operCb()
556 if (s_unsigned) in operCb()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.def147 DEF_SVE_FUNCTION (svrecpe, unary, s_unsigned, mxz)
149 DEF_SVE_FUNCTION (svrsqrte, unary, s_unsigned, mxz)
212 DEF_SVE_FUNCTION (svsm4e, binary, s_unsigned, none)
213 DEF_SVE_FUNCTION (svsm4ekey, binary, s_unsigned, none)
H A Daarch64-sve-builtins.cc466 DEF_SVE_TYPES_ARRAY (s_unsigned);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.def147 DEF_SVE_FUNCTION (svrecpe, unary, s_unsigned, mxz)
149 DEF_SVE_FUNCTION (svrsqrte, unary, s_unsigned, mxz)
212 DEF_SVE_FUNCTION (svsm4e, binary, s_unsigned, none)
213 DEF_SVE_FUNCTION (svsm4ekey, binary, s_unsigned, none)
H A Daarch64-sve-builtins.cc466 DEF_SVE_TYPES_ARRAY (s_unsigned);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.def147 DEF_SVE_FUNCTION (svrecpe, unary, s_unsigned, mxz)
149 DEF_SVE_FUNCTION (svrsqrte, unary, s_unsigned, mxz)
212 DEF_SVE_FUNCTION (svsm4e, binary, s_unsigned, none)
213 DEF_SVE_FUNCTION (svsm4ekey, binary, s_unsigned, none)
H A Daarch64-sve-builtins.cc466 DEF_SVE_TYPES_ARRAY (s_unsigned);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.def147 DEF_SVE_FUNCTION (svrecpe, unary, s_unsigned, mxz)
149 DEF_SVE_FUNCTION (svrsqrte, unary, s_unsigned, mxz)
212 DEF_SVE_FUNCTION (svsm4e, binary, s_unsigned, none)
213 DEF_SVE_FUNCTION (svsm4ekey, binary, s_unsigned, none)
H A Daarch64-sve-builtins.cc466 DEF_SVE_TYPES_ARRAY (s_unsigned);
/dports/lang/gcc11/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.def147 DEF_SVE_FUNCTION (svrecpe, unary, s_unsigned, mxz)
149 DEF_SVE_FUNCTION (svrsqrte, unary, s_unsigned, mxz)
212 DEF_SVE_FUNCTION (svsm4e, binary, s_unsigned, none)
213 DEF_SVE_FUNCTION (svsm4ekey, binary, s_unsigned, none)
H A Daarch64-sve-builtins.cc466 DEF_SVE_TYPES_ARRAY (s_unsigned);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.def147 DEF_SVE_FUNCTION (svrecpe, unary, s_unsigned, mxz)
149 DEF_SVE_FUNCTION (svrsqrte, unary, s_unsigned, mxz)
212 DEF_SVE_FUNCTION (svsm4e, binary, s_unsigned, none)
213 DEF_SVE_FUNCTION (svsm4ekey, binary, s_unsigned, none)
H A Daarch64-sve-builtins.cc466 DEF_SVE_TYPES_ARRAY (s_unsigned);
/dports/lang/gcc10/gcc-10.3.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.def147 DEF_SVE_FUNCTION (svrecpe, unary, s_unsigned, mxz)
149 DEF_SVE_FUNCTION (svrsqrte, unary, s_unsigned, mxz)
212 DEF_SVE_FUNCTION (svsm4e, binary, s_unsigned, none)
213 DEF_SVE_FUNCTION (svsm4ekey, binary, s_unsigned, none)
H A Daarch64-sve-builtins.cc466 DEF_SVE_TYPES_ARRAY (s_unsigned);
/dports/devel/upp/upp/uppsrc/CppBase/
H A DQualify.cpp113 static String s_unsigned("unsigned"); variable
120 type == s_long || type == s_unsigned || type == s_struct || type == s_class || in Qualify()
/dports/devel/cscout/cscout-bd7dfac/src/
H A Dtype.h45 s_unsigned enumerator
H A Dtype.cpp446 case s_unsigned: o << "unsigned "; break; in print()
H A Dparse.y1224 | UNSIGNED { $$ = basic(b_abstract, s_unsigned); }