Searched refs:precision (Results 1 - 25 of 509) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/libpcap/dist/
H A Dsf-pcapng.h30 u_int precision, char *errbuf, int *err);
H A Dsf-pcap.h37 u_int precision, char *errbuf, int *err);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Dattr-gnu-4-13.d5 #error: .* uses double-precision hard float, .* uses single-precision hard float
H A Dattr-gnu-4-31.d5 #error: .* uses double-precision hard float, .* uses single-precision hard float
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dhalf-prec-psyntax.d2 #name: Half-precision instructions (programmer's syntax)
H A Darmv8_3-a-fp-bad.l3 [^:]+:4: Error: VFP single precision register expected -- `vjcvt\.s32\.f64 r0,d1'
4 [^:]+:5: Error: VFP/Neon double precision register expected -- `vjcvt\.s32\.f64 s0,s1'
5 [^:]+:6: Error: VFP/Neon double precision register expected -- `vjcvt\.s32\.f32 s0,s1'
H A Dmve-vcvt-bad-3.d1 #name: bad MVE VCVT (between single and half precision floating-point) instructions
/netbsd-current/usr.bin/audio/common/
H A Dsun.c60 int precision; member in struct:__anon4
91 *precp = file2sw_encodings[i].precision;
99 audio_encoding_to_sun(int encoding, int precision, int *sunep) argument
105 file2sw_encodings[i].precision == precision) {
126 if (ti->precision == 16 || ti->precision == 32)
134 if (ti->precision == 16 || ti->precision == 32)
142 if (ti->precision
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmodule-mfp32.d7 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
15 FP ABI: Hard float \(double precision\)
H A Dmodule-msingle-float.d7 Tag_GNU_MIPS_ABI_FP: Hard float \(single precision\)
15 FP ABI: Hard float \(single precision\)
H A Dattr-gnu-4-1.d4 #name: MIPS gnu_attribute 4,1 (double precision)
8 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
16 FP ABI: Hard float \(double precision\)
H A Dattr-gnu-4-2.d5 #name: MIPS gnu_attribute 4,2 (single precision)
9 Tag_GNU_MIPS_ABI_FP: Hard float \(single precision\)
17 FP ABI: Hard float \(single precision\)
H A Dattr-none-double.d4 #name: MIPS infer fpabi (double-precision)
8 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
16 FP ABI: Hard float \(double precision\)
H A Dattr-none-single-float.d5 #name: MIPS infer fpabi (single-precision)
9 Tag_GNU_MIPS_ABI_FP: Hard float \(single precision\)
17 FP ABI: Hard float \(single precision\)
H A Dattr-gnu-abi-msa-1.d7 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Datof-ieee.c27 /* Don't count the gap in the m68k extended precision format. */
154 explicitly specifying the precision and number of exponent bits
163 int precision,
195 = generic_floating_point_number.low + precision - 1 + GUARD;
207 gen_to_words (words, precision, exponent_bits);
230 int precision;
237 precision = H_PRECISION;
245 precision = F_PRECISION;
253 precision = D_PRECISION;
261 precision
161 atof_ieee_detail(char * str, int precision, int exponent_bits, LITTLENUM_TYPE * words, FLONUM_TYPE * generic_float_info) argument
229 int precision; local
281 gen_to_words(LITTLENUM_TYPE *words, int precision, long exponent_bits) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Datof-ieee.c27 /* Don't count the gap in the m68k extended precision format. */
154 explicitly specifying the precision and number of exponent bits
163 int precision,
195 = generic_floating_point_number.low + precision - 1 + GUARD;
207 gen_to_words (words, precision, exponent_bits);
230 int precision;
237 precision = H_PRECISION;
245 precision = F_PRECISION;
253 precision = D_PRECISION;
261 precision
161 atof_ieee_detail(char * str, int precision, int exponent_bits, LITTLENUM_TYPE * words, FLONUM_TYPE * generic_float_info) argument
229 int precision; local
281 gen_to_words(LITTLENUM_TYPE *words, int precision, long exponent_bits) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Datof-ieee.c28 /* Don't count the gap in the m68k extended precision format. */
162 explicitly specifying the precision and number of exponent bits
171 int precision,
203 = generic_floating_point_number.low + precision - 1 + GUARD;
215 gen_to_words (words, precision, exponent_bits);
238 int precision;
245 precision = H_PRECISION;
251 precision = B_PRECISION;
259 precision = F_PRECISION;
267 precision
169 atof_ieee_detail(char * str, int precision, int exponent_bits, LITTLENUM_TYPE * words, FLONUM_TYPE * generic_float_info) argument
237 int precision; local
295 gen_to_words(LITTLENUM_TYPE *words, int precision, long exponent_bits) argument
[all...]
/netbsd-current/lib/libossaudio/
H A Doss_dsp.c97 perrors /= ((tmpinfo.play.precision / NBBY) *
104 rerrors /= ((tmpinfo.record.precision / NBBY) *
196 tmpinfo.play.precision =
197 tmpinfo.record.precision =
199 hwfmt.record.precision : hwfmt.play.precision ;
215 tmpinfo.record.precision);
218 tmpinfo.play.precision);
278 tmpenc.precision);
356 ((tmpinfo.record.precision / NBB
553 encoding_to_format(u_int encoding, u_int precision) argument
[all...]
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Discprint.c71 unsigned long precision; local
108 width = precision = 0;
155 precision = va_arg(ap, int);
159 precision = strtoul(format, &e, 10);
198 if (precision != 0)
269 if (precision > 2)
270 precision -= 2;
283 if (precision > 2)
284 precision -= 2;
289 if (precision !
[all...]
/netbsd-current/lib/libform/
H A Dtype_integer.c47 unsigned precision; member in struct:__anon4
64 new->precision = va_arg(*args, unsigned);
106 int precision; local
112 precision = ((integer_args *) (void *) field->args)->precision;
149 if (asprintf(&new_buf, "%.*ld", precision, number) < 0)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dattr-gnu-8-00.d8 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
H A Dattr-gnu-8-01.d8 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
H A Dattr-gnu-8-02.d8 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)
H A Dattr-gnu-8-10.d8 Tag_GNU_MIPS_ABI_FP: Hard float \(double precision\)

Completed in 278 milliseconds

1234567891011>>