Home
last modified time | relevance | path

Searched refs:__from (Results 1 – 3 of 3) sorted by relevance

/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
D__clang_cuda_cmath.h123 __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/
Dutil_double_list.h94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
/external/mesa3d/src/gallium/auxiliary/util/
Du_double_list.h99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument