Searched refs:fn (Results 1 - 25 of 687) sorted by relevance

1234567891011>>

/external/fdlibm/
H A De_scalb.c15 * __ieee754_scalb(x, fn) is provide for
24 double __ieee754_scalb(double x, int fn) argument
26 double __ieee754_scalb(x,fn)
27 double x; int fn;
31 double __ieee754_scalb(double x, double fn)
33 double __ieee754_scalb(x,fn)
34 double x, fn;
39 return ieee_scalbn(x,fn);
41 if (ieee_isnan(x)||ieee_isnan(fn)) return x*fn;
[all...]
H A Dw_scalb.c15 * wrapper ieee_scalb(double x, double fn) is provide for
26 double ieee_scalb(double x, int fn) /* wrapper scalb */ argument
28 double ieee_scalb(double x, double fn) /* wrapper scalb */
31 double ieee_scalb(x,fn) /* wrapper scalb */
33 double x; int fn;
35 double x,fn;
40 return __ieee754_scalb(x,fn);
43 z = __ieee754_scalb(x,fn);
46 return __kernel_standard(x,(double)fn,32); /* scalb overflow */
49 return __kernel_standard(x,(double)fn,3
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dfunction-named-self-reference.js30 var fn = function fn(val) { function
33 %OptimizeFunctionOnNextCall(fn);
36 var res = fn((val + 1) << 1);
44 var res = fn();
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtestutil.h39 extern "C" void RunThread(void (*fn)());
44 extern "C" void RunManyThreads(void (*fn)(), int count);
49 // it's because the one client of this fn wanted to specify stacksize. :-) )
53 extern "C" void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtestutil.h39 extern "C" void RunThread(void (*fn)());
44 extern "C" void RunManyThreads(void (*fn)(), int count);
49 // it's because the one client of this fn wanted to specify stacksize. :-) )
53 extern "C" void RunManyThreadsWithId(void (*fn)(int), int count, int stacksize);
/external/compiler-rt/lib/msan/tests/
H A Dmsandr_test_so.h19 int dso_callfn(int (*fn)(void));
20 int dso_callfn1(int (*fn)(long long, long long, long long)); //NOLINT
21 int dso_stack_store(void (*fn)(int*, int*), int x);
H A Dmsandr_test_so.cc22 int dso_callfn(int (*fn)(void)) { argument
23 volatile int x = fn();
27 int dso_callfn1(int (*fn)(long long, long long, long long)) { //NOLINT
28 volatile int x = fn(1, 2, 3);
32 int dso_stack_store(void (*fn)(int*, int*), int x) { argument
34 fn(&x, &y);
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dhtmlrunner.js2 var test = top.test || function(name, fn){ fn(); };
4 var prep = top.prep || function(fn){ fn(); };
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dmem-memcpy-arch.h4 #define MEMCPY_FN(fn, name, desc) \
5 extern void *fn(void *, const void *, size_t);
H A Dmem-memset-arch.h4 #define MEMSET_FN(fn, name, desc) \
5 extern void *fn(void *, int, size_t);
/external/chromium_org/v8/test/webkit/
H A DtoString-prefix-postfix-preserve-parens.js108 function testToString(fn) {
111 shouldBe("unevalf(eval(unevalf("+fn+")))", "unevalf(" + fn + ")");
116 shouldBeTrue("/.*\\(+x\\)*, y\\)/.test(unevalf("+fn+"))");
120 function testToStringAndRTFailure(fn)
122 testToString(fn);
125 shouldThrow(""+fn+ "(1, 2, 3);");
128 shouldThrow("eval(unevalf("+fn+ "))(1, 2, 3);");
131 function testToStringAndReturn(fn, p1, p2, retval)
134 testToString(fn);
[all...]
/external/clang/test/SemaTemplate/
H A Dnested-incomplete-class.cpp7 bar fn() { function in struct:foo
19 void fn() { function
20 foo<int>().fn();
/external/valgrind/main/memcheck/tests/
H A Dwrap1.c20 OrigFn fn; local
21 VALGRIND_GET_ORIG_FN(fn);
23 CALL_FN_v_v(fn);
H A Dwrap7.c16 OrigFn fn; local
17 VALGRIND_GET_ORIG_FN(fn);
19 CALL_FN_v_v(fn);
H A Dbadjump2.c39 unsigned long int fn[3]; local
40 fn[0] = 0;
41 fn[1] = 0;
42 fn[2] = 0;
44 void (*fn)(void) = 0;
46 ((void(*)(void)) fn) ();
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dwindowsxx.h42 #define HANDLE_WM_NOTIFY(hwnd, wParam, lParam, fn) \
43 (fn)((hwnd), (int)(wParam), (LPNMHDR)lParam)
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-267.js31 function taint(fn){var v = fn(); eval("taint"); return v; }
/external/valgrind/main/helgrind/tests/
H A Dtc19_shadowmem.c284 void*(*fn)(void*) = info->child;
288 if (wot == 0) return fn(info);
290 if (wot == 1) return fn(info);
292 if (wot == 2) return fn(info);
294 if (wot == 3) return fn(info);
296 if (wot == 4) return fn(info);
298 if (wot == 5) return fn(info);
300 if (wot == 6) return fn(info);
302 if (wot == 7) return fn(info);
304 if (wot == 8) return fn(inf
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkLazyFnPtr.h45 F fn = (F)SK_ANNOTATE_UNPROTECTED_READ(fPtr); local
46 if (fn != NULL) {
47 return fn;
51 fn = Choose();
54 F prev = (F)sk_atomic_cas(&fPtr, NULL, (void*)fn);
57 // If prev == NULL, we did write fn to fPtr.
58 return prev != NULL ? prev : fn;
/external/chromium_org/v8/test/promises-aplus/lib/
H A Dglobal.js36 function PostMicrotask(fn) {
39 fn();
45 setInterval = function(fn, delay) {
53 fn();
68 setTimeout = function(fn, delay) {
70 fn();
/external/skia/src/core/
H A DSkLazyFnPtr.h45 F fn = (F)SK_ANNOTATE_UNPROTECTED_READ(fPtr); local
46 if (fn != NULL) {
47 return fn;
51 fn = Choose();
54 F prev = (F)sk_atomic_cas(&fPtr, NULL, (void*)fn);
57 // If prev == NULL, we did write fn to fPtr.
58 return prev != NULL ? prev : fn;
/external/valgrind/main/drd/
H A Ddrd_qtcore_intercepts.c91 OrigFn fn; local
92 VALGRIND_GET_ORIG_FN(fn);
95 CALL_FN_W_WW(ret, fn, mutex, mode);
106 OrigFn fn; local
107 VALGRIND_GET_ORIG_FN(fn);
110 CALL_FN_W_WW(ret, fn, mutex, mode);
120 OrigFn fn; local
121 VALGRIND_GET_ORIG_FN(fn);
124 CALL_FN_W_W(ret, fn, mutex);
134 OrigFn fn; local
148 OrigFn fn; local
162 OrigFn fn; local
178 OrigFn fn; local
193 OrigFn fn; local
[all...]
/external/clang/test/CodeGenCXX/
H A Ddestructor-debug-info.cpp12 void fn(B b);
18 fn (b1);
H A Dnew-array-init.cpp4 void fn(int n) { function
/external/clang/test/SemaCXX/
H A Dfntype-decl.cpp4 typedef void fn(int); typedef
5 fn f; // expected-note {{previous declaration is here}}

Completed in 577 milliseconds

1234567891011>>