| /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
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| H A D | libtommath.c | 127 int used, alloc, sign; member [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| H A D | libtommath.c | 127 int used, alloc, sign; member [all...] |
| /base/security/crypto_framework/test/unittest/src/ecc/ |
| H A D | crypto_ecc_ecdh_pub_test.cpp | 989 HcfSign *sign = nullptr; in HWTEST_F() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | diracdec.c | 444 const unsigned sign = FFSIGN(coeff); in coeff_unpack_golomb() local
|
| H A D | aacdec_template.c | 1907 unsigned sign; in decode_spectrum_and_dequant() local 2362 int sign; local
|
| H A D | speexdec.c | 621 float sign = get_bits1(gb) ? -1.f : 1.f; in speex_std_stereo() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_arnndn.c | 1223 float sign=1; in tansig_approx() local
|
| /third_party/backends/backend/ |
| H A D | mustek.c | 1802 SANE_Int max, code, sign = 0; in encode_percentage() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ccapitst.c | 3629 sign(int n) { in sign() function
|
| /third_party/jerryscript/jerry-core/api/ |
| H A D | jerry.c | 1574 jerry_create_number_infinity (bool sign) /**< true for negative Infinity in jerry_create_number_infinity() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | vtzone.cpp | 91 int32_t sign = 1; in parseAsciiDigits() local 289 int32_t sign = 0, hour = 0, min = 0, sec = 0; in offsetStrToMillis() local 446 int32_t sign = 1; in parseRRULE() local [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | vtzone.cpp | 91 int32_t sign = 1; in parseAsciiDigits() local 289 int32_t sign = 0, hour = 0, min = 0, sec = 0; in offsetStrToMillis() local 446 int32_t sign = 1; in parseRRULE() local [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | linearize.c | 1258 int sign = (s->ctype.modifiers & MOD_SIGNED) ? 1 : 0; in get_mtype() local
|
| /third_party/node/deps/v8/src/builtins/mips64/ |
| H A D | builtins-mips64.cc | 3005 Register sign = result_reg; in Generate_DoubleToI() local
|
| /third_party/node/deps/v8/src/builtins/loong64/ |
| H A D | builtins-loong64.cc | 2984 Register sign = result_reg; in Generate_DoubleToI() local
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | assembler-ia32.h | 84 sign = negative, enumerator
|
| /third_party/node/deps/v8/src/builtins/riscv64/ |
| H A D | builtins-riscv64.cc | 3036 Register sign = result_reg; in Generate_DoubleToI() local
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64.h | 95 sign = negative, enumerator
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 466 uint64_t sign = (uint64_t)1 << (type.width - 1); lp_build_add() local 792 uint64_t sign = (uint64_t)1 << (type.width - 1); lp_build_sub() local 923 LLVMValueRef sign = lp_build_shr_imm(&bld, ab, wide_type.width - 1); lp_build_mul_norm() local 1771 LLVMValueRef sign; lp_build_sgn() local 1810 lp_build_set_sign(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef sign) lp_build_set_sign() argument 2377 LLVMValueRef sign; lp_build_iround() local [all...] |