Home
last modified time | relevance | path

Searched refs:isgreater (Results 126 – 150 of 1208) sorted by relevance

12345678910>>...49

/dports/devel/riscv64-gcc/gcc-8.3.0/fixincludes/tests/base/iso/
H A Dmath_c99.h65 #undef isgreater
66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/dports/misc/cxx_atomics_pic/gcc-11.2.0/fixincludes/tests/base/iso/
H A Dmath_c99.h65 #undef isgreater
66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/dports/lang/gcc10/gcc-10.3.0/fixincludes/tests/base/iso/
H A Dmath_c99.h65 #undef isgreater
66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/dports/lang/gcc8/gcc-8.5.0/fixincludes/tests/base/iso/
H A Dmath_c99.h65 #undef isgreater
66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/fixincludes/tests/base/iso/
H A Dmath_c99.h65 #undef isgreater
66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/dports/lang/gcc11/gcc-11.2.0/fixincludes/tests/base/iso/
H A Dmath_c99.h65 #undef isgreater
66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/dports/lang/gcc9-aux/gcc-9.1.0/fixincludes/tests/base/iso/
H A Dmath_c99.h65 #undef isgreater
66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/dports/lang/gcc9-devel/gcc-9-20211007/fixincludes/tests/base/iso/
H A Dmath_c99.h65 #undef isgreater
66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/dports/lang/gcc6-aux/gcc-6-20180516/fixincludes/tests/base/iso/
H A Dmath_c99.h65 #undef isgreater
66 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/clTemplates/
H A Drotmg.cl79 if(isgreater( fabs(Q1), fabs(Q2) ))
85 if(isgreater( U, ZERO ))
120 while(isless(D1, RGAMSQ) || isgreater(D1, GAMSQ))
153 while(isless( fabs(D2), RGAMSQ ) || isgreater( fabs(D2), GAMSQ ))
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4c/
H A Ddk4iter.c527 if (isgreater(mctx.eps_y,0.0)) { in dk4iter_interval()
535 if(isgreater(mctx.eps_x,0.0)) { in dk4iter_interval()
556 if(isgreater(mctx.eps_x,0.0)) { in dk4iter_interval()
806 if (isgreater(ctx->eps_y,0.0)) { in dk4iter_newton()
813 if(isgreater(ctx->eps_x,0.0)) { in dk4iter_newton()
831 if (isgreater(ctx->eps_x,0.0)) { in dk4iter_newton()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/locales/en-US/chrome/places/
H A Dplaces.properties20 finduri-AgeInDays-isgreater=Older than %S days
22 finduri-AgeInMonths-isgreater=Older than %S months
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/locales/en-US/chrome/places/
H A Dplaces.properties17 finduri-AgeInDays-isgreater=Older than %S days
19 finduri-AgeInMonths-isgreater=Older than %S months
/dports/www/firefox/firefox-99.0/toolkit/locales/en-US/chrome/places/
H A Dplaces.properties20 finduri-AgeInDays-isgreater=Older than %S days
22 finduri-AgeInMonths-isgreater=Older than %S months
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/locales/en-US/chrome/places/
H A Dplaces.properties20 finduri-AgeInDays-isgreater=Older than %S days
22 finduri-AgeInMonths-isgreater=Older than %S months
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/fixincludes/tests/base/iso/
H A Dmath_c99.h100 #undef isgreater
101 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/dports/www/firefox-esr/firefox-91.8.0/toolkit/locales/en-US/chrome/places/
H A Dplaces.properties20 finduri-AgeInDays-isgreater=Older than %S days
22 finduri-AgeInMonths-isgreater=Older than %S months
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/locales/en-US/chrome/places/
H A Dplaces.properties17 finduri-AgeInDays-isgreater=Older than %S days
19 finduri-AgeInMonths-isgreater=Older than %S months
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/tests/
H A Dmath.sh446 actual=$(( isgreater(1, 2) ))
450 actual=$(( isgreater(2, 1) ))
454 actual=$(( isgreater(2, nan) ))
499 actual=$(( isgreater(2, 2) ))
504 actual=$(( isgreater(3, 2) ))
/dports/lang/pocl/pocl-1.8/lib/kernel/
H A Disgreater.cl1 /* OpenCL built-in library: isgreater()
27 DEFINE_EXPR_J_VV(isgreater, a>b)
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/inc/iso/
H A Dmath_c99.h110 #undef isgreater
111 #define isgreater(x, y) __builtin_isgreater(x, y) macro
153 #undef isgreater
154 #define isgreater(x, y) ((x) __builtin_isgreater(y))
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h92 __DEVICE__ bool isgreater(double, double);
95 __DEVICE__ bool isgreater(float, float);
230 using ::isgreater;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h92 __DEVICE__ bool isgreater(double, double);
95 __DEVICE__ bool isgreater(float, float);
230 using ::isgreater;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h92 __DEVICE__ bool isgreater(double, double);
95 __DEVICE__ bool isgreater(float, float);
227 using ::isgreater;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h92 __DEVICE__ bool isgreater(double, double);
95 __DEVICE__ bool isgreater(float, float);
227 using ::isgreater;

12345678910>>...49