コード例 #1
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, if_else_math_function_signatures) {
  test_parsable("function-signatures/math/functions/if_else");
}
コード例 #2
0
TEST(langParserExpressionGrammarDef, conditionalOp) {
  test_parsable("validate_conditional_op_good");
}
コード例 #3
0
TEST(parserFunctions, funsGood4) {
  test_parsable("functions-good-void");
  test_parsable("functions-good-void"); // test twice to ensure
                                        // symbols are not saved
}
コード例 #4
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, digamma_math_function_signatures) {
  test_parsable("function-signatures/math/functions/digamma");
}
コード例 #5
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, fabs_math_function_signatures) {
  test_parsable("function-signatures/math/functions/fabs");
}
コード例 #6
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, binary_log_loss_math_function_signatures) {
  test_parsable("function-signatures/math/functions/binary_log_loss");
}
コード例 #7
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, cosh_math_function_signatures) {
  test_parsable("function-signatures/math/functions/cosh");
}
コード例 #8
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, multiply_log_math_function_signatures) {
  test_parsable("function-signatures/math/functions/multiply_log");
}
コード例 #9
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, operators_real_math_function_signatures) {
  test_parsable("function-signatures/math/functions/operators_real");
}
コード例 #10
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, log_sum_exp_math_function_signatures) {
  test_parsable("function-signatures/math/functions/log_sum_exp");
}
コード例 #11
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, modified_bessel_first_kind_math_function_signatures) {
  test_parsable("function-signatures/math/functions/modified_bessel_first_kind");
}
コード例 #12
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, log_inv_logit_math_function_signatures) {
  test_parsable("function-signatures/math/functions/log_inv_logit");
}
コード例 #13
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, lbeta_math_function_signatures) {
  test_parsable("function-signatures/math/functions/lbeta");
}
コード例 #14
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, inv_sqrt_math_function_signatures) {
  test_parsable("function-signatures/math/functions/inv_sqrt");
}
コード例 #15
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, trunc_math_function_signatures) {
  test_parsable("function-signatures/math/functions/trunc");
}
コード例 #16
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, owens_t_math_function_signatures) {
  test_parsable("function-signatures/math/functions/owens_t");
}
コード例 #17
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, bessel_second_kind_math_function_signatures) {
  test_parsable("function-signatures/math/functions/bessel_second_kind");
}
コード例 #18
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, phi_approx_math_function_signatures) {
  test_parsable("function-signatures/math/functions/phi_approx");
}
コード例 #19
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, binomial_coefficient_log_math_function_signatures) {
  test_parsable("function-signatures/math/functions/binomial_coefficient_log");
}
コード例 #20
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, pow_math_function_signatures) {
  test_parsable("function-signatures/math/functions/pow");
}
コード例 #21
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, asin_math_function_signatures) {
  test_parsable("function-signatures/math/functions/asin");
}
コード例 #22
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, step_math_function_signatures) {
  test_parsable("function-signatures/math/functions/step");
}
コード例 #23
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, expm1_math_function_signatures) {
  test_parsable("function-signatures/math/functions/expm1"); 
}
コード例 #24
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, special_values_math_function_signatures) {
  test_parsable("function-signatures/math/functions/special_values");
}
コード例 #25
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, falling_factorial_math_function_signatures) {
  test_parsable("function-signatures/math/functions/falling_factorial");
}
コード例 #26
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, square_math_function_signatures) {
  test_parsable("function-signatures/math/functions/square");
}
コード例 #27
0
TEST(parserFunctions, funsGood3) {
  test_parsable("functions-good3");
}
コード例 #28
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, round_math_function_signatures) {
  test_parsable("function-signatures/math/functions/round");
}
コード例 #29
0
TEST(parserFunctions, funsGood0) {
  test_parsable("validate_functions"); // tests proper definitions and use
}
コード例 #30
0
ファイル: math_functions_test.cpp プロジェクト: PerryZh/stan
TEST(lang_parser, hypot_math_function_signatures) {
  test_parsable("function-signatures/math/functions/hypot");
}