Home
last modified time | relevance | path

Searched full:signs (Results 1 – 25 of 97) sorted by relevance

1234

/openbmc/linux/arch/mips/math-emu/
H A Dsp_fmax.c110 /* Compare signs */ in ieee754sp_fmax()
116 /* Signs of inputs are equal, let's compare exponents */ in ieee754sp_fmax()
131 /* Signs and exponents of inputs are equal, let's compare mantissas */ in ieee754sp_fmax()
133 /* Inputs are both positive, with equal signs and exponents */ in ieee754sp_fmax()
138 /* Inputs are both negative, with equal signs and exponents */ in ieee754sp_fmax()
H A Ddp_fmax.c110 /* Compare signs */ in ieee754dp_fmax()
116 /* Signs of inputs are equal, let's compare exponents */ in ieee754dp_fmax()
131 /* Signs and exponents of inputs are equal, let's compare mantissas */ in ieee754dp_fmax()
133 /* Inputs are both positive, with equal signs and exponents */ in ieee754dp_fmax()
138 /* Inputs are both negative, with equal signs and exponents */ in ieee754dp_fmax()
H A Dsp_fmin.c110 /* Compare signs */ in ieee754sp_fmin()
116 /* Signs of inputs are the same, let's compare exponents */ in ieee754sp_fmin()
131 /* Signs and exponents of inputs are equal, let's compare mantissas */ in ieee754sp_fmin()
133 /* Inputs are both positive, with equal signs and exponents */ in ieee754sp_fmin()
138 /* Inputs are both negative, with equal signs and exponents */ in ieee754sp_fmin()
H A Ddp_fmin.c110 /* Compare signs */ in ieee754dp_fmin()
116 /* Signs of inputs are the same, let's compare exponents */ in ieee754dp_fmin()
131 /* Signs and exponents of inputs are equal, let's compare mantissas */ in ieee754dp_fmin()
133 /* Inputs are both positive, with equal signs and exponents */ in ieee754dp_fmin()
138 /* Inputs are both negative, with equal signs and exponents */ in ieee754dp_fmin()
H A Dsp_maddf.c84 * Cases of addition of infinities with opposite signs in _sp_maddf()
85 * or subtraction of infinities with same signs. in _sp_maddf()
108 * Cases of addition of zeros of equal signs in _sp_maddf()
109 * or subtraction of zeroes of opposite signs. in _sp_maddf()
H A Ddp_maddf.c115 * Cases of addition of infinities with opposite signs in _dp_maddf()
116 * or subtraction of infinities with same signs. in _dp_maddf()
139 * Cases of addition of zeros of equal signs in _dp_maddf()
140 * or subtraction of zeroes of opposite signs. in _dp_maddf()
/openbmc/linux/tools/mm/
H A Dpage_owner_sort.c83 int *signs; member
227 cmp = sc.signs[i] * sc.cmps[i](p1, p2); in compare_sort_condition()
574 if (sc.signs == NULL || sc.size < 1) in set_single_cmp()
575 sc.signs = calloc(1, sizeof(int)); in set_single_cmp()
576 sc.signs[0] = sign; in set_single_cmp()
588 free(sc.signs); in parse_sort_args()
595 sc.signs = calloc(size, sizeof(int)); in parse_sort_args()
600 sc.signs[i] = SORT_ASC; in parse_sort_args()
603 sc.signs[i] = SORT_DESC; in parse_sort_args()
/openbmc/linux/arch/parisc/math-emu/
H A Dsfcmp.c88 /* First compare for unequal signs => less or greater or in sgl_fcmp()
109 /* Signs are the same. Treat negative numbers separately in sgl_fcmp()
H A Ddfcmp.c88 /* First compare for unequal signs => less or greater or in dbl_fcmp()
109 /* Signs are the same. Treat negative numbers separately in dbl_fcmp()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DAuthority.interface.yaml2 Signs Certificate Signing Request.
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/
H A Dselinux-ls-unconfined.sh10 # This checks for unconfined apps running, initrc and inetd are signs
/openbmc/linux/arch/x86/math-emu/
H A Dreg_add_sub.c54 /* signs are the same */ in FPU_add()
58 /* The signs are different, so do a subtraction */ in FPU_add()
286 /* Signs are different. */ in add_sub_specials()
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtripwire.txt16 …ost-Installation Instructions (run the configuration script). This script signs the modified polic…
22 …policy files. Assign a unique passphrase for the local key. The local key signs Tripwire database …
/openbmc/linux/Documentation/driver-api/mei/
H A Dhdcp.rst10 ME FW prepares HDCP2.2 negotiation parameters, signs and encrypts them
/openbmc/linux/Documentation/arch/arm/vfp/
H A Drelease-notes.rst36 when input operands differ in signs.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/kronosnet/
H A Dkronosnet_1.24.bb25 # libknet/transport_udp.c:326:48: error: comparison of integers of different signs: 'unsigned long'…
/openbmc/linux/Documentation/admin-guide/aoe/
H A Dudev.txt4 # whether it uses one or two equal signs for SUBSYSTEM and KERNEL.
/openbmc/phosphor-certificate-manager/bmc-vmi-ca/
H A Dca_certs_manager.cpp40 // actual signing is being done by the hypervisor, once it signs then in signCSR()
H A Dca_certs_manager.hpp45 It signs the certificate and creates the CSR request entry Dbus
/openbmc/openbmc/meta-arm/meta-arm/classes/
H A Dtfm_sign_image.bbclass58 # A generic function that signs a host image
/openbmc/openbmc/meta-aspeed/classes/
H A Dsocsec-sign.bbclass21 # Signs the SPL binary with a pre-established key
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-Turn-off-sign-compare-for-musl-libc.patch8 …ver.cc:234:14: error: comparison of integers of different signs: 'unsigned long' a…
/openbmc/openbmc/meta-security/recipes-scanners/rootkits/
H A Dchkrootkit_0.58b.bb2 SUMMARY = "locally checks for signs of a rootkit"
/openbmc/u-boot/tools/binman/etype/
H A Dvblock.py33 Chromium OS signs the read-write firmware and kernel, writing the signature
/openbmc/linux/lib/crypto/mpi/
H A Dmpi-sub-ui.c60 /* The signs are different. Need exact comparison to determine in mpi_sub_ui()

1234