Lines Matching defs:__y
48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2()
55 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod()
117 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater()
120 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater()
123 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal()
126 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal()
129 __DEVICE__ bool isless(float __x, float __y) { in isless()
132 __DEVICE__ bool isless(double __x, double __y) { in isless()
135 __DEVICE__ bool islessequal(float __x, float __y) { in islessequal()
138 __DEVICE__ bool islessequal(double __x, double __y) { in islessequal()
141 __DEVICE__ bool islessgreater(float __x, float __y) { in islessgreater()
144 __DEVICE__ bool islessgreater(double __x, double __y) { in islessgreater()
149 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered()
152 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered()