Searched defs:warp (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/warp/
H A Dwarp.c30 static const char id[] = "\n@(#)$Id: warp (AT&T Research) 2012-06-22 $\0\n";
241 #define WARP_ABS(t) ((t)+=(t)?(state.warp+(state.factor?mix((t)-state.base):0)):0)
242 #define UNWARP_ABS(t) ((t)=(t)?(((t)-state.warp)/(state.factor+1)+state.base/(state.factor+1)*state.factor):0)
264 long warp; member in struct:__anon241
274 * under the influence of a warp factor
285 * initialize the warp environment
298 static const char msg[] = "warp: panic: dllnext() failed\n";
313 if (!e) { s = "warp: AHA: no env\n"; write(2, s, strlen(s)); }
341 s = "warp: out of space [env]\n";
391 state.warp
[all...]

Completed in 15 milliseconds