Home
last modified time | relevance | path

Searched refs:is_d (Results 1 – 25 of 39) sorted by relevance

12

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/mm/ptdump/
H A Dbats.c15 static void bat_show_603(struct seq_file *m, int idx, u32 lower, u32 upper, bool is_d) in bat_show_603() argument
45 seq_puts(m, is_d ? "r " : " x "); in bat_show_603()
47 seq_puts(m, is_d ? "rw " : " x "); in bat_show_603()
49 seq_puts(m, is_d ? " " : " "); in bat_show_603()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/mm/ptdump/
H A Dbats.c15 static void bat_show_603(struct seq_file *m, int idx, u32 lower, u32 upper, bool is_d) in bat_show_603() argument
45 seq_puts(m, is_d ? "r " : " x "); in bat_show_603()
47 seq_puts(m, is_d ? "rw " : " x "); in bat_show_603()
49 seq_puts(m, is_d ? " " : " "); in bat_show_603()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/mm/ptdump/
H A Dbats.c15 static void bat_show_603(struct seq_file *m, int idx, u32 lower, u32 upper, bool is_d) in bat_show_603() argument
45 seq_puts(m, is_d ? "r " : " x "); in bat_show_603()
47 seq_puts(m, is_d ? "rw " : " x "); in bat_show_603()
49 seq_puts(m, is_d ? " " : " "); in bat_show_603()
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/blas/
H A Dtraits.hpp23 template<class T> struct is_d : decltype(is_d_aux(std::declval<T>())){using archetype = double;}; argument
31 …e_if_t<sizeof(Z)==sizeof(std::complex<double>) and is_d<decltype(std::declval<Z>().real())>{} and
H A Dcore.hpp278 template<class DX, class DY, enable_if_t<is_d<DX>{} and is_d<DY>{} and is_assignable<DY&, DX&>{},in…
374 …ss R = typename std::pointer_traits<RP>::element_type, enable_if_t<is_d<X>{} and is_d<R>{} and std…
377 …typename std::pointer_traits<RP>::element_type, enable_if_t<is_z<X>{} and is_d<R>{} and std::is_as…
410 template<class A, class M, class X, class B, class Y, enable_if_t<is_d<M>{} and is_d<X>{} and is_d<…
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/cuda/cublas/
H A Dcontext.hpp78 using blas::is_d;
105 std::enable_if_t<is_d<X>{} and is_d<Y>{}, int> = 0
129is_d<AA>{} and is_d<BB>{} and is_d<CC>{} and is_assignable<CC&, decltype(ALPHA{}*AA{}*BB{})>{} and
/dports/audio/libsoxr/soxr-0.1.3-Source/src/
H A Dvr32.c202 bool is_d; /* true: downsampling at x2 rate; false: upsampling at 1x rate. */ member
328 p->current.is_d = p->current.stage_num >= 0; in enter_new_stage()
329 if (p->current.is_d) in enter_new_stage()
466 if (p->current.is_d) { in vr_process()
502 shift += p->fadeout.is_d - p->current.is_d; in vr_process()
506 …, x2 from %i to %i", p->fadeout.stage_num, p->current.stage_num, p->fadeout.is_d, p->current.is_d); in vr_process()
519 if (p->current.is_d && p->fadeout.is_d) { in vr_process()
522 } else if (p->current.is_d) { in vr_process()
526 assert(p->fadeout.is_d); in vr_process()
541 else if (p->current.is_d) { in vr_process()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsoxr/src/
H A Dvr32.c202 bool is_d; /* true: downsampling at x2 rate; false: upsampling at 1x rate. */ member
328 p->current.is_d = p->current.stage_num >= 0; in enter_new_stage()
329 if (p->current.is_d) in enter_new_stage()
466 if (p->current.is_d) { in vr_process()
502 shift += p->fadeout.is_d - p->current.is_d; in vr_process()
506 …, x2 from %i to %i", p->fadeout.stage_num, p->current.stage_num, p->fadeout.is_d, p->current.is_d); in vr_process()
519 if (p->current.is_d && p->fadeout.is_d) { in vr_process()
522 } else if (p->current.is_d) { in vr_process()
526 assert(p->fadeout.is_d); in vr_process()
541 else if (p->current.is_d) { in vr_process()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/modules/wr_endpoint/
H A Dep_sync_detect.vhd84 signal is_d : std_logic; signal
94 is_d <= (not k_i);
142 if(is_d = '1') then -- got data
161 if(is_d = '1') then
180 if(is_d = '1') then
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/blas/test/
H A Dtraits.cpp19 static_assert( blas::is_d<double>{} ); in BOOST_AUTO_TEST_CASE()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/fs/
H A DProtectFlags.py98 def is_d(self): member in ProtectFlags
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/2d/
H A Dlevel_2d.c287 int (*is_d)(const EL *), int draw_bound)
413 is_domain = is_d;
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/3d/
H A Dlevel_3d.c488 int (*is_d)(const EL *), const char *filename)
499 is_domain = is_d;
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Ducase.cpp541 #define is_d(c) ((c)=='d' || (c)=='D') macro
638 if(is_d(c)) { in ucase_getCaseLocale()
702 if(is_d(c)) { in ucase_getCaseLocale()
/dports/devel/icu/icu/source/common/
H A Ducase.cpp703 #define is_d(c) ((c)=='d' || (c)=='D') macro
801 if(is_d(c)) { in ucase_getCaseLocale()
877 if(is_d(c)) { in ucase_getCaseLocale()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Ducase.cpp703 #define is_d(c) ((c)=='d' || (c)=='D') macro
801 if(is_d(c)) { in ucase_getCaseLocale()
877 if(is_d(c)) { in ucase_getCaseLocale()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Ducase.cpp703 #define is_d(c) ((c)=='d' || (c)=='D') macro
801 if(is_d(c)) { in ucase_getCaseLocale()
877 if(is_d(c)) { in ucase_getCaseLocale()
/dports/devel/icu-lx/icu/source/common/
H A Ducase.cpp703 #define is_d(c) ((c)=='d' || (c)=='D') macro
801 if(is_d(c)) { in ucase_getCaseLocale()
877 if(is_d(c)) { in ucase_getCaseLocale()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Ducase.cpp703 #define is_d(c) ((c)=='d' || (c)=='D') macro
800 if(is_d(c)) { in ucase_getCaseLocale()
864 if(is_d(c)) { in ucase_getCaseLocale()
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Ducase.cpp703 #define is_d(c) ((c)=='d' || (c)=='D') macro
801 if(is_d(c)) { in ucase_getCaseLocale()
877 if(is_d(c)) { in ucase_getCaseLocale()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Ducase.cpp703 #define is_d(c) ((c)=='d' || (c)=='D') macro
800 if(is_d(c)) { in ucase_getCaseLocale()
864 if(is_d(c)) { in ucase_getCaseLocale()
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Ducase.cpp703 #define is_d(c) ((c)=='d' || (c)=='D') macro
801 if(is_d(c)) { in ucase_getCaseLocale()
877 if(is_d(c)) { in ucase_getCaseLocale()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Ducase.cpp703 #define is_d(c) ((c)=='d' || (c)=='D') macro
801 if(is_d(c)) { in ucase_getCaseLocale()
877 if(is_d(c)) { in ucase_getCaseLocale()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Ducase.cpp703 #define is_d(c) ((c)=='d' || (c)=='D') macro
801 if(is_d(c)) { in ucase_getCaseLocale()
877 if(is_d(c)) { in ucase_getCaseLocale()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Ducase.cpp702 #define is_d(c) ((c)=='d' || (c)=='D') macro
799 if(is_d(c)) { in ucase_getCaseLocale()
863 if(is_d(c)) { in ucase_getCaseLocale()

12