/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | ftstream.h | 45 #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 D | parser_impl_const_literal_test.cc | 26 // - 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 D | test-invalset.cc | 196 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 D | dng_date_time.cpp | 350 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 D | SampleSVGPong.cpp | 275 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 D | glsBuiltinPrecisionTests.cpp | 3252 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 D | module.c | 145 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 D | module.c | 126 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 D | rpr0521.c | 253 .sign = 'u', 269 .sign = 'u', 285 .sign = 'u',
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_object.c | 54 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 D | ad7280a.c | 525 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 D | dcn10_cm_common.c | 142 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 D | rpr0521.c | 253 .sign = 'u', 269 .sign = 'u', 285 .sign = 'u',
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | page_owner_sort.c | 101 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 D | opusenc.c | 412 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 D | hp-accessor.c | 735 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 D | addrelemlib.cpp | 141 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 D | vid_dec_h265.c | 302 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 D | webcrypto.js | 799 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 D | numberformatter.h | 58 * .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 D | numberformatter.h | 58 * .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 D | libinput-record-verify-yaml.py | 650 def sign(x): function 653 self.assertTrue(sign(w), sign(wd))
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | numberformatter.h | 56 * .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 D | hb-ot-math-table.hh | 346 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 D | test_int.py | 51 for sign in "", "+", "-": 53 ss = prefix + sign + s 55 if sign == "-" and v is not ValueError: 624 """Ignore the +/- sign and space padding."""
|