Home
last modified time | relevance | path

Searched defs:__to (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Headers/
D__clang_cuda_cmath.h123 __DEVICE__ float nexttoward(float __from, float __to) { in nexttoward()
126 __DEVICE__ double nexttoward(double __from, double __to) { in nexttoward()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_double_list.h99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
/external/libdrm/
Dutil_double_list.h94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
/external/mesa3d/src/util/
Dlist.h159 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
/external/u-boot/drivers/mtd/
Dmtdconcat.c176 uint64_t __to = to; in concat_writev() local