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/libcxx/include/experimental/ |
D | filesystem | 1247 void __copy(const path& __from, const path& __to, copy_options __opt, 1250 bool __copy_file(const path& __from, const path& __to, copy_options __opt, 1352 void copy(const path& __from, const path& __to) { 1353 __copy(__from, __to, copy_options::none); 1357 void copy(const path& __from, const path& __to, error_code& __ec) { 1358 __copy(__from, __to, copy_options::none, &__ec); 1362 void copy(const path& __from, const path& __to, copy_options __opt) { 1363 __copy(__from, __to, __opt); 1367 void copy(const path& __from, const path& __to, 1369 __copy(__from, __to, __opt, &__ec); [all …]
|
/external/libdrm/ |
D | util_double_list.h | 94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
|
/external/mesa3d/src/util/ |
D | list.h | 158 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
|