Home
last modified time | relevance | path

Searched refs:sign (Results 26 – 50 of 772) sorted by relevance

12345678910>>...31

/openbmc/linux/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c255 int sign; in denormal_addf() local
258 sign = hx & 0x80000000; in denormal_addf()
265 sign ^= 0x80000000; in denormal_addf()
269 sign ^= 0x80000000; in denormal_addf()
272 sign = hx & 0x80000000; in denormal_addf()
281 return sign | ix; in denormal_addf()
340 long long sign; in denormal_addd() local
343 sign = hx & 0x8000000000000000LL; in denormal_addd()
350 sign ^= 0x8000000000000000LL; in denormal_addd()
354 sign ^= 0x8000000000000000LL; in denormal_addd()
[all …]
/openbmc/linux/arch/alpha/boot/
H A Dstdio.c45 char c, sign, tmp[66]; in number() local
56 sign = 0; in number()
59 sign = '-'; in number()
63 sign = '+'; in number()
66 sign = ' '; in number()
88 if (sign) in number()
89 *str++ = sign; in number()
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dguest_sprintf.c50 char c, sign, locase; in number() local
63 sign = 0; in number()
66 sign = '-'; in number()
70 sign = '+'; in number()
73 sign = ' '; in number()
95 if (sign) in number()
96 APPEND_BUFFER_SAFE(str, end, sign); in number()
/openbmc/linux/arch/powerpc/boot/
H A Dstdio.c81 char c,sign,tmp[66]; in number() local
92 sign = 0; in number()
95 sign = '-'; in number()
99 sign = '+'; in number()
102 sign = ' '; in number()
124 if (sign) in number()
125 *str++ = sign; in number()
/openbmc/linux/arch/x86/math-emu/
H A Dpoly_2xm1.c53 int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result) in poly_2xm1() argument
113 if (sign != SIGN_POS) { in poly_2xm1()
139 tag = FPU_round(result, 1, 0, FULL_PRECISION, sign); in poly_2xm1()
141 setsign(result, sign); in poly_2xm1()
H A Dfpu_emu.h194 FPU_REG * answ, unsigned int control_w, u_char sign,
197 FPU_REG * answ, unsigned int control_w, u_char sign,
200 FPU_REG * answ, unsigned int control_w, u_char sign);
202 FPU_REG * answ, unsigned int control_w, u_char sign,
205 unsigned int control_w, u_char sign);
210 unsigned int control_w, u_char sign);
H A Dpoly_l2.c31 u_char sign, argsign; in poly_l2() local
61 sign = SIGN_NEG; in poly_l2()
64 sign = SIGN_POS; in poly_l2()
71 if (sign ^ argsign) in poly_l2()
76 sign = argsign; in poly_l2()
93 tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign ^ st1_sign); in poly_l2()
H A Dreg_convert.c19 int sign = getsign(a); in FPU_to_exp16() local
46 return sign; in FPU_to_exp16()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dvsprintf.c195 unsigned long long get_number(int sign, int qualifier, va_list *ap) in get_number() argument
197 if (sign) { in get_number()
310 char sign; in vsnprintf() local
376 sign = 0; in vsnprintf()
449 sign = get_sign(&num, flags); in vsnprintf()
450 if (sign) in vsnprintf()
494 if (sign) in vsnprintf()
495 PUTC(sign); in vsnprintf()
/openbmc/linux/arch/arm/vfp/
H A Dvfp.h144 #define vfp_sign_negate(sign) (sign ^ 0x8000) argument
151 u16 sign; member
192 s->sign = vfp_single_packed_sign(val) >> 16, in vfp_single_unpack()
209 val = (s->sign << 16) + in vfp_single_pack()
256 u16 sign; member
301 s->sign = vfp_double_packed_sign(val) >> 48; in vfp_double_unpack()
318 val = ((u64)s->sign << 48) + in vfp_double_pack()
/openbmc/linux/scripts/
H A DMakefile.modinst14 ifeq ($(KBUILD_EXTMOD)$(sign-only),)
104 … cmd_sign = scripts/sign-file $(CONFIG_MODULE_SIG_HASH) "$(sig-key)" certs/signing_key.x509 $@ \
107 ifeq ($(sign-only),)
121 $(call cmd,sign)
137 $(call cmd,sign)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-rsa_4.9.bb15 pyrsa-sign \
23 ALTERNATIVE_LINK_NAME[pyrsa-sign] = "${bindir}/pyrsa-sign"
/openbmc/linux/lib/crypto/mpi/
H A Dmpi-cmp.c34 if (u->sign) in mpi_cmp_ui()
61 usign = absmode ? 0 : u->sign; in do_mpi_cmp()
62 vsign = absmode ? 0 : v->sign; in do_mpi_cmp()
H A Dmpi-pow.c44 msign = mod->sign; in mpi_powm()
62 res->sign = 0; in mpi_powm()
80 bsign = base->sign; in mpi_powm()
100 res->sign = 0; in mpi_powm()
159 negative_result = (ep[0] & 1) && base->sign; in mpi_powm()
294 res->sign = rsign; in mpi_powm()
H A Dmpi-bit.c203 x->sign = a->sign; in mpi_rshift()
227 x->sign = a->sign; in mpi_rshift()
284 int asign = a->sign; in mpi_lshift()
293 x->sign = asign; in mpi_lshift()
/openbmc/linux/arch/arm/kernel/
H A Dmodule.c129 u32 upper, lower, sign, j1, j2; in apply_relocate() local
339 sign = (upper >> 10) & 1; in apply_relocate()
342 offset = (sign << 24) | ((~(j1 ^ sign) & 1) << 23) | in apply_relocate()
343 ((~(j2 ^ sign) & 1) << 22) | in apply_relocate()
369 sign = (offset >> 24) & 1; in apply_relocate()
370 j1 = sign ^ (~(offset >> 23) & 1); in apply_relocate()
371 j2 = sign ^ (~(offset >> 22) & 1); in apply_relocate()
372 upper = (u16)((upper & 0xf800) | (sign << 10) | in apply_relocate()
/openbmc/linux/arch/m68k/math-emu/
H A Dfp_util.S99 clr.l %d1 | sign defaults to zero
107 move.l %d1,(%a0)+ | set sign / exp
132 lsr.l #8,%d1 | exponent / sign
140 9: move.l %d1,(%a0)+ | fp_ext.sign, fp_ext.exp
170 lsr.l #8,%d1 | exponent / sign
178 9: move.l %d1,(%a0)+ | fp_ext.sign, fp_ext.exp
/openbmc/u-boot/cmd/x86/
H A Dfsp.c31 char *sign = (char *)&hdr->sign; in do_hdr() local
37 for (i = 0; i < sizeof(hdr->sign); i++) in do_hdr()
38 printf("%c", *sign++); in do_hdr()
/openbmc/linux/kernel/time/
H A Dclocksource-wdtest.c57 static int sign = 1; in wdtest_ktime_read() local
66 sign = -sign; in wdtest_ktime_read()
67 ret = ret + sign * 100 * NSEC_PER_MSEC; in wdtest_ktime_read()
/openbmc/linux/arch/m68k/fpsp040/
H A Dkernel_ex.S50 | store properly signed inf (use sign of etemp) into fp0
79 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos
80 beqs p_inf |branch if pos sign
95 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos
134 | operand is built in FP_SCR1 and only the sign from the original operand
141 tstb (%a0) |extract sign from caller's exop
286 btstb #sign_bit,FPTEMP_EX(%a6) |test sign of nan
320 fmovex FPTEMP(%a6),%fp0 |load non-sign. nan
H A Dssinh.S26 | y = |X|, sgn = sign(X), and z = expm1(Y),
33 | sinh(X) = sign(X) * exp(|X|)/2.
37 | sgn := sign(X)
44 | sign(X)*Huge*Huge to generate overflow and an infinity with
45 | the appropriate sign. Huge is the largest finite number in
/openbmc/qemu/docs/devel/
H A Dloads-stores.rst27 load: ``ld{sign}{size}_{endian}_p(ptr)``
31 ``sign``
141 ``sign``
179 ``sign``
218 ``sign``
257 ``sign``
288 ``sign``
317 ``sign``
367 ``sign``
423 ``sign``
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Dutprint.c207 char sign; in acpi_ut_format_number() local
231 sign = '\0'; in acpi_ut_format_number()
234 sign = '-'; in acpi_ut_format_number()
238 sign = '+'; in acpi_ut_format_number()
241 sign = ' '; in acpi_ut_format_number()
272 if (sign) { in acpi_ut_format_number()
273 string = acpi_ut_bound_string_output(string, end, sign); in acpi_ut_format_number()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libkcapi/
H A Dlibkcapi_1.5.0.bb28 CPPFLAGS:append:libc-musl:toolchain-clang = " -Wno-error=sign-compare"
29 CPPFLAGS:remove:libc-musl:toolchain-clang = "-Wno-error=sign-conversion"
30 CPPFLAGS:append:libc-musl = " -Wno-error=sign-conversion"
/openbmc/linux/drivers/iio/accel/
H A Dcros_ec_accel_legacy.c67 st->sign[i]; in cros_ec_accel_legacy_read_cmd()
192 .sign = 's', \
234 state->sign[CROS_EC_SENSOR_X] = -1; in cros_ec_accel_legacy_probe()
235 state->sign[CROS_EC_SENSOR_Z] = -1; in cros_ec_accel_legacy_probe()

12345678910>>...31