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

1 2

  /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));
  /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...]
  /bionic/libc/include/
stdlib.h 52 int atexit(void (*__fn)(void));
54 int at_quick_exit(void (*__fn)(void)) __INTRODUCED_IN(21);
sched.h 56 int clone(int (*__fn)(void*), void* __child_stack, int __flags, void* __arg, ...)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 439 * @brief Add the callback __fn with parameter __index.
440 * @param __fn The function to add.
449 register_callback(event_callback __fn, int __index);
468 _Callback_list(ios_base::event_callback __fn, int __index,
470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 439 * @brief Add the callback __fn with parameter __index.
440 * @param __fn The function to add.
449 register_callback(event_callback __fn, int __index);
468 _Callback_list(ios_base::event_callback __fn, int __index,
470 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 83 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h 83 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 98 register_callback(event_callback __fn, int __index);

Completed in 495 milliseconds

1 2