Home
last modified time | relevance | path

Searched defs:sign (Results 1 – 25 of 107) sorted by relevance

12345

/linux/arch/x86/math-emu/
H A Dfpu_trig.c156 u_char sign; in convert_l2reg() local
358 u_char sign; in fxtract() local
511 u_char sign; in frndint_() local
819 u_char sign = st0_sign ^ st1_sign; in do_fprem() local
883 u_char sign; in do_fprem() local
1030 u_char sign; in fyl2x() local
1103 u_char sign; in fyl2x() local
1146 u_char sign = getsign(st1_ptr); in fyl2x() local
1234 u_char sign = getsign(st1_ptr); in fpatan() local
1275 u_char sign = getsign(st1_ptr); in fpatan() local
[all …]
H A Dreg_ld_str.c39 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign) in normalize_no_excep()
213 int sign; in FPU_load_int64() local
304 int sign; in FPU_load_bcd() local
901 u_char sign = (getsign(st0_ptr) == SIGN_NEG) ? 0x80 : 0; in FPU_store_bcd() local
H A Dreg_convert.c19 int sign = getsign(a); in FPU_to_exp16() local
H A Dreg_mul.c36 u_char sign = (getsign(a) ^ getsign(b)); in FPU_mul() local
H A Dpoly_2xm1.c53 int poly_2xm1(u_char sign, FPU_REG *arg, FPU_REG *result) in poly_2xm1()
H A Dreg_divide.c33 u_char taga, tagb, signa, signb, sign, saved_sign; in FPU_div() local
/linux/arch/powerpc/include/asm/
H A Datomic.h49 #define ATOMIC_OP(op, asm_op, suffix, sign, ...) \ argument
64 #define ATOMIC_OP_RETURN_RELAXED(op, asm_op, suffix, sign, ...) \ argument
81 #define ATOMIC_FETCH_OP_RELAXED(op, asm_op, suffix, sign, ...) \ argument
98 #define ATOMIC_OPS(op, asm_op, suffix, sign, ...) \ argument
113 #define ATOMIC_OPS(op, asm_op, suffix, sign) \ argument
/linux/arch/parisc/math-emu/
H A Ddenormal.c47 int sign, exponent; in sgl_denormalize() local
88 int sign, exponent; in dbl_denormalize() local
/linux/lib/crypto/mpi/
H A Dmpicoder.c144 int *sign) in mpi_read_buffer()
203 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) in mpi_get_buffer()
248 int *sign) in mpi_write_to_sgl()
/linux/arch/arm/vfp/
H A Dvfp.h144 #define vfp_sign_negate(sign) (sign ^ 0x8000) argument
151 u16 sign; member
256 u16 sign; member
/linux/crypto/
H A Drsa.c126 int sign; in rsa_enc() local
165 int sign; in rsa_dec() local
/linux/drivers/firmware/efi/libstub/
H A Dvsprintf.c195 unsigned long long get_number(int sign, int qualifier, va_list *ap) in get_number()
310 char sign; in vsnprintf() local
/linux/drivers/firmware/
H A Discsi_ibft_find.c38 char *sign; member
/linux/drivers/gpu/drm/amd/display/dc/spl/
H A Dspl_custom_float.h14 bool sign; member
/linux/include/media/
H A Dv4l2-vp9.h32 u8 sign[2]; member
134 u32 (*sign)[2][2]; member
/linux/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c255 int sign; in denormal_addf() local
340 long long sign; in denormal_addd() local
/linux/include/linux/
H A Dmpi.h33 int sign; /* indicates a negative number */ member
/linux/arch/loongarch/kernel/
H A Dunaligned.c252 bool sign, write; in emulate_load_store_insn() local
[all...]
/linux/drivers/rtc/
H A Drtc-amlogic-a4.c195 int sign, match_counter, enable; in aml_rtc_read_offset() local
220 int sign = 0; in aml_rtc_set_offset() local
/linux/arch/arm64/include/asm/
H A Dcpufeature.h63 bool sign; /* Value is signed ? */ member
369 bool sign; member
562 cpuid_feature_extract_field_width(u64 features, int field, int width, bool sign) in cpuid_feature_extract_field_width()
572 cpuid_feature_extract_field(u64 features, int field, bool sign) in cpuid_feature_extract_field()
/linux/kernel/trace/
H A Dtrace_probe.h188 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \ argument
199 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument
201 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \ argument
205 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument
/linux/sound/soc/codecs/
H A Dda732x.c1266 u8 sign[DA732X_HP_DACS]; in da732x_dac_offset_adjust() local
1330 u8 sign[DA732X_HP_AMPS]; in da732x_output_offset_adjust() local
/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c112 int sign = 1; in convert_from_vtf_format() local
135 int sign = 1; in convert_to_vtf_format() local
/linux/kernel/time/
H A Dclocksource-wdtest.c58 static int sign = 1; in wdtest_ktime_read() local
/linux/drivers/media/platform/verisilicon/
H A Dhantro_vp9.h10 u8 sign[2]; member
69 u32 sign[2][2]; member

12345