/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 1548 const float sign = (setNdx == 0 ? 1.0f : -1.0f); in testComplementarity() local
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | mathutil.h | 197 unsigned int sign = (fp32i & 0x80000000) >> 16; in float32ToFloat16() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcInternalformatTests.cpp | 737 unsigned int sign = static_cast<GLhalf>(x >> 31); in floatToHalf() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | ShaderCore.cpp | 584 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 D | evp.h | 146 int (*sign) (EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, member
|
/third_party/openssl/test/ |
H A D | bntest.c | 142 static int sign[8] = { 0, 0, 0, 1, 1, 0, 1, 1 }; in rand_neg() local
|
H A D | acvp_test.c | 214 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 D | webpinfo.c | 230 int sign; in GetSignedBits() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_neon.c | 832 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 D | quant_enc.c | 560 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 D | timezone.cpp | 1326 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 D | SkPathOpsTSect.cpp | 283 double sign = 0; // initialization to shut up warning in release build in linearIntersects() local
|
/third_party/skia/src/utils/ |
H A D | SkPolyUtils.cpp | 1749 static int sign(SkScalar v) { in sign() function
|
/third_party/optimized-routines/math/test/ |
H A D | ulp.c | 675 uint64_t sign = 0; in getnum() local
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 1683 u8 sign, digit; in batch_mul() local
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | aflatin.c | 2749 FT_Int sign = 0; in af_latin_compute_stem_width() local
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftsdf.c | 414 FT_Char sign; member [all...] |
/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
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 598 int pad, len, width = TT.width, abslen, sign, olen, extra = 0; in show_ps() local
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 641 int pad, len, width = TT.width, abslen, sign, olen, extra = 0; in show_ps() local
|
/third_party/python/Python/ |
H A D | dtoa.c | 328 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.c | 1660 long sign = -1; in parse_tz_delta() local 1869 int8_t sign = 1; in parse_transition_time() local
|
/third_party/python/Objects/ |
H A D | floatobject.c | 967 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 D | es3fTextureUnitTests.cpp | 505 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 D | vktShaderRenderBuiltinVarTests.cpp | 526 float sign = m_depthClampEnable ? -1.0f : 1.0f; in iterate() local
|