Searched refs:f1 (Results 401 - 425 of 966) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
H A Dtry_lock_until.pass.cpp32 void f1() function
57 std::thread t(f1);
/external/libcxx/test/std/utilities/meta/meta.help/
H A Dintegral_constant.pass.cpp44 std::false_type f1; local
45 std::false_type f2 = f1;
/external/libcxxabi/test/
H A Dcatch_class_02.pass.cpp39 void f1() function
55 f1();
H A Dunwind_01.pass.cpp68 void f1() function
80 f1();
H A Dunwind_02.pass.cpp69 void f1() throw (long, char, int, double) function
81 f1();
H A Dunwind_03.pass.cpp71 void f1() throw (long, char, double) function
89 f1();
H A Dunwind_04.pass.cpp71 void f1() throw (long, char, double) function
89 f1();
H A Dunwind_05.pass.cpp71 void f1() throw (long, char, double, std::bad_exception) function
89 f1();
/external/protobuf/jenkins/
H A Dbuild_and_run_docker.sh19 DOCKER_IMAGE_NAME=$(basename $DOCKERFILE_DIR)_$(sha1sum $DOCKERFILE_DIR/Dockerfile | cut -f1 -d\ )
/external/python/cpython2/Demo/threads/
H A Dfcmp.py31 co1 = Coroutine(); f1 = co1.create(fringe, co1, l1)
35 v1 = co1.tran(f1)
/external/selinux/scripts/
H A DLindent4 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1`
/external/syslinux/devel/
H A DNindent4 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1`
/external/clang/test/CodeGen/
H A Dfp16-ops.c17 volatile float f0, f1, f2; variable
324 test = (h1 == f1);
329 test = (f1 == h1);
353 test = (h1 != f1);
358 test = (f1 != h1);
H A Dstdcall-fastcall.c3 void __attribute__((fastcall)) f1(void);
8 f1();
9 // CHECK: call x86_fastcallcc void @f1()
23 void (__attribute__((fastcall)) *pf1)(void) = f1;
/external/libcxx/test/std/thread/futures/futures.async/
H A Dasync.pass.cpp45 int& f1() function
125 test<int&>(checkIntRef, DPID, f1);
126 test<int&>(checkIntRef, false, std::launch::async, f1);
127 test<int&>(checkIntRef, true, std::launch::deferred, f1);
128 test<int&>(checkIntRef, DPID, AnyPolicy, f1);
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp82 void f1() function
224 std::thread t0(f1);
225 std::thread t1(f1);
251 std::once_flag f1, f2; local
253 std::call_once(f1, rq);
/external/linux-kselftest/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_signal_restart.c37 futex_t f1 = FUTEX_INITIALIZER; variable
104 old_val = f1;
105 res = futex_wait_requeue_pi(&f1, old_val, &(f2), NULL,
175 * waiter to block on f1 again.
182 old_val = f1;
183 res = futex_cmp_requeue_pi(&f1, old_val, &(f2), 1, 0,
188 * signal may have hit before the the waiter was blocked on f1.
H A Dfutex_requeue_pi.c42 futex_t f1 = FUTEX_INITIALIZER; variable
122 old_val = f1;
125 &f1, f1, &f2);
126 args->ret = futex_wait_requeue_pi(&f1, old_val, &f2, args->timeout,
167 old_val = f1;
168 args->ret = futex_cmp_requeue_pi(&f1, old_val, &f2, nr_wake, nr_requeue,
219 old_val = f1;
220 args->ret = futex_cmp_requeue_pi(&f1, old_val, &f2,
/external/ltp/testcases/kernel/io/direct_io/
H A Ddiotest_routines.c111 int filecmp(char *f1, char *f2) argument
119 if ((fd1 = open(f1, O_RDONLY)) == -1) {
121 f1, strerror(errno));
137 ret1, f1, ret2, f2);
146 f1, i, buf1[i],
/external/opencv/cv/src/
H A Dcvfundam.cpp686 double* f1, *f2; local
721 f1 = v + 7*9;
724 // f1, f2 is a basis => lambda*f1 + mu*f2 is an arbitrary f. matrix.
726 // so f ~ lambda*f1 + (1 - lambda)*f2.
727 // use the additional constraint det(f) = det(lambda*f1 + (1-lambda)*f2) to find lambda.
731 f1[i] -= f2[i];
739 c[2] = f1[0]*t0 - f1[1]*t1 + f1[
[all...]
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_mips.c345 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13; local
353 "lwc1 %[f1], 0(%[bRe]) \n\t"
359 "mul.s %[f8], %[f0], %[f1] \n\t"
366 "mul.s %[f1], %[f3], %[f1] \n\t"
374 "add.s %[f1], %[f0], %[f1] \n\t"
385 "madd.s %[f1], %[f0], %[f3], %[f1] \n\t"
395 "add.s %[f3], %[f3], %[f1] \
465 float f0, f1, f2, f3, f4, f5, f6 ,f7, f8, f9, f10, f11, f12; local
727 float f0, f1, f2; local
[all...]
/external/mesa3d/src/mesa/sparc/
H A Dxform.S82 fmuls %f0, M0, %f1 ! FGM Group 1-cycle stall on %f0
86 fmuls %f8, M0, %f9 ! FGM Group f1 available
87 fadds %f1, M12, %f1 ! FGA
88 st %f1, [%g2 + 0x00] ! LSU
115 fmuls %f0, M0, %f1 ! FGM Group 1-cycle stall on %f0
119 fadds %f1, M12, %f1 ! FGA Group
120 st %f1, [%g2 + 0x00] ! LSU
151 ld [%g1 + 0x00], %f1 ! LS
[all...]
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp2-0x.cpp56 void f1(T t) { function in struct:N0::X0
92 void f1(void *);
134 template<> void N0::X0<void*>::f1(void *) { } function in class:N0::X0
137 xvp.f1(vp);
141 template<> void X0<volatile void>::f1(void *) { } // expected-error{{no function template matches}} function in class:N0::X0
143 template<> void X0<const volatile void*>::f1(const volatile void*);
147 x0.f1(cvp); // okay: we've explicitly specialized
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-template.cpp6 template<typename U> U& f1(T*, U); // expected-error{{pointer to a reference}} \
17 double *&dpr = xi.f1(ip, dp);
18 xi.f1(dp, dp); // expected-error{{no matching}}
21 double *&dpr2 = xv.f1(ip, dp);
52 V f1(T t, U u, V) { function in struct:X1::Inner3
94 id3.f1(ip, i, ip);
95 id3.f1(ip, i, dp); // expected-note{{instantiation}}
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
H A Daix_closure.S60 .set f1,1
133 stfd f1, 128+(0*8)(r1)
196 lfs f1, 112+0(r1)
202 lfd f1, 112+0(r1)
208 lfd f1, 112+0(r1)
306 stfd f1, 72+(0*8)(r1)
369 lfs f1, 56+0(r1)
375 lfd f1, 56+0(r1)
381 lfd f1, 56+0(r1)

Completed in 3889 milliseconds

<<11121314151617181920>>