Home
last modified time | relevance | path

Searched defs:sign (Results 576 - 600 of 679) sorted by relevance

1...<<2122232425262728

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/
H A DvktClippingTests.cpp1548 const float sign = (setNdx == 0 ? 1.0f : -1.0f); in testComplementarity() local
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.h197 unsigned int sign = (fp32i & 0x80000000) >> 16; in float32ToFloat16() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp737 unsigned int sign = static_cast<GLhalf>(x >> 31); in floatToHalf() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.cpp584 SIMD::UInt sign = floatBits & SIMD::UInt(0x80000000); in floatToHalfBits() local
652 auto sign = Sign(val); in Modf() local
/third_party/openssl/include/crypto/
H A Devp.h146 int (*sign) (EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, member
/third_party/openssl/test/
H A Dbntest.c142 static int sign[8] = { 0, 0, 0, 1, 1, 0, 1, 1 }; in rand_neg() local
H A Dacvp_test.c214 ECDSA_SIG *sign = d2i_ECDSA_SIG(NULL, &sig, sig_len); in get_ecdsa_sig_rs_bytes() local
279 ECDSA_SIG *sign = NULL; in ecdsa_sigver_test() local
557 DSA_SIG *sign = d2i_DSA_SIG(NULL, &sig, sig_len); get_dsa_sig_rs_bytes() local
620 DSA_SIG *sign = NULL; dsa_sigver_test() local
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c230 int sign; in GetSignedBits() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_neon.c832 const int16x8_t sign = vshrq_n_s16(a, 15); // sign in Quantize_NEON() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dquant_enc.c560 int8_t sign; // sign of coeff_i member
644 const int sign = (in[j] < 0); in TrellisQuantizeBlock() local
844 const int sign = (V < 0); in QuantizeSingle() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtimezone.cpp1326 int32_t sign, hour, min, sec; in createCustomTimeZone() local
1342 int32_t sign, hour, min, sec; in getCustomID() local
1352 TimeZone::parseCustomID(const UnicodeString& id, int32_t& sign, in parseCustomID() argument
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp283 double sign = 0; // initialization to shut up warning in release build in linearIntersects() local
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp1749 static int sign(SkScalar v) { in sign() function
/third_party/optimized-routines/math/test/
H A Dulp.c675 uint64_t sign = 0; in getnum() local
/third_party/openssl/crypto/ec/
H A Decp_nistp256.c1683 u8 sign, digit; in batch_mul() local
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Daflatin.c2749 FT_Int sign = 0; in af_latin_compute_stem_width() local
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftsdf.c414 FT_Char sign; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1142 Value *sign = B.CreateShl(opr_n, size-1, "__yeven"); in fold_pow() local
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c598 int pad, len, width = TT.width, abslen, sign, olen, extra = 0; in show_ps() local
/third_party/toybox/toys/posix/
H A Dps.c641 int pad, len, width = TT.width, abslen, sign, olen, extra = 0; in show_ps() local
/third_party/python/Python/
H A Ddtoa.c328 int k, maxwds, sign, wds; member
1416 _Py_dg_stdnan(int sign) _Py_dg_stdnan() argument
1430 _Py_dg_infinity(int sign) _Py_dg_infinity() argument
1442 int esign, i, j, k, lz, nd, nd0, odd, sign; _Py_dg_strtod() local
2248 _Py_dg_dtoa(double dd, int mode, int ndigits, int *decpt, int *sign, char **rve) _Py_dg_dtoa() argument
[all...]
/third_party/python/Modules/
H A D_zoneinfo.c1660 long sign = -1; in parse_tz_delta() local
1869 int8_t sign = 1; in parse_transition_time() local
/third_party/python/Objects/
H A Dfloatobject.c967 int decpt, sign; in double_round() local
2072 unsigned char sign; PyFloat_Pack2() local
2178 unsigned char sign; PyFloat_Pack4() local
2286 unsigned char sign; PyFloat_Pack8() local
2415 unsigned char sign; PyFloat_Unpack2() local
2479 unsigned char sign; PyFloat_Unpack4() local
2558 unsigned char sign; PyFloat_Unpack8() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp505 float sign = rnd.getBool() ? 1.0f : -1.0f; in MultiTexShader() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp526 float sign = m_depthClampEnable ? -1.0f : 1.0f; in iterate() local

Completed in 60 milliseconds

1...<<2122232425262728