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

  /src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
math_c99.h 73 #undef islessgreater macro
74 #define islessgreater(x, y) __builtin_islessgreater(x, y) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
math_c99.h 73 #undef islessgreater macro
74 #define islessgreater(x, y) __builtin_islessgreater(x, y) macro
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
math.h 143 #define islessgreater(x, y) __builtin_islessgreater((x),(y)) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
math.h 143 #define islessgreater(x, y) __builtin_islessgreater((x),(y)) macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 105 __DEVICE__ bool islessgreater(double, double);
106 __DEVICE__ bool islessgreater(float, float);
235 using ::islessgreater;
__clang_cuda_cmath.h 141 __DEVICE__ bool islessgreater(float __x, float __y) { function
144 __DEVICE__ bool islessgreater(double __x, double __y) { function
273 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, islessgreater);
401 using ::islessgreater;
__clang_hip_cmath.h 83 __DEVICE__ bool islessgreater(float __x, float __y) { function
86 __DEVICE__ bool islessgreater(double __x, double __y) { function
459 __HIP_OVERLOAD2(bool, islessgreater)
624 using ::islessgreater;
opencl-c.h 10674 int __ovld __cnfn islessgreater(float x, float y);
10675 int2 __ovld __cnfn islessgreater(float2 x, float2 y);
10676 int3 __ovld __cnfn islessgreater(float3 x, float3 y);
10677 int4 __ovld __cnfn islessgreater(float4 x, float4 y);
10678 int8 __ovld __cnfn islessgreater(float8 x, float8 y);
10679 int16 __ovld __cnfn islessgreater(float16 x, float16 y);
10681 int __ovld __cnfn islessgreater(double x, double y);
10682 long2 __ovld __cnfn islessgreater(double2 x, double2 y);
10683 long3 __ovld __cnfn islessgreater(double3 x, double3 y);
10684 long4 __ovld __cnfn islessgreater(double4 x, double4 y)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
math.h 73 using std::islessgreater;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
math.h 73 using std::islessgreater;
  /src/include/
math.h 483 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 149 bool islessgreater(arithmetic x, arithmetic y);
721 // islessgreater
723 #ifdef islessgreater
730 return islessgreater(__lcpp_x, __lcpp_y);
733 #undef islessgreater macro
743 islessgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
749 #endif // islessgreater
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 276 //int islessgreater(real-floating x, real-floating y);
277 pure int islessgreater(float x, float y);
278 pure int islessgreater(double x, double y);
279 pure int islessgreater(real x, real y);
1637 //int islessgreater(real-floating x, real-floating y);
1639 pure int islessgreater(float x, float y) { return x != y && !isunordered(x, y); }
1641 pure int islessgreater(double x, double y) { return x != y && !isunordered(x, y); }
1643 pure int islessgreater(real x, real y) { return x != y && !isunordered(x, y); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h 627 { return std::islessgreater(__x, __y); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h 627 { return std::islessgreater(__x, __y); }
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 4245 "#undef islessgreater\n"
4246 "#define islessgreater(x, y) ((x) __builtin_islessgreater(y))\n"
5402 #define islessgreater(x, y) __builtin_islessgreater((x),(y))
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 4112 "#undef islessgreater\n"
4113 "#define islessgreater(x, y) ((x) __builtin_islessgreater(y))\n"
5268 #define islessgreater(x, y) __builtin_islessgreater((x),(y))
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17512 i = islessgreater(d1, d2);
17513 i = islessgreater(d1, d2);
17548 i = islessgreater(d1, d2);
17549 i = islessgreater(d1, d2);
18384 i = islessgreater(d1, d2);
18385 i = islessgreater(d1, d2);
18420 i = islessgreater(d1, d2);
18421 i = islessgreater(d1, d2);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17327 i = islessgreater(d1, d2);
17328 i = islessgreater(d1, d2);
17363 i = islessgreater(d1, d2);
17364 i = islessgreater(d1, d2);
18003 i = islessgreater(d1, d2);
18004 i = islessgreater(d1, d2);
18039 i = islessgreater(d1, d2);
18040 i = islessgreater(d1, d2);
    [all...]

Completed in 60 milliseconds