Home
last modified time | relevance | path

Searched defs:_sign (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dbytevectors.c74 #define SIGNEDNESS(_sign) SIGNEDNESS_ ## _sign argument
117 #define INTEGER_NATIVE_REF(_len, _sign) \ argument
132 #define INTEGER_SET(_len, _sign) \ argument
158 #define INTEGER_NATIVE_SET(_len, _sign) \ argument
936 #define GENERIC_INTEGER_REF(_sign) \ argument
991 #define GENERIC_INTEGER_SET(_sign) \ argument
1135 #define INTEGERS_TO_LIST(_sign) \ argument
1195 #define INTEGER_LIST_TO_BYTEVECTOR(_sign) \ argument
1349 #define LARGE_INTEGER_REF(_len, _sign) \ argument
1356 #define LARGE_INTEGER_SET(_len, _sign) \ argument
[all …]
/dports/lang/guile/guile-3.0.7/libguile/
H A Dbytevectors.c89 #define SIGNEDNESS(_sign) SIGNEDNESS_ ## _sign argument
132 #define INTEGER_NATIVE_REF(_len, _sign) \ argument
147 #define INTEGER_SET(_len, _sign) \ argument
173 #define INTEGER_NATIVE_SET(_len, _sign) \ argument
951 #define GENERIC_INTEGER_REF(_sign) \ argument
1006 #define GENERIC_INTEGER_SET(_sign) \ argument
1150 #define INTEGERS_TO_LIST(_sign) \ argument
1210 #define INTEGER_LIST_TO_BYTEVECTOR(_sign) \ argument
1364 #define LARGE_INTEGER_REF(_len, _sign) \ argument
1371 #define LARGE_INTEGER_SET(_len, _sign) \ argument
[all …]
/dports/net/p5-Net-Amazon-S3/Net-Amazon-S3-0.99/lib/Net/Amazon/S3/Signature/
H A DV4.pm38 sub _sign { method in Net::Amazon::S3::Signature::V4
/dports/math/universal/universal-3.48/include/universal/native/nonconstexpr/
H A Dextract_fp_components.hpp12 inline void extract_fp_components(float fp, bool& _sign, int& _exponent, float& _fr, unsigned int& … in extract_fp_components()
20 inline void extract_fp_components(double fp, bool& _sign, int& _exponent, double& _fr, unsigned lon… in extract_fp_components()
H A Dmsvc_long_double.hpp55 inline void extract_fp_components(long double fp, bool& _sign, int& _exponent, long double& _fr, ui… in extract_fp_components()
73 inline void extract_fp_components(long double fp, bool& _sign, int& _exponent, long double& _fr, ui… in extract_fp_components()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/adc/
H A Dad7266.c186 #define AD7266_CHAN(_chan, _sign) { \ argument
204 #define AD7266_DECLARE_SINGLE_ENDED_CHANNELS(_name, _sign) \ argument
221 #define AD7266_DECLARE_SINGLE_ENDED_CHANNELS_FIXED(_name, _sign) \ argument
233 #define AD7266_CHAN_DIFF(_chan, _sign) { \ argument
253 #define AD7266_DECLARE_DIFF_CHANNELS(_name, _sign) \ argument
267 #define AD7266_DECLARE_DIFF_CHANNELS_FIXED(_name, _sign) \ argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/adc/
H A Dad7266.c186 #define AD7266_CHAN(_chan, _sign) { \ argument
204 #define AD7266_DECLARE_SINGLE_ENDED_CHANNELS(_name, _sign) \ argument
221 #define AD7266_DECLARE_SINGLE_ENDED_CHANNELS_FIXED(_name, _sign) \ argument
233 #define AD7266_CHAN_DIFF(_chan, _sign) { \ argument
253 #define AD7266_DECLARE_DIFF_CHANNELS(_name, _sign) \ argument
267 #define AD7266_DECLARE_DIFF_CHANNELS_FIXED(_name, _sign) \ argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/adc/
H A Dad7266.c186 #define AD7266_CHAN(_chan, _sign) { \ argument
204 #define AD7266_DECLARE_SINGLE_ENDED_CHANNELS(_name, _sign) \ argument
221 #define AD7266_DECLARE_SINGLE_ENDED_CHANNELS_FIXED(_name, _sign) \ argument
233 #define AD7266_CHAN_DIFF(_chan, _sign) { \ argument
253 #define AD7266_DECLARE_DIFF_CHANNELS(_name, _sign) \ argument
267 #define AD7266_DECLARE_DIFF_CHANNELS_FIXED(_name, _sign) \ argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/
H A DNullableDecimalMinMaxAggregationOperator.cs22 private readonly int _sign; // The sign (-1 for min, 1 for max). field in System.Linq.Parallel.NullableDecimalMinMaxAggregationOperator
104 private int _sign; // The sign for comparisons (-1 means min, 1 means max). field in System.Linq.Parallel.NullableDecimalMinMaxAggregationOperator.NullableDecimalMinMaxAggregationOperatorEnumerator
H A DNullableFloatMinMaxAggregationOperator.cs28 private readonly int _sign; // The sign (-1 for min, 1 for max). field in System.Linq.Parallel.NullableFloatMinMaxAggregationOperator
112 private int _sign; // The sign for comparisons (-1 means min, 1 means max). field in System.Linq.Parallel.NullableFloatMinMaxAggregationOperator.NullableFloatMinMaxAggregationOperatorEnumerator
H A DFloatMinMaxAggregationOperator.cs27 private readonly int _sign; // The sign (-1 for min, 1 for max). field in System.Linq.Parallel.FloatMinMaxAggregationOperator
110 private int _sign; // The sign for comparisons (-1 means min, 1 means max). field in System.Linq.Parallel.FloatMinMaxAggregationOperator.FloatMinMaxAggregationOperatorEnumerator
H A DIntMinMaxAggregationOperator.cs22 private readonly int _sign; // The sign (-1 for min, 1 for max). field in System.Linq.Parallel.IntMinMaxAggregationOperator
105 private readonly int _sign; // The sign for comparisons (-1 means min, 1 means max). field in System.Linq.Parallel.IntMinMaxAggregationOperator.IntMinMaxAggregationOperatorEnumerator
H A DNullableDoubleMinMaxAggregationOperator.cs28 private readonly int _sign; // The sign (-1 for min, 1 for max). field in System.Linq.Parallel.NullableDoubleMinMaxAggregationOperator
112 private int _sign; // The sign for comparisons (-1 means min, 1 means max). field in System.Linq.Parallel.NullableDoubleMinMaxAggregationOperator.NullableDoubleMinMaxAggregationOperatorEnumerator
H A DNullableIntMinMaxAggregationOperator.cs22 private readonly int _sign; // The sign (-1 for min, 1 for max). field in System.Linq.Parallel.NullableIntMinMaxAggregationOperator
104 private int _sign; // The sign for comparisons (-1 means min, 1 means max). field in System.Linq.Parallel.NullableIntMinMaxAggregationOperator.NullableIntMinMaxAggregationOperatorEnumerator
H A DNullableLongMinMaxAggregationOperator.cs22 private readonly int _sign; // The sign (-1 for min, 1 for max). field in System.Linq.Parallel.NullableLongMinMaxAggregationOperator
105 private int _sign; // The sign for comparisons (-1 means min, 1 means max). field in System.Linq.Parallel.NullableLongMinMaxAggregationOperator.NullableLongMinMaxAggregationOperatorEnumerator
H A DDecimalMinMaxAggregationOperator.cs22 private readonly int _sign; // The sign (-1 for min, 1 for max). field in System.Linq.Parallel.DecimalMinMaxAggregationOperator
105 private int _sign; // The sign for comparisons (-1 means min, 1 means max). field in System.Linq.Parallel.DecimalMinMaxAggregationOperator.DecimalMinMaxAggregationOperatorEnumerator
H A DDoubleMinMaxAggregationOperator.cs28 private readonly int _sign; // The sign (-1 for min, 1 for max). field in System.Linq.Parallel.DoubleMinMaxAggregationOperator
112 private int _sign; // The sign for comparisons (-1 means min, 1 means max). field in System.Linq.Parallel.DoubleMinMaxAggregationOperator.DoubleMinMaxAggregationOperatorEnumerator
H A DLongMinMaxAggregationOperator.cs22 private readonly int _sign; // The sign (-1 for min, 1 for max). field in System.Linq.Parallel.LongMinMaxAggregationOperator
106 private int _sign; // The sign for comparisons (-1 means min, 1 means max). field in System.Linq.Parallel.LongMinMaxAggregationOperator.LongMinMaxAggregationOperatorEnumerator
/dports/math/universal/universal-3.48/include/universal/number/posit/
H A Dmanipulators.hpp72 bool _sign; in components() local
126 bool _sign; in pretty_print() local
170 bool _sign; in info_print() local
191 bool _sign; in color_print() local
H A Dattributes.hpp147 bool _sign; in fraction_value() local
179 bool _sign; in significant() local
191 bool _sign; in extract_fraction() local
226 bool _sign; in decoded() local
/dports/math/gravity/Gravity-da941e9/include/gravity/
H A Dpoly.h32 bool _sign = true; /**< True if +, false if - */ variable
102 …bool _sign = true; /**< True if +, false i… variable
215 … bool _sign = true; /**< True if +, false if - */ variable
/dports/devel/dragon/dragon-1.5.5/src/
H A DFSMTransition.h59 char _sign; variable
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/
H A DNSMutableNumber.h14 int _sign, _type, _exp; variable
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-cipher-context.h139 struct _sign { struct
140 CamelCipherValiditySign status;
141 gchar *description;
142 GQueue signers; /* CamelCipherCertInfo's */
/dports/math/py-PyWavelets/pywt-1.2.0/pywt/tests/
H A Dtest_thresholding.py12 def _sign(x): function

12345678910>>...12