Searched refs:proj (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/complex/
H A Ddr781_dr1137.cc26 // DR 1137. Return type of conj and proj.
45 check_ret_type<cmplx_f_type>(std::proj(c_f1));
46 check_ret_type<cmplx_d_type>(std::proj(c_d1));
47 check_ret_type<cmplx_ld_type>(std::proj(c_ld1));
49 check_ret_type<float>(std::proj(f1));
50 check_ret_type<double>(std::proj(d1));
51 check_ret_type<double>(std::proj(i1));
52 VERIFY( std::proj(i1) == std::proj(double(i1)) );
53 check_ret_type<long double>(std::proj(ld
[all...]
H A D51083.cc32 template<typename T> int proj(Mat<T>) { return 1; } function in namespace:a
50 i = proj(c);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/
H A D51083.cc32 template<typename T> int proj(Mat<T>) { return 1; } function in namespace:a
50 i = proj(c);
/haiku-buildtools/gcc/mpc/src/
H A DMakefile.am29 pow_ld.c pow_d.c pow_si.c pow_ui.c pow_z.c proj.c real.c urandom.c set.c \
H A Dlogging.c123 MPC_LOGGING_C_C (proj)
/haiku-buildtools/gcc/mpc/tests/
H A DMakefile.am45 mul_fr.dat neg.dat norm.dat pow.dat pow_fr.dat pow_si.dat pow_ui.dat proj.dat \
/haiku-buildtools/isl/
H A Disl_ast_codegen.c3540 isl_map *id, *proj; local
3542 proj = isl_ast_build_get_schedule_map(build);
3543 proj = isl_map_reverse(proj);
3546 proj = isl_map_product(proj, id);
3548 isl_union_map_from_map(proj));
H A Disl_ast_build.c998 isl_map *proj = isl_ast_build_get_schedule_map(build); local
1000 isl_union_map_from_map(proj));

Completed in 94 milliseconds