Searched refs:__from (Results 1 – 3 of 3) sorted by relevance
123 __DEVICE__ float nexttoward(float __from, float __to) { in nexttoward() argument124 return __builtin_nexttowardf(__from, __to); in nexttoward()126 __DEVICE__ double nexttoward(double __from, double __to) { in nexttoward() argument127 return __builtin_nexttoward(__from, __to); in nexttoward()
94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument