Searched refs:__from (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 123 __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/ |
D | util_double_list.h | 94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_double_list.h | 99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
|
/external/libcxx/include/experimental/ |
D | filesystem | 1241 void __copy(const path& __from, const path& __to, copy_options __opt, 1244 bool __copy_file(const path& __from, const path& __to, copy_options __opt, 1346 void copy(const path& __from, const path& __to) { 1347 __copy(__from, __to, copy_options::none); 1351 void copy(const path& __from, const path& __to, error_code& __ec) _NOEXCEPT { 1352 __copy(__from, __to, copy_options::none, &__ec); 1356 void copy(const path& __from, const path& __to, copy_options __opt) { 1357 __copy(__from, __to, __opt); 1361 void copy(const path& __from, const path& __to, 1363 __copy(__from, __to, __opt, &__ec); [all …]
|