HomeSort by: relevance | last modified time | path
    Searched refs:isgreaterequal (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
math_c99.h 67 #undef isgreaterequal macro
68 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
math_c99.h 67 #undef isgreaterequal macro
68 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
math.h 140 #define isgreaterequal(x, y) __builtin_isgreaterequal((x),(y)) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
math.h 140 #define isgreaterequal(x, y) __builtin_isgreaterequal((x),(y)) macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ bool isgreaterequal(double, double);
94 __DEVICE__ bool isgreaterequal(float, float);
231 using ::isgreaterequal;
__clang_cuda_cmath.h 123 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
126 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
269 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreaterequal);
398 using ::isgreaterequal;
__clang_hip_cmath.h 63 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
66 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
455 __HIP_OVERLOAD2(bool, isgreaterequal)
621 using ::isgreaterequal;
opencl-c.h 10595 int __ovld __cnfn isgreaterequal(float x, float y);
10596 int2 __ovld __cnfn isgreaterequal(float2 x, float2 y);
10597 int3 __ovld __cnfn isgreaterequal(float3 x, float3 y);
10598 int4 __ovld __cnfn isgreaterequal(float4 x, float4 y);
10599 int8 __ovld __cnfn isgreaterequal(float8 x, float8 y);
10600 int16 __ovld __cnfn isgreaterequal(float16 x, float16 y);
10602 int __ovld __cnfn isgreaterequal(double x, double y);
10603 long2 __ovld __cnfn isgreaterequal(double2 x, double2 y);
10604 long3 __ovld __cnfn isgreaterequal(double3 x, double3 y);
10605 long4 __ovld __cnfn isgreaterequal(double4 x, double4 y)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
math.h 70 using std::isgreaterequal;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
math.h 70 using std::isgreaterequal;
  /src/include/
math.h 480 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 146 bool isgreaterequal(arithmetic x, arithmetic y);
631 // isgreaterequal
633 #ifdef isgreaterequal
640 return isgreaterequal(__lcpp_x, __lcpp_y);
643 #undef isgreaterequal macro
653 isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
659 #endif // isgreaterequal
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 261 //int isgreaterequal(real-floating x, real-floating y);
262 pure int isgreaterequal(float x, float y);
263 pure int isgreaterequal(double x, double y);
264 pure int isgreaterequal(real x, real y);
1613 //int isgreaterequal(real-floating x, real-floating y);
1615 pure int isgreaterequal(float x, float y) { return x >= y; }
1617 pure int isgreaterequal(double x, double y) { return x >= y; }
1619 pure int isgreaterequal(real x, real y) { return x >= y; }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h 612 { return std::isgreaterequal(__x, __y); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h 612 { return std::isgreaterequal(__x, __y); }
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 4239 "#undef isgreaterequal\n"
4240 "#define isgreaterequal(x, y) ((x) __builtin_isgreaterequal(y))\n"
5399 #define isgreaterequal(x, y) __builtin_isgreaterequal((x),(y))
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 4106 "#undef isgreaterequal\n"
4107 "#define isgreaterequal(x, y) ((x) __builtin_isgreaterequal(y))\n"
5265 #define isgreaterequal(x, y) __builtin_isgreaterequal((x),(y))
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17509 i = isgreaterequal(d1, d2);
17545 i = isgreaterequal(d1, d2);
18381 i = isgreaterequal(d1, d2);
18417 i = isgreaterequal(d1, d2);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17324 i = isgreaterequal(d1, d2);
17360 i = isgreaterequal(d1, d2);
18000 i = isgreaterequal(d1, d2);
18036 i = isgreaterequal(d1, d2);
    [all...]

Completed in 92 milliseconds