/toolchain/binutils/binutils-2.27/gold/testsuite/ |
common_test_2.c | 27 void fn (void); 30 fn (void) function
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/ |
test-1.c | 2 int (*fn) (void) = library_func2; variable 3 int main (void) { fn (); return 0; }
|
/external/fdlibm/ |
e_scalb.c | 15 * __ieee754_scalb(x, fn) is provide for 24 double __ieee754_scalb(double x, int fn) 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...] |
w_scalb.c | 15 * wrapper ieee_scalb(double x, double fn) is provide for 26 double ieee_scalb(double x, int fn) /* wrapper scalb */ 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,33); /* scalb underflow * [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_scalb.c | 18 * __ieee754_scalb(x, fn) is provide for 28 __ieee754_scalb(double x, int fn) 31 __ieee754_scalb(double x, double fn) 35 return scalbn(x,fn); 37 if (isnan(x)||isnan(fn)) return x*fn; 38 if (!finite(fn)) { 39 if(fn>0.0) return x*fn; 40 else return x/(-fn); [all...] |
e_scalbf.c | 24 __ieee754_scalbf(float x, int fn) 27 __ieee754_scalbf(float x, float fn) 31 return scalbnf(x,fn); 33 if ((isnanf)(x)||(isnanf)(fn)) return x*fn; 34 if (!finitef(fn)) { 35 if(fn>(float)0.0) return x*fn; 36 else return x/(-fn); 38 if (rintf(fn)!=fn) return (fn-fn)/(fn-fn) [all...] |
/frameworks/opt/net/wifi/libwifi_hal/ |
wifi_hal_fallback.cpp | 19 wifi_error init_wifi_vendor_hal_func_table(wifi_hal_fn *fn) {
|
/external/clang/test/SemaCXX/ |
ms-exception-spec.cpp | 7 void fn() throw(S); // expected-warning {{incomplete type}} expected-note{{previous declaration}} 8 void fn() throw(); // expected-warning {{does not match previous declaration}}
|
/external/compiler-rt/test/sanitizer_common/TestCases/ |
fopen_nullptr.c | 4 const char *fn = NULL; variable 6 int main() { f = fopen(fn, "r"); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
ipa-reference.h | 27 bitmap ipa_reference_get_not_read_global (struct cgraph_node *fn); 28 bitmap ipa_reference_get_not_written_global (struct cgraph_node *fn);
|
internal-fn.h | 25 #include "internal-fn.def" 30 /* Return the name of internal function FN. The name is only meaningful 36 internal_fn_name (enum internal_fn fn) 38 return internal_fn_name_array[(int) fn]; 41 /* Return the ECF_* flags for function FN. */ 46 internal_fn_flags (enum internal_fn fn) 48 return internal_fn_flags_array[(int) fn];
|
/hardware/google/av/codec2/include/ |
_C2MacroUtils.h | 79 // macros that convert _1, _2, _3, ... to fn(_1, arg), fn(_2, arg), fn(_3, arg), ... 80 #define _C2_MAP_64(fn, arg, head, ...) fn(head, arg), _C2_MAP_63(fn, arg, ##__VA_ARGS__) 81 #define _C2_MAP_63(fn, arg, head, ...) fn(head, arg), _C2_MAP_62(fn, arg, ##__VA_ARGS__) 82 #define _C2_MAP_62(fn, arg, head, ...) fn(head, arg), _C2_MAP_61(fn, arg, ##__VA_ARGS__ [all...] |
/external/clang/test/SemaTemplate/ |
nested-incomplete-class.cpp | 7 bar fn() { function in struct:foo 19 void fn() { function 20 foo<int>().fn();
|
/external/valgrind/memcheck/tests/ |
wrap1.c | 20 OrigFn fn; local 21 VALGRIND_GET_ORIG_FN(fn); 23 CALL_FN_v_v(fn);
|
wrap7.c | 16 OrigFn fn; local 17 VALGRIND_GET_ORIG_FN(fn); 19 CALL_FN_v_v(fn);
|
/external/python/cpython2/RISCOS/ |
unixstuff.h | 7 int isatty(int fn); 11 int isdir(char *fn); 12 int isfile(char *fn); 13 int object_exists(char *fn);
|
/external/clang/test/CodeGen/ |
vlt_to_pointer.c | 15 int test(int n, int (*(*fn)(void))[n]) { 16 return (*fn())[0]; 24 int (*fn[m])(void); 25 return f(&m, &d) + test(m, &fn);
|
/external/compiler-rt/test/cfi/icall/ |
external-call.c | 17 double (*fn)(double); 19 fn = sin; 21 fn = cos; 23 fn(atof(argv[2]));
|
/external/ltp/include/ |
tst_clone.h | 28 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/ |
tc19_shadowmem.c | 284 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(info) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
pytree_idempotency.py | 28 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, debug=True) [all...] |
/external/python/cpython2/Lib/lib2to3/tests/ |
pytree_idempotency.py | 28 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, debug=True [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
pytree_idempotency.py | 28 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, debug=True [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
pytree_idempotency.py | 28 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, debug=True [all...] |
/external/tensorflow/tensorflow/python/estimator/ |
util.py | 28 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.args):] if a not in (fn.keywords or []) [all...] |