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

  /src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
math_c99.h 65 #undef isgreater macro
66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
math_c99.h 65 #undef isgreater macro
66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
math.h 139 #define isgreater(x, y) __builtin_isgreater((x),(y)) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
math.h 139 #define isgreater(x, y) __builtin_isgreater((x),(y)) macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 92 __DEVICE__ bool isgreater(double, double);
95 __DEVICE__ bool isgreater(float, float);
230 using ::isgreater;
__clang_cuda_cmath.h 117 __DEVICE__ bool isgreater(float __x, float __y) { function
120 __DEVICE__ bool isgreater(double __x, double __y) { function
268 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreater);
397 using ::isgreater;
__clang_hip_cmath.h 57 __DEVICE__ bool isgreater(float __x, float __y) { function
60 __DEVICE__ bool isgreater(double __x, double __y) { function
454 __HIP_OVERLOAD2(bool, isgreater)
620 using ::isgreater;
opencl-c.h 10569 int __ovld __cnfn isgreater(float x, float y);
10570 int2 __ovld __cnfn isgreater(float2 x, float2 y);
10571 int3 __ovld __cnfn isgreater(float3 x, float3 y);
10572 int4 __ovld __cnfn isgreater(float4 x, float4 y);
10573 int8 __ovld __cnfn isgreater(float8 x, float8 y);
10574 int16 __ovld __cnfn isgreater(float16 x, float16 y);
10576 int __ovld __cnfn isgreater(double x, double y);
10577 long2 __ovld __cnfn isgreater(double2 x, double2 y);
10578 long3 __ovld __cnfn isgreater(double3 x, double3 y);
10579 long4 __ovld __cnfn isgreater(double4 x, double4 y)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
math.h 69 using std::isgreater;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
math.h 69 using std::isgreater;
  /src/lib/libc/gen/
Makefile.inc 73 isdigit.3 isfinite.3 isgraph.3 isgreater.3 isinf.3 islower.3 isnan.3 \
  /src/include/
math.h 479 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 145 bool isgreater(arithmetic x, arithmetic y);
601 // isgreater
603 #ifdef isgreater
610 return isgreater(__lcpp_x, __lcpp_y);
613 #undef isgreater macro
623 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
629 #endif // isgreater
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 256 //int isgreater(real-floating x, real-floating y);
257 pure int isgreater(float x, float y);
258 pure int isgreater(double x, double y);
259 pure int isgreater(real x, real y);
1605 //int isgreater(real-floating x, real-floating y);
1607 pure int isgreater(float x, float y) { return x > y; }
1609 pure int isgreater(double x, double y) { return x > y; }
1611 pure int isgreater(real x, real y) { return x > y; }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h 607 { return std::isgreater(__x, __y); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h 607 { return std::isgreater(__x, __y); }
  /src/external/bsd/file/dist/src/
softmagic.c 2178 matched = isgreater(fv, fl);
2211 matched = isgreater(dv, dl);
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 4237 "#undef isgreater\n"
4238 "#define isgreater(x, y) ((x) __builtin_isgreater(y))\n"
5398 #define isgreater(x, y) __builtin_isgreater((x),(y))
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 4104 "#undef isgreater\n"
4105 "#define isgreater(x, y) ((x) __builtin_isgreater(y))\n"
5264 #define isgreater(x, y) __builtin_isgreater((x),(y))
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17508 i = isgreater(d1, d2);
17544 i = isgreater(d1, d2);
18380 i = isgreater(d1, d2);
18416 i = isgreater(d1, d2);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17323 i = isgreater(d1, d2);
17359 i = isgreater(d1, d2);
17999 i = isgreater(d1, d2);
18035 i = isgreater(d1, d2);
    [all...]

Completed in 68 milliseconds