Home
last modified time | relevance | path

Searched refs:sign (Results 1051 - 1075 of 1887) sorted by relevance

1...<<41424344454647484950>>...76

/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftstream.h45 #define FT_MAKE_FRAME_OP( command, little, sign ) \
46 ( ( command << FT_FRAME_OP_SHIFT ) | ( little << 1 ) | sign )
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_const_literal_test.cc26 // - 0 sign if sign is 0, 1 otherwise
29 float MakeFloat(int sign, int biased_exponent, int mantissa) { in MakeFloat() argument
30 const uint32_t sign_bit = sign ? 0x80000000u : 0u; in MakeFloat()
31 // The binary32 exponent is 8 bits, just below the sign. in MakeFloat()
/third_party/vixl/test/
H A Dtest-invalset.cc196 int sign = ((i % 2) == 0) ? -1 : 1; in TEST() local
197 set.insert(Obj(sign * i, i)); in TEST()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_date_time.cpp350 int32 sign = (s [k] == '-' ? -1 : 1); in Decode_ISO_8601() local
361 fTimeZone.SetOffsetMinutes (sign * (tzhour * 60 + tzmin)); in Decode_ISO_8601()
/third_party/skia/modules/sksg/samples/
H A DSampleSVGPong.cpp275 const SkScalar sign = spd >= 0 ? 1.0f : -1.0f; in fuzzBallSpeed() local
278 return sign * SkTPin(fuzzed, kBallSpeedMin, kBallSpeedMax); in fuzzBallSpeed()
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3252 Sign (void) : PreciseFunc1("sign", deSign) {} in Sign()
3376 int sign) in MinMaxFunc()
3378 , m_sign(sign) in MinMaxFunc()
4223 const int sign = rnd.getBool() ? -1 : 1; in genRandom() local
4225 return sign * rnd.getInt(0, (deInt32)1 << exp); in genRandom()
4342 for (int sign = -1; sign <= 1; sign += 2) in genFixeds()
4345 dst.push_back((float)sign * minQuantum); in genFixeds()
4348 dst.push_back((float)sign * (minNormalize in genFixeds()
3375 MinMaxFunc(const string& name, int sign) MinMaxFunc() argument
[all...]
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dmodule.c145 int sign, temp; in low_sign_unext() local
147 sign = (x >> (len-1)) & 1; in low_sign_unext()
149 return (temp << 1) | sign; in low_sign_unext()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dmodule.c126 int sign, temp; in low_sign_unext() local
128 sign = (x >> (len-1)) & 1; in low_sign_unext()
130 return (temp << 1) | sign; in low_sign_unext()
/kernel/linux/linux-5.10/drivers/iio/light/
H A Drpr0521.c253 .sign = 'u',
269 .sign = 'u',
285 .sign = 'u',
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_object.c54 unsigned mem_type, int sign) in radeon_update_memory_usage()
61 if (sign > 0) in radeon_update_memory_usage()
67 if (sign > 0) in radeon_update_memory_usage()
53 radeon_update_memory_usage(struct radeon_bo *bo, unsigned mem_type, int sign) radeon_update_memory_usage() argument
/kernel/linux/linux-5.10/drivers/staging/iio/adc/
H A Dad7280a.c525 chan->scan_type.sign = 'u'; in ad7280_common_fields_init()
542 chan->scan_type.sign = 'u'; in ad7280_total_voltage_channel_init()
552 chan->scan_type.sign = 's'; in ad7280_timestamp_channel_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c142 fmt.sign = false; in cm_helper_convert_to_custom_float()
196 fmt.sign = false; in cm_helper_convert_to_custom_float()
259 fmt.sign = true; in cm_helper_convert_to_custom_float()
/kernel/linux/linux-6.6/drivers/iio/light/
H A Drpr0521.c253 .sign = 'u',
269 .sign = 'u',
285 .sign = 'u',
/kernel/linux/linux-6.6/tools/mm/
H A Dpage_owner_sort.c101 static void set_single_cmp(int (*cmp)(const void *, const void *), int sign);
572 static void set_single_cmp(int (*cmp)(const void *, const void *), int sign) in set_single_cmp() argument
576 sc.signs[0] = sign; in set_single_cmp()
/third_party/ffmpeg/libavcodec/
H A Dopusenc.c412 const int sign = FFABS(err + offset) < FFABS(err - offset); in celt_quant_final() local
413 ff_opus_rc_put_raw(rc, sign, 1); in celt_quant_final()
414 block->error_energy[i] -= offset*(1 - 2*sign); in celt_quant_final()
/third_party/backends/backend/
H A Dhp-accessor.c735 unsigned short sign = 0; in _matrix_vector_unscale() local
742 sign = sign_bit; in _matrix_vector_unscale()
745 return sign | ((fval * max_val + this->fmax / 2) / this->fmax); in _matrix_vector_unscale()
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp141 UINT_32 sign; in Flt32sToInt32s() local
256 sign = (value.i >> 31) & 1; in Flt32sToInt32s()
265 *pResult = (sign)?0:0xF00000; // else +INF->+1, -INF->0 in Flt32sToInt32s()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c302 unsigned sign, abs; in st_ref_pic_set() local
316 sign = vl_rbsp_u(rbsp, 1); in st_ref_pic_set()
319 delta_rps = (1 - 2 * sign) * (abs + 1); in st_ref_pic_set()
/third_party/node/lib/internal/crypto/
H A Dwebcrypto.js799 let usage = 'sign';
834 async function sign(algorithm, key, data) {
838 const prefix = "Failed to execute 'sign' on 'SubtleCrypto'";
1054 sign: {
1059 value: sign,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumberformatter.h58 * .sign(UNumberSignDisplay::UNUM_SIGN_ALWAYS)
433 * Sets whether to show the sign on positive and negative exponents in scientific notation. The default is AUTO,
434 * showing the minus sign but not the plus sign.
441 * The strategy for displaying the sign in the exponent.
1558 UNumberSignDisplay sign = UNUM_SIGN_COUNT; member
1961 * Specifies the symbols (decimal separator, grouping separator, percent sign, numerals, etc.) to use when rendering
2098 * Sets the plus/minus sign display strategy. Most common values:
2110 * NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_ALWAYS)
2114 * The default is AUTO sign displa
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h58 * .sign(UNumberSignDisplay::UNUM_SIGN_ALWAYS)
427 * Sets whether to show the sign on positive and negative exponents in scientific notation. The default is AUTO,
428 * showing the minus sign but not the plus sign.
435 * The strategy for displaying the sign in the exponent.
1552 UNumberSignDisplay sign = UNUM_SIGN_COUNT; member
1955 * Specifies the symbols (decimal separator, grouping separator, percent sign, numerals, etc.) to use when rendering
2092 * Sets the plus/minus sign display strategy. Most common values:
2104 * NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_ALWAYS)
2108 * The default is AUTO sign displa
[all...]
/third_party/libinput/tools/
H A Dlibinput-record-verify-yaml.py650 def sign(x): function
653 self.assertTrue(sign(w), sign(wd))
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dnumberformatter.h56 * .sign(UNumberSignDisplay::UNUM_SIGN_ALWAYS)
425 * Sets whether to show the sign on positive and negative exponents in scientific notation. The default is AUTO,
426 * showing the minus sign but not the plus sign.
433 * The strategy for displaying the sign in the exponent.
1518 UNumberSignDisplay sign = UNUM_SIGN_COUNT; member
1918 * Specifies the symbols (decimal separator, grouping separator, percent sign, numerals, etc.) to use when rendering
2055 * Sets the plus/minus sign display strategy. Most common values:
2067 * NumberFormatter::with().sign(UNumberSignDisplay::UNUM_SIGN_ALWAYS)
2071 * The default is AUTO sign displa
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-math-table.hh346 int sign = font->y_scale < 0 ? -1 : +1; in get_value() local
362 if (sign * height < sign * correction_height) in get_value()
/third_party/python/Lib/test/
H A Dtest_int.py51 for sign in "", "+", "-":
53 ss = prefix + sign + s
55 if sign == "-" and v is not ValueError:
624 """Ignore the +/- sign and space padding."""

Completed in 40 milliseconds

1...<<41424344454647484950>>...76