/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_interp.c | 697 coeff_type.sign = TRUE; in lp_build_interp_soa_init() 703 setup_type.sign = TRUE; in lp_build_interp_soa_init()
|
H A D | lp_state_fs.c | 179 type->sign = false; in lp_mem_type_from_format_desc() 195 type->sign = format_desc->channel[chan].type != UTIL_FORMAT_TYPE_UNSIGNED; in lp_mem_type_from_format_desc() 666 /* truncate then sign extend. */ in generate_fs_loop() 1703 type->sign = true; in lp_blend_type_from_format_desc() 1719 type->sign = format_desc->channel[chan].type != UTIL_FORMAT_TYPE_UNSIGNED; in lp_blend_type_from_format_desc() 1756 * dst = src * (2*dst_mask + sign(src)*src_mask) / (2*src_mask) 1828 if (!src_type.sign) { in scale_bits() 2624 fs_type.sign = dst_type.sign; in generate_unswizzled_blend() 3114 fs_type.sign in generate_fragment() [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_local.h | 594 void ossl_ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, 648 int (*sign)(int type, const unsigned char *dgst, int dlen, unsigned char member
|
/third_party/openssl/crypto/ec/ |
H A D | ec_local.h | 594 void ossl_ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, 648 int (*sign)(int type, const unsigned char *dgst, int dlen, unsigned char member
|
/third_party/skia/samplecode/ |
H A D | SampleClip.cpp | 195 SkScalar sign = test*this->eval(diagMax.fX, diagMin.fY); in test() local 196 if (sign > 0) { in test()
|
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | ec_local.h | 580 void ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, 616 int (*sign)(int type, const unsigned char *dgst, int dlen, unsigned char member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APFloat.h | 95 /// Non-zero finite numbers are represented internally as a sign bit, a 16-bit 102 /// significant bit of the significand set. The sign of zeroes and infinities 105 /// for zero exponent, all 1 bits for infinity exponent. For NaNs the sign and 299 /// \brief A static helper to produce a copy of an APFloat value with its sign 352 bool isNegative() const { return sign; } in isNegative() 583 /// Only 2 bits are required, but VisualStudio incorrectly sign extends it. 588 unsigned int sign : 1;
|
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 1899 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -inkey pkcs7-rsa-expired.key -signer pkcs7-rsa-expired.crt -noattr -outform DER -out $@ 1917 $(OPENSSL) smime -sign -md sha256 -nocerts -noattr -in pkcs7_zerolendata.bin -inkey pkcs7-rsa-sha256-1.key -outform DER -binary -signer pkcs7-rsa-sha256-1.crt -out pkcs7_zerolendata_detached.der 1922 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -signer pkcs7-rsa-sha256-1.pem -noattr -outform DER -out $@ 1927 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha1 -signer pkcs7-rsa-sha256-1.pem -noattr -outform DER -out $@ 1932 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha512 -signer pkcs7-rsa-sha256-1.pem -noattr -outform DER -out $@ 1937 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -signer pkcs7-rsa-sha256-1.pem -nocerts -noattr -outform DER -out $@ 1942 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -signer pkcs7-rsa-sha256-1.pem -nocerts -noattr -nodetach -outform DER -out $@ 1947 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -signer pkcs7-rsa-sha256-1.pem -signer pkcs7-rsa-sha256-2.pem -nocerts -noattr -outform DER -out $@ 1952 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -signer pkcs7-rsa-sha256-1.pem -signer pkcs7-rsa-sha256-2.pem -signer pkcs7-rsa-sha256-3.pem -nocerts -noattr -outform DER -out $@ 1957 $(OPENSSL) smime -sign [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 4391 const char* sign; in addGraphics16BitStorageInputOutputInt32To16Group() member 4415 specs["signed"] = cases[caseIdx].sign; in addGraphics16BitStorageInputOutputInt32To16Group() 4438 if (strcmp(cases[caseIdx].sign, "1") == 0) in addGraphics16BitStorageInputOutputInt32To16Group() 4528 const char* sign; in addGraphics16BitStorageInputOutputInt16To32Group() member 4552 specs["signed"] = cases[caseIdx].sign; in addGraphics16BitStorageInputOutputInt16To32Group() 4573 if (cases[caseIdx].sign[0] == '1') in addGraphics16BitStorageInputOutputInt16To32Group() 4578 if (strcmp(cases[caseIdx].sign, "1") == 0) in addGraphics16BitStorageInputOutputInt16To32Group() 4653 const char* sign; in addGraphics16BitStorageInputOutputInt16To16Group() member 4671 specs["signed"] = cases[caseIdx].sign; in addGraphics16BitStorageInputOutputInt16To16Group() 4682 const NumberType numberType = strcmp(cases[caseIdx].sign, " in addGraphics16BitStorageInputOutputInt16To16Group() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 4389 const char* sign; in addGraphics16BitStorageInputOutputInt32To16Group() member 4413 specs["signed"] = cases[caseIdx].sign; in addGraphics16BitStorageInputOutputInt32To16Group() 4436 if (strcmp(cases[caseIdx].sign, "1") == 0) in addGraphics16BitStorageInputOutputInt32To16Group() 4526 const char* sign; in addGraphics16BitStorageInputOutputInt16To32Group() member 4550 specs["signed"] = cases[caseIdx].sign; in addGraphics16BitStorageInputOutputInt16To32Group() 4571 if (cases[caseIdx].sign[0] == '1') in addGraphics16BitStorageInputOutputInt16To32Group() 4576 if (strcmp(cases[caseIdx].sign, "1") == 0) in addGraphics16BitStorageInputOutputInt16To32Group() 4651 const char* sign; in addGraphics16BitStorageInputOutputInt16To16Group() member 4669 specs["signed"] = cases[caseIdx].sign; in addGraphics16BitStorageInputOutputInt16To16Group() 4680 const NumberType numberType = strcmp(cases[caseIdx].sign, " in addGraphics16BitStorageInputOutputInt16To16Group() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | diracdec.c | 444 const unsigned sign = FFSIGN(coeff); in coeff_unpack_golomb() local 446 coeff = sign*((sign * coeff * qfactor + qoffset) >> 2); in coeff_unpack_golomb() 456 int sign, sign_pred = 0, pred_ctx = CTX_ZPZN_F1; \ 476 sign = dirac_get_arith_bit(c, SIGN_CTX(sign_pred)); \ 477 coeff = (coeff ^ -sign) + sign; \
|
H A D | aacdec_template.c | 1907 unsigned sign; in decode_spectrum_and_dequant() local 1913 sign = nnz ? SHOW_UBITS(re, gb, nnz) << (cb_idx >> 12) : 0; in decode_spectrum_and_dequant() 1916 cf = DEC_UPAIR(cf, cb_idx, sign); in decode_spectrum_and_dequant() 1918 cf = VMUL2S(cf, vq, cb_idx, sign, sf + idx); in decode_spectrum_and_dequant() 2362 int sign; local 2382 sign = get_bits(gb, 1); 2417 if (sign) {
|
H A D | mpeg4videoenc.c | 1188 int sign = slevel < 0 ? 1 : 0; in init_uni_mpeg4_rl_tab() local 1198 bits = bits * 2 + sign; in init_uni_mpeg4_rl_tab() 1216 bits = bits * 2 + sign; in init_uni_mpeg4_rl_tab() 1235 bits = bits * 2 + sign; in init_uni_mpeg4_rl_tab()
|
H A D | svq3.c | 303 int run, level, sign, limit; in svq3_decode_block() local 313 sign = (vlc & 1) ? 0 : -1; in svq3_decode_block() 344 block[scan[index]] = (level ^ sign) - sign; in svq3_decode_block()
|
/third_party/decimal.js/ |
H A D | decimal.js | 67 // DOWN 1 The remainder has the same sign as the dividend (JavaScript %). 68 // FLOOR 3 The remainder has the same sign as the divisor (Python %). 70 // EUCLID 9 Euclidian division. q = sign(n) * floor(a / abs(n)). Always positive. 1282 // Return NaN if both are ±Infinity with the same sign. 1315 // x and y are finite, non-zero numbers with the same sign. 1458 // Euclidian division: q = sign(y) * floor(x / abs(y)) 1542 // Return x if both are ±Infinity with the same sign. 1571 // x and y are finite, non-zero numbers with the same sign. 2043 // To determine whether to add the minus sign look at the value before it was rounded, 2140 * The return value will always have the same sign a 4780 function sign(x) { global() function [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1710 int (*sign) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_sign() 1716 pmeth->sign = sign; in EVP_PKEY_meth_set_sign() 1907 *psign = pmeth->sign; in EVP_PKEY_meth_get_sign()
|
/third_party/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1709 int (*sign) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_sign() 1715 pmeth->sign = sign; in EVP_PKEY_meth_set_sign() 1906 *psign = pmeth->sign; in EVP_PKEY_meth_get_sign()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderPackingFunctionTests.cpp | 760 const Sign sign = rnd.getBool()? POSITIVE : NEGATIVE; in iterate() local 762 const deUint16 value = tcu::Float16(composeHalfFloat(sign, 0u /* force denorm */, mantissa)).bits(); in iterate() 860 deUint16 composeHalfFloat (Sign sign, deUint32 exponent, deUint32 significand) in composeHalfFloat() argument 870 const deUint32 value = (((sign == NEGATIVE ? 1u : 0u) << 5u | exponent) << 10u) | significand; in composeHalfFloat()
|
/third_party/skia/src/utils/ |
H A D | SkPolyUtils.cpp | 48 // compute area and use sign to determine winding in SkGetPolygonWinding() 1749 static int sign(SkScalar v) { in sign() function 1806 fDSign.update(sign(v.fX)); in addVec() 1814 sign_c = sign(c); in addVec() 1823 fDSign.update(sign(d)); in addVec()
|
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 490 int sign, carry; in calc_error() local 509 return 0; /* both same sign of Inf - OK */ in calc_error() 523 return 0; /* both same sign of Inf - OK */ in calc_error() 568 sign = 1; in calc_error() 573 sign = 0; in calc_error() 582 if (sign) in calc_error() 620 We need it to handle the sign of the number
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.h | 378 uint8_t sign; member 398 char sign; /* sign printing/alignment */ member 433 /* set a special with sign and type */ 434 void mpd_setspecial(mpd_t *result, uint8_t sign, uint8_t type); 775 EXTINLINE void mpd_set_sign(mpd_t *result, uint8_t sign); 776 /* copy sign from another decimal */
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 1142 Value *sign = B.CreateShl(opr_n, size-1, "__yeven"); in fold_pow() local 1143 sign = B.CreateAnd(B.CreateBitCast(opr0, nTy), sign, "__pow_sign"); in fold_pow() 1144 nval = B.CreateOr(B.CreateBitCast(nval, nTy), sign); in fold_pow()
|
/third_party/vixl/src/aarch32/ |
H A D | instructions-aarch32.h | 1042 Sign(SignType sign) : sign_(sign) {} // NOLINT(runtime/explicit) 1054 inline std::ostream& operator<<(std::ostream& os, Sign sign) { 1055 return os << sign.GetName();
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord_test.cc | 856 const auto sign = [](int x) { return x == 0 ? 0 : (x > 0 ? 1 : -1); }; member 861 int expected = sign(lhs_string.compare(rhs_string)); in VerifyComparison() 960 int expected = sign(cs.compare(ds)); 961 EXPECT_EQ(expected, sign(c.Compare(d))) << c << ", " << d;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderPackingFunctionTests.cpp | 760 const Sign sign = rnd.getBool()? POSITIVE : NEGATIVE; in iterate() local 762 const deUint16 value = tcu::Float16(composeHalfFloat(sign, 0u /* force denorm */, mantissa)).bits(); in iterate() 860 deUint16 composeHalfFloat (Sign sign, deUint32 exponent, deUint32 significand) in composeHalfFloat() argument 870 const deUint32 value = (((sign == NEGATIVE ? 1u : 0u) << 5u | exponent) << 10u) | significand; in composeHalfFloat()
|