Home
last modified time | relevance | path

Searched refs:sign2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/
H A Drun-ptest19 ./sign2 sign2-doc.xml rsakey.pem > sign2-res.xml
20 ./verify1 sign2-res.xml rsapub.pem
32 ./verify1 sign2-res.xml rsapub.pem
38 ./verify2 sign2-res.xml rsakey.pem
/openbmc/linux/arch/x86/math-emu/
H A Dpoly_atan.c55 u_char transformed, inverted, sign1, sign2; in poly_atan() local
62 sign2 = getsign(st1_ptr); in poly_atan()
203 tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign2); in poly_atan()
/openbmc/linux/arch/arm/include/asm/
H A Duser.h38 unsigned int sign2:1; member
/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c474 HexSignedness sign2) in bin_op_signedness() argument
477 assert_signedness(c, locp, sign2); in bin_op_signedness()
478 return (sign1 == UNSIGNED && sign2 == UNSIGNED) ? UNSIGNED : SIGNED; in bin_op_signedness()