Searched refs:HUGE (Results 1 - 10 of 10) sorted by path

/openbsd-current/gnu/gcc/libstdc++-v3/libmath/
H A Dmathconf.h114 # ifdef HUGE
115 # define HUGE_VAL HUGE
/openbsd-current/gnu/lib/libstdc++/libstdc++/libmath/
H A Dmathconf.h119 # ifdef HUGE
120 # define HUGE_VAL HUGE
/openbsd-current/include/
H A Dmath.h166 #define HUGE MAXFLOAT macro
/openbsd-current/regress/lib/libm/tgamma/
H A Dtgamma.c24 return (HUGE);
27 return (-HUGE);
/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DProjectMap.py32 HUGE: >1h
46 HUGE = auto() variable in class:Size
/openbsd-current/usr.bin/mg/
H A Ddef.h25 #define HUGE 1000 /* A rather large number. */ macro
H A Ddisplay.c69 int vtrow = HUGE; /* Virtual cursor row. */
70 int vtcol = HUGE; /* Virtual cursor column. */
72 int ttrow = HUGE; /* Physical cursor row. */
73 int ttcol = HUGE; /* Physical cursor column. */
74 int tttop = HUGE; /* Top of scroll region. */
75 int ttbot = HUGE; /* Bottom of scroll region. */
570 tttop = HUGE; /* Forget where you set. */
571 ttbot = HUGE; /* scroll region. */
H A Decho.c571 nxtra = HUGE;
H A Dextend.c104 n1 = HUGE;
109 n2 = HUGE;
H A Dtty.c204 ttrow = ttcol = HUGE;
229 ttrow = ttcol = HUGE;
290 ttrow = HUGE;
291 ttcol = HUGE;
342 ttrow = HUGE;
343 ttcol = HUGE;
361 ttrow = HUGE; /* Unknown. */
362 ttcol = HUGE;
382 ttrow = HUGE; /* Unknown. */
383 ttcol = HUGE;
[all...]

Completed in 192 milliseconds