コード例 #1
0
ファイル: acos.pass.cpp プロジェクト: 32bitmicro/riscv-libcxx
int main()
{
    test<float>();
    test<double>();
    test<long double>();
    test_edges();
}
コード例 #2
0
ファイル: cos.pass.cpp プロジェクト: ingowald/llvm-project
int main(int, char**)
{
    test<float>();
    test<double>();
    test<long double>();
    test_edges();

  return 0;
}
コード例 #3
0
ファイル: realms-t.c プロジェクト: bagdxk/openafs
int
main(int argc, char **argv)
{
    afstest_SkipTestsIfBadHostname();

    plan(113);

    test_edges();
    test_no_config_files();
    test_with_config_files();
    test_update_config_files();
    test_set_local_realms(); /* must be the last test */

    return 0;
}