コード例 #1
0
ファイル: ext_quaternion_type.cpp プロジェクト: TdroL/pr0-vk
int main()
{
	int Error = 0;

	Error += test_ctr();
	Error += test_two_axis_ctr();
	Error += test_size();
	Error += test_precision();
	Error += test_constexpr();

	return Error;
}
コード例 #2
0
ファイル: test-CIieeefp.c プロジェクト: garypolhill/ieeefp
int test_functions(void) {
  int retval = 0;

  retval |= test_settings();
  retval |= test_rounding();
  retval |= test_sticky();
  retval |= test_precision();
  retval |= test_class();
  retval |= test_mask();

  return retval;
}