Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 25 of 115) sorted by relevance

12345

/freebsd/usr.bin/systat/
H A Dconvtbl.c52 uintmax_t scale; member
76 get_tbl_ptr(const uintmax_t size, const int scale) in get_tbl_ptr()
99 convert(const uintmax_t size, const int scale) in convert()
109 get_string(const uintmax_t size, const int scale) in get_string()
H A Difcmds.c48 int scale; in ifcmd() local
H A Dconvtbl.h40 enum scale { enum
/freebsd/contrib/bc/src/
H A Dnum.c134 bc_num_setToZero(BcNum* restrict n, size_t scale) in bc_num_setToZero()
227 bc_num_leastSigPow(size_t scale) in bc_num_leastSigPow()
660 bc_num_retireMul(BcNum* restrict n, size_t scale, bool neg1, bool neg2) in bc_num_retireMul()
910 size_t places_rdx, scale, scale_mod, int_len, expand; in bc_num_shiftRight() local
1481 bc_num_m(BcNum* a, BcNum* b, BcNum* restrict c, size_t scale) in bc_num_m()
1693 size_t scale) in bc_num_d_long()
1878 bc_num_d(BcNum* a, BcNum* b, BcNum* restrict c, size_t scale) in bc_num_d()
1995 bc_num_r(BcNum* a, BcNum* b, BcNum* restrict c, BcNum* restrict d, size_t scale, in bc_num_r()
2060 bc_num_rem(BcNum* a, BcNum* b, BcNum* restrict c, size_t scale) in bc_num_rem()
2096 bc_num_p(BcNum* a, BcNum* b, BcNum* restrict c, size_t scale) in bc_num_p()
[all …]
/freebsd/lib/libutil/
H A Dhumanize_number.c49 const char *suffix, int scale, int flags) in humanize_number()
111 #define SCALE2PREFIX(scale) (&prefixes[(scale) * 3]) in humanize_number() argument
/freebsd/contrib/libxo/libxo/
H A Dxo_humanize.h64 const char *suffix, int scale, int flags) in xo_humanize_number()
102 #define SCALE2PREFIX(scale) (&prefixes[(scale) << 1]) in xo_humanize_number() argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBranchProbability.cpp69 static uint64_t scale(uint64_t Num, uint32_t N, uint32_t D) { in scale() function
107 uint64_t BranchProbability::scale(uint64_t Num) const { in scale() function in BranchProbability
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Derff.c14 float min, max, scale, shift, third; member
64 svfloat32_t scale in SV_NAME_F1() local
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpwm.h70 pwm_get_relative_duty_cycle(const struct pwm_state *state, unsigned int scale) in pwm_get_relative_duty_cycle()
77 unsigned int scale) in pwm_set_relative_duty_cycle()
/freebsd/contrib/arm-optimized-routines/math/
H A Dexp2.c35 double_t scale, y; in specialcase() local
83 double_t kd, r, r2, scale, tail, tmp; in exp2() local
H A Dexp.c37 double_t scale, y; in specialcase() local
87 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dexp_inline.h38 double_t scale, y; in exp_inline_special_case() local
88 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
H A Derff_2u.c60 float scale = __v_erff_data.tab[i].scale; in arm_math_erff() local
/freebsd/crypto/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl74 sub scale() subroutine
/freebsd/libexec/rpc.rquotad/
H A Drquotad.c173 int scale; in sendquota() local
225 int scale; in sendquota_extended() local
/freebsd/sys/riscv/sifive/
H A Dfe310_aon.c131 uint32_t scale, val; in feaon_wdt_event() local
184 uint8_t scale; in feaon_rtc_settime() local
222 uint8_t scale; in feaon_rtc_gettime() local
/freebsd/lib/msun/src/
H A Ds_csqrt.c42 double a, b, rx, ry, scale, t; in csqrt() local
H A Ds_csqrtl.c57 long double a, b, rx, ry, scale, t; in csqrtl() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dfinite_pow.h103 double scale, y; in special_case() local
192 double scale = asdouble (sbits); in exp_inline() local
239 double scale = asdouble (sbits); in exp_nosignbias() local
H A Dexp2f.c54 float32x4_t scale, const struct data *d) in special_case()
92 float32x4_t scale = vreinterpretq_f32_u32 (vaddq_u32 (e, d->exponent_bias)); in V_NAME_F1() local
H A Dexpf.c58 float32x4_t scale, const struct data *d) in special_case()
101 float32x4_t scale = vreinterpretq_f32_u32 (vaddq_u32 (e, d->exponent_bias)); in V_NAME_F1() local
H A Dexp10f.c70 float32x4_t scale, const struct data *d) in special_case()
115 float32x4_t scale = vreinterpretq_f32_u32 (vaddq_u32 (e, d->exponent_bias)); in V_NAME_F1() local
/freebsd/lib/libutil/tests/
H A Dhumanize_number_test.c49 int scale; member
477 str_scale(int scale) { in str_scale()
/freebsd/contrib/bc/tests/
H A Dbcl.c57 size_t scale; in main() local
[all...]
/freebsd/usr.bin/procstat/
H A Dprocstat_rlimit.c76 int scale; in humanize_rlimit() local

12345