Searched refs:fn (Results 1 - 25 of 659) 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/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/bench/
H A Dmem-memcpy-arch.h4 #define MEMCPY_FN(fn, name, desc) \
5 extern void *fn(void *, const void *, size_t);
/external/kernel-headers/original/linux/
H A Dinit.h88 #define __define_initcall(level,fn) \
89 static initcall_t __initcall_##fn __attribute_used__ \
90 __attribute__((__section__(".initcall" level ".init"))) = fn
92 #define core_initcall(fn) __define_initcall("1",fn)
93 #define postcore_initcall(fn) __define_initcall("2",fn)
94 #define arch_initcall(fn) __define_initcall("3",fn)
95 #define subsys_initcall(fn) __define_initcal
[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/tools/json_schema_compiler/
H A Dmemoize.py5 def memoize(fn):
6 '''Decorates |fn| to memoize.
11 memory[args] = fn(*args)
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-267.js31 function taint(fn){var v = fn(); eval("taint"); return v; }
/external/v8/test/mjsunit/regress/
H A Dregress-267.js31 function taint(fn){var v = fn(); eval("taint"); return v; }
/external/clang/test/CodeGenCXX/
H A Dnew-array-init.cpp4 void fn(int n) { function
H A Ddestructor-debug-info.cpp12 void fn(B b);
18 fn (b1);
/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/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/SemaCXX/
H A Dfntype-decl.cpp4 typedef void fn(int); typedef
5 fn f; // expected-note {{previous declaration is here}}
/external/chromium-trace/trace-viewer/src/base/unittest/
H A Dassertions_test.js11 global.rawAssertThrows = function(fn) {
13 fn();
17 throw new Error('Expected <' + fn + '> to throw');
20 global.rawAssertNotThrows = function(fn) {
22 fn();
24 throw new Error('Expected <' + fn + '> to not throw');

Completed in 601 milliseconds

1234567891011>>