예제 #1
0
파일: gtx_common.cpp 프로젝트: bcosenza/bsh
int main()
{
	int Error(0);

	Error += test_isdenormal();

	return Error;
}
예제 #2
0
파일: gtx_common.cpp 프로젝트: JesseTG/glm
int main()
{
	int Error = 0;

	Error += test_isdenormal();
	Error += ::fmod_::test();

	return Error;
}
예제 #3
0
파일: gtx_common.cpp 프로젝트: TdroL/pr0-vk
int main()
{
	int Error = 0;

	Error += test_isdenormal();
	Error += ::fmod_::test();
	Error += test_openBounded();
	Error += test_closeBounded();

	return Error;
}