Searched refs:sigl (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dreg_convert.c20 *(long long *)&(x->sigl) = *(const long long *)&(a->sigl);
H A Dreg_ld_str.c58 if (!(ptr->sigh | ptr->sigl)) {
113 loaded_data->sigl = 0x00000000;
121 loaded_data->sigl = l64 << 11;
135 loaded_data->sigl = l64 << 11;
144 loaded_data->sigl = l64 << 11;
178 loaded_data->sigl = 0;
187 loaded_data->sigl = 0x00000000;
194 loaded_data->sigl = 0;
199 loaded_data->sigl = 0;
262 loaded_data->sigl
606 unsigned long sigl = tmp.sigl; local
[all...]
H A Dfpu_tags.c69 else if ((ptr->sigh == 0x80000000) && (ptr->sigl == 0))
77 && !((ptr->sigh == 0x80000000) && (ptr->sigl == 0)));
H A Dreg_add_sub.c63 diff = a->sigl > b->sigl;
65 diff = -(a->sigl < b->sigl);
173 diff = a->sigl > b->sigl;
175 diff = -(a->sigl < b->sigl);
H A Dfpu_emu.h118 unsigned sigl; member in struct:fpu__reg
172 *(long long *)&(y->sigl) = *(const long long *)&(x->sigl);
185 #define significand(x) ( ((unsigned long long *)&((x)->sigl))[0] )
H A Dreg_compare.c145 diff = st0_ptr->sigl > b->sigl;
147 diff = -(st0_ptr->sigl < b->sigl);
H A Dfpu_trig.c128 && (st0_ptr->sigl > CONST_PI2.sigl)))) {
171 dest->sigl = 0;
911 if (!(tmp.sigh | tmp.sigl)) {
1040 && (st0_ptr->sigl == 0)) {
1051 exponent.sigl = 0;
1156 (st0_ptr->sigl == 0)) {
1405 (st0_ptr->sigl == 0))) {
1516 scale = signnegative(st1_ptr) ? -tmp.sigl : tmp.sigl;
[all...]
H A Dreg_constant.c58 st_new_ptr->sigl += adj; /* For all our fldxxx constants, we don't need to
H A Dpoly_atan.c80 (st0_ptr->sigl < st1_ptr->sigl))))) {
H A Dpoly_l2.c46 x.sigl = st0_ptr->sigl;
H A Derrors.c157 (long)(r->sigl >> 16),
158 (long)(r->sigl & 0xFFFF),
H A Dpoly_sin.c76 argSqrd.midw = st0_ptr->sigl;
226 argSqrd.midw = st0_ptr->sigl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpem_seal.c145 int PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl, argument
175 *sigl = EVP_EncodeBlock(sig, s, i);
H A Dpem.h437 int PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_seal.c145 int PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl, argument
174 *sigl=EVP_EncodeBlock(sig,s,i);
H A Dpem.h618 int PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig,int *sigl,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pem/
H A Dpem_seal.c145 int PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl, argument
175 *sigl = EVP_EncodeBlock(sig, s, i);
H A Dpem.h437 int PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpem.h618 int PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig,int *sigl,

Completed in 231 milliseconds