Home
last modified time | relevance | path

Searched defs:exp (Results 76 – 100 of 234) sorted by relevance

12345678910

/openbmc/linux/lib/crypto/mpi/
H A Dmpi-pow.c24 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()
/openbmc/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_hdcs.c77 } exp; member
177 u8 exp[14]; in hdcs_set_exposure() local
/openbmc/linux/fs/nfsd/
H A Dpnfs.h81 static inline void nfsd4_setup_layout_type(struct svc_export *exp) in nfsd4_setup_layout_type()
/openbmc/linux/arch/m68k/math-emu/
H A Dfp_log.c32 int i, exp; in fp_fsqrt() local
/openbmc/linux/arch/x86/math-emu/
H A Dfpu_tags.c64 int exp = exponent(ptr); in FPU_Special() local
/openbmc/linux/tools/testing/selftests/x86/
H A Damx.c361 static void validate_req_xcomp_perm(enum expected_result exp) in validate_req_xcomp_perm()
398 static void validate_xcomp_perm(enum expected_result exp) in validate_xcomp_perm()
436 static void setup_altstack(void *addr, unsigned long size, enum expected_result exp) in setup_altstack()
/openbmc/qemu/target/arm/
H A Dvfp_helper.c611 static uint64_t call_recip_estimate(int *exp, int exp_off, uint64_t frac) in call_recip_estimate()
836 static uint64_t recip_sqrt_estimate(int *exp , int exp_off, uint64_t frac) in recip_sqrt_estimate()
1162 uint32_t exp = extract32(f, 23, 8); in frint_s() local
1210 uint32_t exp = extract64(f, 52, 11); in frint_d() local
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_amanda.c94 struct nf_conntrack_expect *exp; in amanda_help() local
H A Dnf_conntrack_sane.c69 struct nf_conntrack_expect *exp; in help() local
H A Dnf_conntrack_irc.c117 struct nf_conntrack_expect *exp; in help() local
/openbmc/linux/drivers/net/phy/
H A Dmeson-gxl.c153 int ret, wol, lpa, exp; in meson_gxl_read_status() local
/openbmc/linux/drivers/iio/light/
H A Dopt4001.c148 static u8 opt4001_calculate_crc(u8 exp, u32 mantissa, u8 count) in opt4001_calculate_crc()
171 u8 exp; in opt4001_read_lux_value() local
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Ducall_common.c78 void ucall_assert(uint64_t cmd, const char *exp, const char *file, in ucall_assert()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_math.c104 float dcn_bw_pow(float a, float exp) in dcn_bw_pow()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndwc57e.c147 int sign = 0, exp = 0, man = 0; in fixedU0_16_FP16() local
/openbmc/linux/drivers/misc/echo/
H A Decho.c113 int exp; in lms_adapt_bg() local
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_nat_pptp.c44 struct nf_conntrack_expect *exp) in pptp_nat_expected()
/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h298 #define EXPISSPECIAL(exp) ((exp)>=DECFLOAT_MinSp) argument
299 #define EXPISINF(exp) (exp==DECFLOAT_Inf) argument
300 #define EXPISNAN(exp) (exp==DECFLOAT_qNaN || exp==DECFLOAT_sNaN) argument
/openbmc/linux/arch/powerpc/lib/
H A Dtest_emulate_step.c1644 #define gpr_mismatch(gprn, exp, got) \ argument
1648 #define reg_mismatch(name, exp, got) \ argument
1656 struct pt_regs *regs, exp, got; in run_tests_compute() local
/openbmc/qemu/include/hw/block/
H A Dblock.h41 unsigned int exp = 0, size; in get_physical_block_exp() local
/openbmc/linux/drivers/iio/test/
H A Diio-test-rescale.c625 s64 real, exp, err; in iio_test_relative_error_ppm() local
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dfpu.c150 int exp = 1023 - 126; in denormal_to_double() local
/openbmc/qemu/tests/tcg/riscv64/
H A Dtest-fcvtmod.c313 uint32_t exp = (uint32_t)(t->inp_lu >> 52) & 0x7ff; in run_fcvtmod_tests() local
/openbmc/linux/kernel/sched/
H A Dloadavg.c156 calc_load_n(unsigned long load, unsigned long exp, in calc_load_n()
/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c137 int fraction, shift, mantissa, sign, exp, zeropre; in float_to_int() local

12345678910