Searched refs:synth_info (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1711 struct pow_synth_sqrt_info synth_info; local
1712 synth_info.factors = XALLOCAVEC (bool, max_depth + 1);
1713 synth_info.deepest = 0;
1714 synth_info.num_mults = 0;
1736 if (!representable_as_half_series_p (frac_part, max_depth, &synth_info))
1749 && alt_synth_info.deepest <= synth_info.deepest
1750 && alt_synth_info.num_mults < synth_info.num_mults)
1754 synth_info.deepest = alt_synth_info.deepest;
1755 synth_info.num_mults = alt_synth_info.num_mults;
1756 memcpy (synth_info
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc1845 struct pow_synth_sqrt_info synth_info; local
1846 synth_info.factors = XALLOCAVEC (bool, max_depth + 1);
1847 synth_info.deepest = 0;
1848 synth_info.num_mults = 0;
1870 if (!representable_as_half_series_p (frac_part, max_depth, &synth_info))
1883 && alt_synth_info.deepest <= synth_info.deepest
1884 && alt_synth_info.num_mults < synth_info.num_mults)
1888 synth_info.deepest = alt_synth_info.deepest;
1889 synth_info.num_mults = alt_synth_info.num_mults;
1890 memcpy (synth_info
[all...]
/netbsd-current/sys/sys/
H A Dmidiio.h67 #define SEQUENCER_INFO _IOWR('Q', 2, struct synth_info)
82 * device, though the struct synth_info it uses has some members that only
95 /*#define SEQUENCER_ID _IOWR('Q',20, struct synth_info)*/
117 struct synth_info { struct
/netbsd-current/usr.bin/midiplay/
H A Dmidiplay.c408 struct synth_info info;
734 struct synth_info info;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cc186 unsigned struct_synth_info_sz = sizeof(struct synth_info);
H A Dsanitizer_platform_limits_posix.cc437 unsigned struct_synth_info_sz = sizeof(struct synth_info);
H A Dsanitizer_platform_limits_netbsd.cc819 unsigned struct_synth_info_sz = sizeof(synth_info);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp203 unsigned struct_synth_info_sz = sizeof(struct synth_info);
H A Dsanitizer_platform_limits_posix.cpp463 unsigned struct_synth_info_sz = sizeof(struct synth_info);
H A Dsanitizer_platform_limits_netbsd.cpp981 unsigned struct_synth_info_sz = sizeof(synth_info);
/netbsd-current/sys/dev/
H A Dsequencer.c730 struct synth_info *si;
774 si = (struct synth_info*)addr;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc477 unsigned struct_synth_info_sz = sizeof(struct synth_info);
H A Dsanitizer_platform_limits_netbsd.cc980 unsigned struct_synth_info_sz = sizeof(synth_info);
/netbsd-current/sys/compat/ossaudio/
H A Dossaudio.c1318 struct synth_info si;

Completed in 499 milliseconds