Home
last modified time | relevance | path

Searched refs:sgn (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2018-18384.patch11 - char sgn, cfactorstr[10];
12 + char sgn, cfactorstr[1+10+1+1]; /* <sgn><int>%NUL */
23 - sprintf(cfactorstr, LoadFarString(CompFactorStr), sgn, cfactor);
24 + snprintf(cfactorstr, sizeof(cfactorstr), LoadFarString(CompFactorStr), sgn, cfacto…
35 - sprintf(cfactorstr, LoadFarString(CompFactorStr), sgn, cfactor);
36 + snprintf(cfactorstr, sizeof(cfactorstr), LoadFarString(CompFactorStr), sgn, cfactor);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dwide-int.h611 SHIFT_FUNCTION rshift (const T1 &, const T2 &, signop sgn);
1053 signop sgn);
1169 signop sgn)
1173 x.precision, precision, sgn));
1305 fixed_wide_int_storage <N>::from (const wide_int_ref &x, signop sgn)
1309 x.precision, N, sgn));
1585 signop sgn;
1599 : precision (p), sgn (s)
1702 if (x.sgn == SIGNED || x.val >= 0 || precision <= HOST_BITS_PER_WIDE_INT)
1831 wi::neg_p (const T &x, signop sgn)
[all …]
H A Dwide-int-print.h29 extern void print_dec (const wide_int_ref &wi, char *buf, signop sgn);
30 extern void print_dec (const wide_int_ref &wi, FILE *file, signop sgn);
H A Dpoly-int.h516 unsigned int bitsize, signop sgn)
520 POLY_SET_COEFF (C, r, i, C::from (a.coeffs[i], bitsize, sgn));
530 poly_int_pod<N, C>::from (const poly_int_pod<N, Ca> &a, signop sgn)
534 POLY_SET_COEFF (C, r, i, C::from (a.coeffs[i], sgn));
920 signop sgn, wi::overflow_type *overflow)
924 POLY_SET_COEFF (C, r, 0, wi::add (a.coeffs[0], b.coeffs[0], sgn, overflow));
928 POLY_SET_COEFF (C, r, i, wi::add (a.coeffs[i], b.coeffs[i], sgn,
1019 signop sgn, wi::overflow_type *overflow)
1023 POLY_SET_COEFF (C, r, 0, wi::sub (a.coeffs[0], b.coeffs[0], sgn, overflow));
1027 POLY_SET_COEFF (C, r, i, wi::sub (a.coeffs[i], b.coeffs[i], sgn,
[all …]
H A Drtl.h2316 wi::min_value (machine_mode mode, signop sgn)
2318 return min_value (GET_MODE_PRECISION (as_a <scalar_mode> (mode)), sgn);
2324 wi::max_value (machine_mode mode, signop sgn)
2326 return max_value (GET_MODE_PRECISION (as_a <scalar_mode> (mode)), sgn);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dwide-int.h611 SHIFT_FUNCTION rshift (const T1 &, const T2 &, signop sgn);
1053 signop sgn);
1169 signop sgn)
1173 x.precision, precision, sgn));
1305 fixed_wide_int_storage <N>::from (const wide_int_ref &x, signop sgn)
1309 x.precision, N, sgn));
1585 signop sgn;
1599 : precision (p), sgn (s)
1702 if (x.sgn == SIGNED || x.val >= 0 || precision <= HOST_BITS_PER_WIDE_INT)
1831 wi::neg_p (const T &x, signop sgn)
[all …]
H A Dwide-int-print.h29 extern void print_dec (const wide_int_ref &wi, char *buf, signop sgn);
30 extern void print_dec (const wide_int_ref &wi, FILE *file, signop sgn);
H A Dpoly-int.h516 unsigned int bitsize, signop sgn)
520 POLY_SET_COEFF (C, r, i, C::from (a.coeffs[i], bitsize, sgn));
530 poly_int_pod<N, C>::from (const poly_int_pod<N, Ca> &a, signop sgn)
534 POLY_SET_COEFF (C, r, i, C::from (a.coeffs[i], sgn));
920 signop sgn, wi::overflow_type *overflow)
924 POLY_SET_COEFF (C, r, 0, wi::add (a.coeffs[0], b.coeffs[0], sgn, overflow));
928 POLY_SET_COEFF (C, r, i, wi::add (a.coeffs[i], b.coeffs[i], sgn,
1019 signop sgn, wi::overflow_type *overflow)
1023 POLY_SET_COEFF (C, r, 0, wi::sub (a.coeffs[0], b.coeffs[0], sgn, overflow));
1027 POLY_SET_COEFF (C, r, i, wi::sub (a.coeffs[i], b.coeffs[i], sgn,
[all …]
H A Drtl.h2316 wi::min_value (machine_mode mode, signop sgn)
2318 return min_value (GET_MODE_PRECISION (as_a <scalar_mode> (mode)), sgn);
2324 wi::max_value (machine_mode mode, signop sgn)
2326 return max_value (GET_MODE_PRECISION (as_a <scalar_mode> (mode)), sgn);
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dstanh.S26 | sgn := sign(X), y := 2|X|, z := expm1(Y), and
27 | tanh(X) = sgn*( z/(2+z) ).
36 | sgn := sign(X), y := 2|X|, z := exp(Y),
37 | tanh(X) = sgn - [ sgn*2/(1+z) ].
42 | sgn := sign(X), Tiny := 2**(-126),
43 | tanh(X) := sgn - sgn*Tiny.
H A Dsatanh.S27 | sgn := sign(X)
30 | atanh(X) := sgn * (1/2) * logp1(z)
37 | sgn := sign(X)
38 | atan(X) := sgn / (+0).
H A Dssinh.S26 | y = |X|, sgn = sign(X), and z = expm1(Y),
27 | sinh(X) = sgn*(1/2)*( z + z/(1+z) ).
37 | sgn := sign(X)
38 | sgnFact := sgn * 2**(16380)
H A Dsasin.S32 | 4. (|X| = 1) sgn := sign(X), return asin(X) := sgn * Pi/2. Exit.
H A Dsatan.S25 | Step 2. Let X = sgn * 2**k * 1.xxxxxxxx...x. Note that k = -4, -3,..., or 3.
26 | Define F = sgn * 2**k * 1.xxxx1, i.e. the first 5 significant bits
H A Dssin.S40 | 5. (k is odd) Set j := (k-1)/2, sgn := (-1)**j. Return sgn*cos(r)
45 | 6. (k is even) Set j := k/2, sgn := (-1)**j. Return sgn*sin(r)
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dtda18271-fe.c434 int sgn, bcal, count, wait, ret; in tda18271_powerscan() local
471 sgn = 1; in tda18271_powerscan()
479 freq = *freq_in + (sgn * count) + 1000000; in tda18271_powerscan()
503 if (sgn <= 0) in tda18271_powerscan()
506 sgn = -1 * sgn; in tda18271_powerscan()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dlg2160.c560 static int lg216x_get_sgn(struct lg216x_state *state, u8 *sgn) in lg216x_get_sgn() argument
565 *sgn = 0xff; /* invalid value */ in lg216x_get_sgn()
571 *sgn = val & 0x0f; in lg216x_get_sgn()
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/
H A Dilsp.S201 neg.l %d5 # sgn(rem) = sgn(dividend)
641 ori.b &0x1,%d5 # save multiplier sgn
H A Dfplsp.S4931 # 5. (k is odd) Set j := (k-1)/2, sgn := (-1)**j. #
4932 # Return sgn*cos(r) where cos(r) is approximated by an #
4937 # 6. (k is even) Set j := k/2, sgn := (-1)**j. Return sgn*sin(r) #
6515 # 4. (|X| = 1) sgn := sign(X), return asin(X) := sgn * Pi/2. Exit.#
7701 # y = |X|, sgn = sign(X), and z = expm1(Y), #
7702 # sinh(X) = sgn*(1/2)*( z + z/(1+z) ). #
7712 # sgn := sign(X) #
7713 # sgnFact := sgn * 2**(16380) #
7819 # sgn := sign(X), y := 2|X|, z := expm1(Y), and #
7820 # tanh(X) = sgn*( z/(2+z) ). #
[all …]
H A Dfpsp.S6162 # Step 2. Let X = sgn * 2**k * 1.xxxxxxxx...x. #
6164 # Define F = sgn * 2**k * 1.xxxx1, i.e. the first 5 #
11638 mov.w FP_SCR0_EX(%a6),%d1 # load {sgn,exp}
12280 mov.w FP_SCR0_EX(%a6),%d1 # fetch {sgn,exp}
13060 mov.w FP_SCR0_EX(%a6),%d1 # fetch {sgn,exp}
13564 mov.w FP_SCR0_EX(%a6),%d1 # load sgn,exp
14009 mov.w FP_SCR0_EX(%a6),%d1 # load {sgn,exp}
14056 mov.w FP_SCR0_EX(%a6),%d1 # fetch {sgn,exp}
14356 mov.w FP_SCR0_EX(%a6),%d1 # load {sgn,exp}
14409 mov.w FP_SCR0_EX(%a6),%d1 # fetch {sgn,exp}
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h1969 int sgn; in stbi__extend_receive() local
1972 sgn = (stbi__int32)j->code_buffer >> 31; // sign bit is always in MSB in stbi__extend_receive()
1978 return k + (stbi__jbias[n] & ~sgn); in stbi__extend_receive()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h1969 int sgn; in stbi__extend_receive() local
1972 sgn = (stbi__int32)j->code_buffer >> 31; // sign bit is always in MSB in stbi__extend_receive()
1978 return k + (stbi__jbias[n] & ~sgn); in stbi__extend_receive()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Das.info21486 '$int', and '$sgn', which return an integer value.
21552 '$sgn(EXPR)'
26259 * '$sgn' math builtin, TIC54X: TIC54X-Builtins. (line 74)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Das.info21486 '$int', and '$sgn', which return an integer value.
21552 '$sgn(EXPR)'
26259 * '$sgn' math builtin, TIC54X: TIC54X-Builtins. (line 74)
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv4456 …}}|}}}}}~}}~}}}~}|~�}}~��~~�~~|snmlklllkjijjiiklkjkjikklmmkllmnnnns}{sgn}|||{{����������…