Home
last modified time | relevance | path

Searched defs:absv (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/games/snake/
H A Dsnake.c559 const float absv[8] = {1, 1.4, 1, 1.4, 1, 1.4, 1, 1.4}; variable
/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2.c5353 double absv = value > 0 ? value : -value; in gcvt_os2() local