HomeSort by relevance Sort by last modified time
    Searched full:__fn (Results 1 - 25 of 72) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips16-pic-4a.s 11 .ent __fn
12 __fn: label
17 .end __fn
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
future 171 async(launch __policy, _Fn&& __fn, _Args&&... __args);
175 async(_Fn&& __fn, _Args&&... __args);
500 _S_make_deferred_state(_BoundFn&& __fn);
504 _S_make_async_state(_BoundFn&& __fn);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
future 171 async(launch __policy, _Fn&& __fn, _Args&&... __args);
175 async(_Fn&& __fn, _Args&&... __args);
500 _S_make_deferred_state(_BoundFn&& __fn);
504 _S_make_async_state(_BoundFn&& __fn);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 173 // Defines an overload of __fn that accepts one integral argument, calls
174 // __fn((double)x), and returns __retty.
175 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
180 __fn(__T __x) { \
181 return ::__fn((double)__x); \
184 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
185 // __fn((double)x, (double)y), and returns a double.
189 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
195 __fn(__T1 __x, __T2 __y) { \
196 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 173 // Defines an overload of __fn that accepts one integral argument, calls
174 // __fn((double)x), and returns __retty.
175 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
180 __fn(__T __x) { \
181 return ::__fn((double)__x); \
184 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
185 // __fn((double)x, (double)y), and returns a double.
189 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
195 __fn(__T1 __x, __T2 __y) { \
196 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 182 // Defines an overload of __fn that accepts one integral argument, calls
183 // __fn((double)x), and returns __retty.
184 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(__retty, __fn) \
189 __fn(__T __x) { \
190 return ::__fn((double)__x); \
193 // Defines an overload of __fn that accepts one two arithmetic arguments, calls
194 // __fn((double)x, (double)y), and returns a double.
198 #define __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(__retty, __fn) \
204 __fn(__T1 __x, __T2 __y) { \
205 return __fn((double)__x, (double)__y);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
binders.h 131 bind1st(const _Operation& __fn, const _Tp& __x)
134 return binder1st<_Operation>(__fn, _Arg1_type(__x));
166 bind2nd(const _Operation& __fn, const _Tp& __x)
169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
binders.h 131 bind1st(const _Operation& __fn, const _Tp& __x)
134 return binder1st<_Operation>(__fn, _Arg1_type(__x));
166 bind2nd(const _Operation& __fn, const _Tp& __x)
169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /external/python/cpython2/Misc/
gdbinit 79 set $__fn = (char *)((PyStringObject *)co->co_filename)->ob_sval
81 printf "%s (", $__fn
86 # printf "%c%c%s:", 032, 032, $__fn
  /external/python/cpython3/Misc/
gdbinit 79 set $__fn = _PyUnicode_AsString(co->co_filename)
81 printf "%s (", $__fn
86 # printf "%c%c%s:", 032, 032, $__fn
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 98 register_callback(event_callback __fn, int __index);
  /bionic/libc/include/
stdlib.h 52 int atexit(void (*__fn)(void));
54 int at_quick_exit(void (*__fn)(void)) __INTRODUCED_IN(21);

Completed in 1850 milliseconds

1 2 3