Home
last modified time | relevance | path

Searched refs:can_do (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/util/
H A DOversampler.cpp232 size_t to_do = (samples > can_do) ? can_do : samples; in upsample()
266 size_t to_do = (samples > can_do) ? can_do : samples; in upsample()
300 size_t to_do = (samples > can_do) ? can_do : samples; in upsample()
334 size_t to_do = (samples > can_do) ? can_do : samples; in upsample()
368 size_t to_do = (samples > can_do) ? can_do : samples; in upsample()
406 size_t to_do = (samples > can_do) ? can_do : samples; in downsample()
432 size_t to_do = (samples > can_do) ? can_do : samples; in downsample()
458 size_t to_do = (samples > can_do) ? can_do : samples; in downsample()
484 size_t to_do = (samples > can_do) ? can_do : samples; in downsample()
511 size_t to_do = (samples > can_do) ? can_do : samples; in downsample()
[all …]
H A DMeterGraph.cpp102 if (can_do > ssize_t(n)) in process()
103 can_do = n; in process()
106 if (can_do > 0) in process()
116 nCount += can_do; in process()
117 n -= can_do; in process()
118 s += can_do; in process()
139 if (can_do > ssize_t(n)) in process()
140 can_do = n; in process()
143 if (can_do > 0) in process()
153 nCount += can_do; in process()
[all …]
H A DDepopper.cpp465 size_t can_do = nLookMax - nLookOff; in process() local
466 if (can_do <= 0) in process()
470 can_do = nLookMax - nLookOff; in process()
475 size_t to_do = (count > can_do) ? can_do : count; in process()
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/simplify/
H A Dtest_hyperexpand.py643 assert can_do(
707 assert can_do([], [b + 1])
718 assert can_do([1], [2, b])
743 assert can_do([1, b], [2])
748 assert can_do([a], [2*a])
756 assert can_do([-h, -h], [h])
760 assert can_do([-h, 1], [h])
850 assert can_do([3], [6])
854 assert can_do([-h], [n])
938 assert can_do(
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/simplify/tests/
H A Dtest_hyperexpand.py601 assert can_do(
665 assert can_do([], [b + 1])
676 assert can_do([1], [2, b])
701 assert can_do([1, b], [2])
705 assert can_do([a], [2*a])
713 assert can_do([-h, -h], [h])
717 assert can_do([-h, 1], [h])
811 assert can_do([3], [6])
815 assert can_do([-h], [n])
896 assert can_do(
[all …]
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Gl_Window.H53 static int can_do(int, const int *);
71 static int can_do(int m) {return can_do(m,0);} in can_do() function
72 static int can_do(const int *m) {return can_do(0, m);} in can_do() function
73 int can_do() {return can_do(mode_,alist);} in can_do() function
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Gl_Window.H80 static int can_do(int, const int *);
136 static int can_do(int m) {return can_do(m,0);} in can_do() function
138 static int can_do(const int *m) {return can_do(0, m);} in can_do() function
140 int can_do() {return can_do(mode_,alist);} in can_do() function
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Gl_Window.H80 static int can_do(int, const int *);
136 static int can_do(int m) {return can_do(m,0);} in can_do() function
138 static int can_do(const int *m) {return can_do(0, m);} in can_do() function
140 int can_do() {return can_do(mode_,alist);} in can_do() function
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_Gl_Window.H71 static int can_do(int, const int *);
128 static int can_do(int m) {return can_do(m,0);} in can_do() function
131 static int can_do(const int *m) {return can_do(0, m);} in can_do() function
133 int can_do() {return can_do(mode_,alist);} in can_do() function
/dports/devel/p5-TheSchwartz/TheSchwartz-1.12/t/
H A Dwork-before-funcids-exist.t20 $client->can_do("Worker::Dummy");
21 $client->can_do("Worker::Dummy2");
22 $client->can_do("Worker::Dummy3");
H A Dhigh-funcid-starvation.t35 $client->can_do("Worker::Job1");
36 $client->can_do("Worker::Job2");
H A Dpriority.t40 $client->can_do("Worker::PriorityTest");
63 $client2->can_do("Worker::PriorityTest");
98 $client2->can_do("Worker::PriorityTest");
/dports/devel/p5-Qudo/Qudo-0.0213/t/004worker/
H A Djob_status.t13 $manager->can_do('Worker::Test');
22 $manager->can_do('Worker::Test2');
35 $manager->can_do('Worker::Test3');
45 $manager->can_do('Worker::Test4');
/dports/devel/p5-Gearman-Server/Gearman-Server-1.11/lib/Gearman/Server/
H A DClient.pm58 $self->{can_do} = {};
333 my $timeout = $self->{can_do}->{$job_to_grab};
361 $self->{can_do}->{$$ar} = undef;
372 $self->{can_do}->{$task} = $timeout;
374 $self->{can_do}->{$task} = undef;
409 delete $self->{can_do}->{$$ar};
446 $self->{can_do} = {};
452 $self->{can_do_list} = [ keys %{$self->{can_do}} ];
/dports/www/p5-CGI-Kwiki/CGI-Kwiki-0.18/lib/CGI/Kwiki/
H A DPlugin.pm12 $self->can_do({map { ($_, 1) } $self->methods});
32 unless defined $plugin_obj->can_do->{$method};
/dports/math/fftw3/fftw-3.3.9/libbench2/
H A Dverify.c49 if (!can_do(p)) { in verify()
89 BENCH_ASSERT(can_do(p)); in accuracy()
/dports/math/fftw3-float/fftw-3.3.9/libbench2/
H A Dverify.c49 if (!can_do(p)) { in verify()
89 BENCH_ASSERT(can_do(p)); in accuracy()
/dports/math/fftw3-long/fftw-3.3.9/libbench2/
H A Dverify.c49 if (!can_do(p)) { in verify()
89 BENCH_ASSERT(can_do(p)); in accuracy()
/dports/math/fftw3-quad/fftw-3.3.9/libbench2/
H A Dverify.c49 if (!can_do(p)) { in verify()
89 BENCH_ASSERT(can_do(p)); in accuracy()
/dports/devel/p5-Qudo/Qudo-0.0213/t/010hook/
H A Dserialize_storable.t13 $manager->can_do('Worker::Test');
14 $manager->can_do('Worker::Test2');
H A Dserialize_json.t17 $manager->can_do('Worker::Test');
18 $manager->can_do('Worker::Test2');
H A Dserialize_MessagePack.t18 $manager->can_do('Worker::Test');
19 $manager->can_do('Worker::Test2');
/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/
H A DxtmSchedAct.c751 UINT32 can_do; in xtmSaMapEditMenuCB() local
820 &can_do ); in xtmSaMapEditMenuCB()
828 if( flagIsSet( can_do, XTM_DB_PROT_READ ) ) { in xtmSaMapEditMenuCB()
850 if( flagIsSet( can_do, XTM_DB_PROT_WRITE ) ) { in xtmSaMapEditMenuCB()
852 if( flagIsSet( can_do, XTM_DB_PROT_DELETE ) ) { in xtmSaMapEditMenuCB()
857 if( flagIsSet( can_do, XTM_DB_PROT_CHANGE ) ) { in xtmSaMapEditMenuCB()
887 UINT32 can_do; in xtmSaMapEntryPuMenuCB() local
957 &can_do ); in xtmSaMapEntryPuMenuCB()
965 if( flagIsSet( can_do, XTM_DB_PROT_READ ) ) { in xtmSaMapEntryPuMenuCB()
985 if( flagIsSet( can_do, XTM_DB_PROT_WRITE ) ) { in xtmSaMapEntryPuMenuCB()
[all …]
/dports/devel/p5-AnyEvent-Gearman/AnyEvent-Gearman-0.10/lib/AnyEvent/Gearman/Worker/
H A DConnection.pm42 $self->can_do($func_name);
55 sub can_do { subroutine
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Double_Window.cxx125 static char can_do = 0; in fl_can_do_alpha_blending() local
127 if (been_here) return can_do; in fl_can_do_alpha_blending()
155 if (alpha_ok) can_do = 1; in fl_can_do_alpha_blending()
156 return can_do; in fl_can_do_alpha_blending()

12345678