Home
last modified time | relevance | path

Searched defs:negative (Results 1 – 25 of 128) sorted by relevance

123456

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dget_d128.c65 get_decimal128_inf (int negative) in get_decimal128_inf()
72 get_decimal128_zero (int negative) in get_decimal128_zero()
81 get_decimal128_min (int negative) in get_decimal128_min()
88 get_decimal128_max (int negative) in get_decimal128_max()
354 int negative; in mpfr_get_decimal128() local
H A Dget_d64.c136 get_decimal64_inf (int negative) in get_decimal64_inf()
153 get_decimal64_zero (int negative) in get_decimal64_zero()
162 get_decimal64_min (int negative) in get_decimal64_min()
169 get_decimal64_max (int negative) in get_decimal64_max()
509 int negative; in mpfr_get_decimal64() local
H A Dget_d.c39 int negative; in mpfr_get_d() local
151 int negative; in mpfr_get_d_2exp() local
H A Dpow.c458 int negative; in mpfr_pow() local
473 int negative; in mpfr_pow() local
540 int negative, overflow; in mpfr_pow() local
H A Dget_flt.c37 int negative; in mpfr_get_flt() local
H A Dcbrt.c54 int inexact, inexact2, negative, r; in mpfr_cbrt() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_custom_float.c37 bool *negative, in build_custom_float()
129 bool negative, in setup_custom_float()
194 bool negative; in convert_to_custom_float_format() local
/netbsd-src/external/bsd/nsd/dist/compat/
H A Dsnprintf.c92 get_negsign(int negative, int plus, int space) in get_negsign()
241 int zero, int negative, char* buf, int len) in print_num()
301 int negative = (value < 0); in print_num_d() local
316 int negative = (value < 0); in print_num_ld() local
331 int negative = (value < 0); in print_num_lld() local
346 int negative = 0; in print_num_u() local
360 int negative = 0; in print_num_lu() local
374 int negative = 0; in print_num_llu() local
388 int negative = 0; in print_num_x() local
402 int negative = 0; in print_num_lx() local
[all …]
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dsnprintf.c92 get_negsign(int negative, int plus, int space) in get_negsign()
241 int zero, int negative, char* buf, int len) in print_num()
301 int negative = (value < 0); in print_num_d() local
316 int negative = (value < 0); in print_num_ld() local
331 int negative = (value < 0); in print_num_lld() local
346 int negative = 0; in print_num_u() local
360 int negative = 0; in print_num_lu() local
374 int negative = 0; in print_num_llu() local
388 int negative = 0; in print_num_x() local
402 int negative = 0; in print_num_lx() local
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpf/
H A Dset_d.c42 int negative; in mpf_set_d() local
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dset_d.c50 int negative; in mpz_set_d() local
H A Dset_str.c51 int negative; in mpz_set_str() local
H A Dinp_str.c72 int negative; in mpz_inp_str_nowhite() local
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/
H A Dquadmath-rounding-mode.h43 round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits, in round_away()
/netbsd-src/external/gpl3/gcc/dist/libquadmath/
H A Dquadmath-rounding-mode.h43 round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits, in round_away()
/netbsd-src/external/lgpl3/gmp/dist/mpq/
H A Dset_d.c48 int negative; in mpq_set_d() local
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A Dlex.c69 int negative = 0; in GetNumber() local
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/in_1/
H A Dapl_42.h20 bool negative; member
/netbsd-src/tests/usr.bin/indent/
H A Dlsym_unary_op.c74 int negative = -number; in unary_operators() local
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dacl.h64 bool negative; global() member
77 bool negative; global() member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
H A Dapl_42.h21 bool negative; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dwrite.d184 …const negative = val < 0 && f.spec != 'x' && f.spec != 'X' && f.spec != 'b' && f.spec != 'o' && f.… variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dintrange.h28 bool negative; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Dfixed31_32.h236 bool negative = arg.value < 0; in dc_fixpt_shr() local
526 bool negative = arg.value < 0; in dc_fixpt_truncate() local
/netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c152 overflow_value (int negative) in overflow_value()
164 underflow_value (int negative) in underflow_value()
176 round_and_return (mp_limb_t *retval, intmax_t exponent, int negative, in round_and_return()
476 int negative; /* The sign of the number. */ local

123456