mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Test for full-float %
This commit is contained in:
parent
8920c59515
commit
eb7f825158
1 changed files with 3 additions and 0 deletions
|
@ -57,5 +57,8 @@ float main (void)
|
||||||
res |= test ("foo", foo, -5, -3, -2);
|
res |= test ("foo", foo, -5, -3, -2);
|
||||||
res |= test ("bar", bar, -5, -3, -2);
|
res |= test ("bar", bar, -5, -3, -2);
|
||||||
res |= test ("baz", baz, -5, -3, 0);
|
res |= test ("baz", baz, -5, -3, 0);
|
||||||
|
|
||||||
|
res |= test ("foo", foo, 5, 3.5, 1.5);
|
||||||
|
res |= test ("foo", foo, -5, 3.5, -1.5);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue