Home
last modified time | relevance | path

Searched refs:BIG_EPSILON (Results 1 – 3 of 3) sorted by relevance

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_stats.c1903 dxx = cur11 + 1 - BIG_EPSILON; in chi22_precomp_val_bounds()
1910 if (lii == (intptr_t)(cur11 + BIG_EPSILON)) { in chi22_precomp_val_bounds()
1917 if (cur11 > ceil11 + BIG_EPSILON) { in chi22_precomp_val_bounds()
1921 dxx = cur11 + 1 - BIG_EPSILON; in chi22_precomp_val_bounds()
1924 if (lii == (intptr_t)(cur11 + BIG_EPSILON)) { in chi22_precomp_val_bounds()
2133 dxx = cur11 + 1 - BIG_EPSILON; in ca_trend_precomp_val_bounds()
2140 if (lii == (intptr_t)(cur11 + BIG_EPSILON)) { in ca_trend_precomp_val_bounds()
2147 if (cur11 > ceil11 + BIG_EPSILON) { in ca_trend_precomp_val_bounds()
2151 dxx = cur11 + 1 - BIG_EPSILON; in ca_trend_precomp_val_bounds()
2154 if (lii == (intptr_t)(cur11 + BIG_EPSILON)) { in ca_trend_precomp_val_bounds()
H A Dplink_common.h287 #define BIG_EPSILON 0.000000476837158203125 macro
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dpolyhedra.c71 #define BIG_EPSILON 3e-2 macro
1697 for (J=0; J<newV && !same(P->v[J],temp,BIG_EPSILON); J++) in vertices()