Home
last modified time | relevance | path

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

/original-bsd/contrib/sc/
H A Dsc.h111 #define HYPOT OP_BASE + 8 macro
H A Dgram.y274 | '@' K_HYPOT '(' e ',' e ')' { $$ = new(HYPOT, $4, $6); }
H A Dinterp.c713 case HYPOT: return (fn2_eval( hypot, eval(e->e.o.left), eval(e->e.o.right)));
1667 case HYPOT:
1971 case HYPOT: two_arg( "@hypot(", e); break;