Searched refs:arm_math_cospi (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/ |
H A D | cospi_3u5.c | 32 arm_math_cospi (double x) in arm_math_cospi() function 88 return arm_math_cospi (x); in cospi() 93 TEST_ULP (arm_math_cospi, 2.63) 94 TEST_SYM_INTERVAL (arm_math_cospi, 0, 0x1p-63, 5000) 95 TEST_SYM_INTERVAL (arm_math_cospi, 0x1p-63, 0.5, 10000) 96 TEST_SYM_INTERVAL (arm_math_cospi, 0.5, 0x1p51f, 10000) 97 TEST_SYM_INTERVAL (arm_math_cospi, 0x1p51f, inf, 10000)
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | ulp_funcs.h | 52 F (arm_math_cospif, arm_math_cospif, arm_math_cospi, mpfr_cospi, 1, 1, f1, 0) 53 F (arm_math_cospi, arm_math_cospi, arm_math_cospil, mpfr_cospi, 1, 0, d1, 0) 59 F (arm_math_sincospif_cos, arm_math_sincospif_cos, arm_math_cospi, mpfr_cospi, 1, 1, f1, 0) 63 F (_ZGVnN4v_cospif, Z_cospif, arm_math_cospi, mpfr_cospi, 1, 1, f1, 0) 70 F (_ZGVnN4v_sincospif_cos, v_sincospif_cos, arm_math_cospi, mpfr_cospi, 1, 1, f1, 0) 75 SVF (_ZGVsMxv_cospif, Z_sv_cospif, arm_math_cospi, mpfr_cospi, 1, 1, f1, 0) 82 SVF (_ZGVsMxvl4l4_sincospif_cos, sv_sincospif_cos, arm_math_cospi, mpfr_cospi, 1, 1, f1, 0)
|
H A D | mathbench_funcs.h | 22 D (arm_math_cospi, -0.9, 0.9)
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | cospi.c | 34 return v_call_f64 (arm_math_cospi, x, y, cmp); in special_case()
|
/freebsd/contrib/arm-optimized-routines/math/include/ |
H A D | mathlib.h | 14 double arm_math_cospi (double);
|