Home
last modified time | relevance | path

Searched refs:__from (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Headers/
D__clang_cuda_cmath.h123 __DEVICE__ float nexttoward(float __from, float __to) { in nexttoward() argument
124 return __builtin_nexttowardf(__from, __to); in nexttoward()
126 __DEVICE__ double nexttoward(double __from, double __to) { in nexttoward() argument
127 return __builtin_nexttoward(__from, __to); in nexttoward()
/external/libdrm/
Dutil_double_list.h94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
/external/virglrenderer/src/gallium/auxiliary/util/
Du_double_list.h99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
/external/u-boot/arch/mips/include/asm/
Dstring.h31 extern void *memcpy(void *__to, __const__ void *__from, __kernel_size_t __n);
/external/libcxx/include/
Dfilesystem1387 void __copy(const path& __from, const path& __to, copy_options __opt,
1390 bool __copy_file(const path& __from, const path& __to, copy_options __opt,
1488 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from,
1490 __copy(__from, __to, copy_options::none);
1493 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to,
1495 __copy(__from, __to, copy_options::none, &__ec);
1498 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to,
1500 __copy(__from, __to, __opt);
1503 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to,
1506 __copy(__from, __to, __opt, &__ec);
[all …]
/external/u-boot/arch/sh/include/asm/
Dstring.h91 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
/external/mesa3d/src/util/
Dlist.h159 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument