Searched refs:fn (Results 1 - 25 of 1228) 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/clang/test/SemaCXX/
H A Dms-exception-spec.cpp7 void fn() throw(S); // expected-warning {{incomplete type}} expected-note{{previous declaration}}
8 void fn() throw(); // expected-warning {{does not match previous declaration}}
H A Dfntype-decl.cpp4 typedef void fn(int); typedef
5 fn f; // expected-note {{previous declaration is here}}
/external/compiler-rt/test/sanitizer_common/TestCases/
H A Dfopen_nullptr.c4 const char *fn = NULL; variable
6 int main() { f = fopen(fn, "r"); }
/external/tensorflow/tensorflow/python/estimator/
H A Dutil.py28 def _is_bounded_method(fn):
29 _, fn = tf_decorator.unwrap(fn)
30 return tf_inspect.ismethod(fn) and (fn.__self__ is not None)
37 def fn_args(fn):
41 fn: Function, or function-like object (e.g., result of `functools.partial`).
49 if isinstance(fn, functools.partial):
50 args = fn_args(fn.func)
51 args = [a for a in args[len(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/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);
/external/python/cpython2/RISCOS/
H A Dunixstuff.h7 int isatty(int fn);
11 int isdir(char *fn);
12 int isfile(char *fn);
13 int object_exists(char *fn);
/external/clang/test/CodeGen/
H A Dvlt_to_pointer.c15 int test(int n, int (*(*fn)(void))[n]) { argument
16 return (*fn())[0];
24 int (*fn[m])(void);
25 return f(&m, &d) + test(m, &fn);
/external/compiler-rt/test/cfi/icall/
H A Dexternal-call.c17 double (*fn)(double);
19 fn = sin;
21 fn = cos;
23 fn(atof(argv[2]));
/external/ltp/include/
H A Dtst_clone.h28 int ltp_clone(unsigned long flags, int (*fn)(void *arg), void *arg,
30 int ltp_clone7(unsigned long flags, int (*fn)(void *arg), void *arg,
32 int ltp_clone_malloc(unsigned long clone_flags, int (*fn)(void *arg),
34 int ltp_clone_quick(unsigned long clone_flags, int (*fn)(void *arg),
/external/valgrind/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/python/cpython2/Lib/lib2to3/tests/
H A Dpytree_idempotency.py28 fn = "example.py"
29 tree = dr.parse_file(fn, debug=True)
30 if not diff(fn, tree):
42 fn = mod.__file__
43 if fn.endswith(".pyc"):
44 fn = fn[:-1]
45 if not fn.endswith(".py"):
47 print >>sys.stderr, "Parsing", fn
48 tree = dr.parse_file(fn, debu
[all...]
/external/python/cpython3/Lib/lib2to3/tests/
H A Dpytree_idempotency.py30 fn = "example.py"
31 tree = dr.parse_file(fn, debug=True)
32 if not diff(fn, tree):
44 fn = mod.__file__
45 if fn.endswith(".pyc"):
46 fn = fn[:-1]
47 if not fn.endswith(".py"):
49 print("Parsing", fn, file=sys.stderr)
50 tree = dr.parse_file(fn, debu
[all...]
/external/python/cpython2/Demo/pdist/
H A Drrcs.py41 for fn in files:
43 func(x, copts, fn)
45 print "%s: %s" % (fn, msg)
47 def checkin(x, copts, fn):
48 f = open(fn)
51 new = not x.isvalid(fn)
52 if not new and same(x, copts, fn, data):
53 print "%s: unchanged since last checkin" % fn
55 print "Checking in", fn, "..."
57 messages = x.put(fn, dat
[all...]
/external/valgrind/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/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
H A DJcDnld.cpp37 static const char fn[] = "JCDNLD_Init"; local
40 ALOGD("%s: enter", fn);
56 ALOGE("%s: failed", fn);
66 ALOGE("%s:Open DWP communication is failed", fn);
71 ALOGE("%s:Open DWP communication is success", fn);
77 ALOGE("%s: NULL DWP channel", fn);
95 static const char fn[] = "JCDNLD_StartDownload"; local
100 ALOGE("%s: Exit; status=0x0%X", fn, status);
115 static const char fn[] = "JCDNLD_DeInit"; local
117 ALOGD("%s: enter", fn);
[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/python/cpython2/Lib/distutils/tests/
H A D__init__.py26 for fn in os.listdir(here):
27 if fn.startswith("test") and fn.endswith(".py"):
28 modname = "distutils.tests." + fn[:-3]
/external/python/cpython2/Lib/unittest/test/
H A D__init__.py11 for fn in os.listdir(here):
12 if fn.startswith("test") and fn.endswith(".py"):
13 modname = "unittest.test." + fn[:-3]
/external/python/cpython3/Lib/distutils/tests/
H A D__init__.py26 for fn in os.listdir(here):
27 if fn.startswith("test") and fn.endswith(".py"):
28 modname = "distutils.tests." + fn[:-3]
/external/python/cpython3/Lib/unittest/test/testmock/
H A D__init__.py11 for fn in os.listdir(here):
12 if fn.startswith("test") and fn.endswith(".py"):
13 modname = "unittest.test.testmock." + fn[:-3]

Completed in 695 milliseconds

1234567891011>>