Lines Matching refs:vector
357 int vector, in finish() argument
367 (void) vector; in finish()
371 if (vector) in finish()
380 int vector, in finish2() argument
394 (void) vector; in finish2()
398 if (vector) in finish2()
411 int vector, in ffinish() argument
421 (void) vector; in ffinish()
425 if (vector) in ffinish()
434 int vector, in ffinish2() argument
448 (void) vector; in ffinish2()
452 if (vector) in ffinish2()
474 run_vector_1 (int vector, in run_vector_1() argument
485 if (vector) in run_vector_1()
564 finish(f,vector, result, p, args, name); in run_vector_1()
578 ffinish(f, vector, fresult, p,args, name); in run_vector_1()
586 finish(f, vector, result, p,args, name); in run_vector_1()
602 ffinish(f, vector, fresult, p,args, name); in run_vector_1()
610 finish(f, vector, result, p,args, name); in run_vector_1()
623 ffinish(f, vector, fresult, p,args, name); in run_vector_1()
631 finish(f, vector, result, p, args, name); in run_vector_1()
639 finish2(f, vector, result, result2, p, args, name); in run_vector_1()
647 ffinish2(f, vector, fresult, result2, p, args, name); in run_vector_1()
654 finish(f, vector, result, p, args, name); in run_vector_1()
661 ffinish(f, vector, fresult, p, args, name); in run_vector_1()
665 if (vector && f) in run_vector_1()
672 test_math (int vector) in test_math() argument
674 (void) vector; in test_math()
676 test_acos(vector); in test_math()
677 test_acosf(vector); in test_math()
678 test_acosh(vector); in test_math()
679 test_acoshf(vector); in test_math()
680 test_asin(vector); in test_math()
681 test_asinf(vector); in test_math()
682 test_asinh(vector); in test_math()
683 test_asinhf(vector); in test_math()
684 test_atan(vector); in test_math()
687 test_atan2(vector); in test_math()
688 test_atan2f(vector); in test_math()
691 test_atanf(vector); in test_math()
692 test_atanh(vector); in test_math()
693 test_atanhf(vector); in test_math()
694 test_ceil(vector); in test_math()
695 test_ceilf(vector); in test_math()
696 test_copysign(vector); in test_math()
697 test_copysignf(vector); in test_math()
698 test_cos(vector); in test_math()
699 test_cosf(vector); in test_math()
700 test_cosh(vector); in test_math()
701 test_coshf(vector); in test_math()
702 test_erf(vector); in test_math()
703 test_erfc(vector); in test_math()
704 test_erfcf(vector); in test_math()
705 test_erff(vector); in test_math()
706 test_exp(vector); in test_math()
707 test_expf(vector); in test_math()
710 test_fabs(vector); in test_math()
711 test_fabsf(vector); in test_math()
712 test_floor(vector); in test_math()
713 test_floorf(vector); in test_math()
714 test_fmod(vector); in test_math()
715 test_fmodf(vector); in test_math()
716 test_gamma(vector); in test_math()
717 test_gammaf(vector); in test_math()
718 test_hypot(vector); in test_math()
719 test_hypotf(vector); in test_math()
720 test_issignaling(vector); in test_math()
721 test_j0(vector); in test_math()
722 test_j0f(vector); in test_math()
723 test_j1(vector); in test_math()
724 test_j1f(vector); in test_math()
725 test_jn(vector); in test_math()
726 test_jnf(vector); in test_math()
727 test_log(vector); in test_math()
728 test_log10(vector); in test_math()
729 test_log10f(vector); in test_math()
730 test_log1p(vector); in test_math()
731 test_log1pf(vector); in test_math()
732 test_log2(vector); in test_math()
733 test_log2f(vector); in test_math()
734 test_logf(vector); in test_math()
737 test_modf(vector); in test_math()
738 test_modff(vector); in test_math()
739 test_pow_vec(vector); in test_math()
740 test_powf_vec(vector); in test_math()
741 test_scalb(vector); in test_math()
742 test_scalbf(vector); in test_math()
743 test_scalbn(vector); in test_math()
744 test_scalbnf(vector); in test_math()
745 test_sin(vector); in test_math()
746 test_sinf(vector); in test_math()
747 test_sinh(vector); in test_math()
748 test_sinhf(vector); in test_math()
749 test_sqrt(vector); in test_math()
750 test_sqrtf(vector); in test_math()
751 test_tan(vector); in test_math()
752 test_tanf(vector); in test_math()
753 test_tanh(vector); in test_math()
754 test_tanhf(vector); in test_math()
755 test_trunc(vector); in test_math()
756 test_truncf(vector); in test_math()
757 test_y0(vector); in test_math()
758 test_y0f(vector); in test_math()
759 test_y1(vector); in test_math()
760 test_y1f(vector); in test_math()
761 test_y1f(vector); in test_math()
762 test_ynf(vector); in test_math()