Searched refs:__from (Results 1 – 8 of 8) 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/virglrenderer/src/gallium/auxiliary/util/ |
D | u_double_list.h | 99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
|
/external/libdrm/ |
D | util_double_list.h | 94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
|
/external/libcxx/include/ |
D | filesystem | 1387 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/llvm-project/libcxx/include/ |
D | filesystem | 1439 void __copy(const path& __from, const path& __to, copy_options __opt, 1442 bool __copy_file(const path& __from, const path& __to, copy_options __opt, 1540 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, 1542 __copy(__from, __to, copy_options::none); 1545 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to, 1547 __copy(__from, __to, copy_options::none, &__ec); 1550 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to, 1552 __copy(__from, __to, __opt); 1555 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to, 1558 __copy(__from, __to, __opt, &__ec); [all …]
|
D | atomic | 687 volatile const char* __from = reinterpret_cast<volatile const char*>(&__val); 689 *__to++ = *__from++;
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test10-pr18818-gcc.so.abi | 5736 …<parameter type-id='type-id-672' name='__from' filepath='/usr/include/c++/4.9/bits/codecvt.h' line… 5749 …<parameter type-id='type-id-677' name='__from' filepath='/usr/include/c++/4.9/bits/codecvt.h' line…
|
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 26328 …<parameter type-id='type-id-4' name='__from' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i… 26462 …<parameter type-id='type-id-395' name='__from' filepath='/tmp/legendre/spack-stage/spack-stage-wfh… 44200 …<parameter type-id='type-id-395' name='__from' filepath='/tmp/legendre/spack-stage/spack-stage-wfh… 44332 …<parameter type-id='type-id-4' name='__from' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0i…
|