Home
last modified time | relevance | path

Searched refs:sign1 (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/
H A Drun-ptest13 ./sign1 sign1-tmpl.xml rsakey.pem > sign1-res.xml
14 ./verify1 sign1-res.xml rsapub.pem
31 ./verify1 sign1-res.xml rsapub.pem
37 ./verify2 sign1-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
61 sign1 = getsign(st0_ptr); in poly_atan()
190 if (sign1) { in poly_atan()
H A Dpoly_l2.c106 int poly_l2p1(u_char sign0, u_char sign1, in poly_l2p1() argument
129 tag = FPU_round(dest, 1, 0, FULL_PRECISION, sign0 ^ sign1); in poly_l2p1()
H A Dfpu_trig.c1319 u_char sign, sign1; in fyl2xp1() local
1328 sign1 = getsign(st1_ptr); in fyl2xp1()
1333 if (poly_l2p1(sign, sign1, &a, &b, st1_ptr)) in fyl2xp1()
/openbmc/linux/arch/arm/include/asm/
H A Duser.h36 unsigned int sign1:1; member
/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c473 HexSignedness sign1, in bin_op_signedness() argument
476 assert_signedness(c, locp, sign1); in bin_op_signedness()
478 return (sign1 == UNSIGNED && sign2 == UNSIGNED) ? UNSIGNED : SIGNED; in bin_op_signedness()