Home
last modified time | relevance | path

Searched defs:isgreater (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h57 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() function
60 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() function
H A D__clang_cuda_cmath.h117 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() function
120 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() function
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h139 #define isgreater(x, y) __builtin_isgreater((x),(y)) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d1607 pure int isgreater(float x, float y) { return x > y; } in isgreater() function
1609 pure int isgreater(double x, double y) { return x > y; } in isgreater() function
1611 pure int isgreater(real x, real y) { return x > y; } in isgreater() function
/netbsd-src/include/
H A Dmath.h466 #define isgreater( global() macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h623 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isgreater() function