Home
last modified time | relevance | path

Searched refs:hypotf (Results 1 – 25 of 1992) sorted by relevance

12345678910>>...80

/dports/devel/volk/volk-2.2.1/kernels/volk/
H A Dvolk_32fc_s32fc_rotatorpuppet_32fc.h37 (*phase) /= hypotf(lv_creal(*phase), lv_cimag(*phase)); in volk_32fc_s32fc_rotatorpuppet_32fc_generic()
38 const lv_32fc_t phase_inc_n = phase_inc / hypotf(lv_creal(phase_inc), lv_cimag(phase_inc)); in volk_32fc_s32fc_rotatorpuppet_32fc_generic()
52 (*phase) /= hypotf(lv_creal(*phase), lv_cimag(*phase)); in volk_32fc_s32fc_rotatorpuppet_32fc_neon()
53 const lv_32fc_t phase_inc_n = phase_inc / hypotf(lv_creal(phase_inc), lv_cimag(phase_inc)); in volk_32fc_s32fc_rotatorpuppet_32fc_neon()
66 (*phase) /= hypotf(lv_creal(*phase), lv_cimag(*phase)); in volk_32fc_s32fc_rotatorpuppet_32fc_a_sse4_1()
67 const lv_32fc_t phase_inc_n = phase_inc / hypotf(lv_creal(phase_inc), lv_cimag(phase_inc)); in volk_32fc_s32fc_rotatorpuppet_32fc_a_sse4_1()
79 (*phase) /= hypotf(lv_creal(*phase), lv_cimag(*phase)); in volk_32fc_s32fc_rotatorpuppet_32fc_u_sse4_1()
93 (*phase) /= hypotf(lv_creal(*phase), lv_cimag(*phase)); in volk_32fc_s32fc_rotatorpuppet_32fc_a_avx()
106 (*phase) /= hypotf(lv_creal(*phase), lv_cimag(*phase)); in volk_32fc_s32fc_rotatorpuppet_32fc_u_avx()
118 (*phase) /= hypotf(lv_creal(*phase), lv_cimag(*phase)); in volk_32fc_s32fc_rotatorpuppet_32fc_a_avx_fma()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/test/src/math/
H A Dhypotf_test.cpp24 EXPECT_FP_EQ(__llvm_libc::hypotf(inf, nan), inf); in TEST()
25 EXPECT_FP_EQ(__llvm_libc::hypotf(nan, negInf), inf); in TEST()
26 EXPECT_FP_EQ(__llvm_libc::hypotf(zero, inf), inf); in TEST()
27 EXPECT_FP_EQ(__llvm_libc::hypotf(negInf, negZero), inf); in TEST()
29 EXPECT_FP_EQ(__llvm_libc::hypotf(nan, nan), nan); in TEST()
30 EXPECT_FP_EQ(__llvm_libc::hypotf(nan, zero), nan); in TEST()
31 EXPECT_FP_EQ(__llvm_libc::hypotf(negZero, nan), nan); in TEST()
33 EXPECT_FP_EQ(__llvm_libc::hypotf(negZero, zero), zero); in TEST()
44 float result = __llvm_libc::hypotf(x, y); in TEST()
56 float result = __llvm_libc::hypotf(x, y); in TEST()
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dhypotf.texi1 @node hypotf
2 @section @code{hypotf}
3 @findex hypotf
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/hypotf.html}
7 Gnulib module: hypotf or hypotf-ieee
9 Portability problems fixed by either Gnulib module @code{hypotf} or @code{hypotf-ieee}:
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dhypotf.texi1 @node hypotf
2 @section @code{hypotf}
3 @findex hypotf
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/hypotf.html}
7 Gnulib module: hypotf or hypotf-ieee
9 Portability problems fixed by either Gnulib module @code{hypotf} or @code{hypotf-ieee}:
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dhypotf.m41 # hypotf.m4 serial 10
13 dnl Persuade glibc <math.h> to declare hypotf().
16 dnl Test whether hypotf() exists. Assume that hypotf(), if it exists, is
20 AC_CHECK_FUNCS([hypotf])
63 /* Test hypotf(NaN,Infinity).
96 dnl to define rpl_hypotf, not hypotf.
100 dnl Find libraries needed to link lib/hypotf.c.
106 dnl Test whether hypotf() works.
112 AC_CACHE_CHECK([whether hypotf works], [gl_cv_func_hypotf_works],
128 z = hypotf (x, y);
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dhypotf.m41 # hypotf.m4 serial 4
13 dnl Persuade glibc <math.h> to declare hypotf().
16 dnl Test whether hypotf() exists. Assume that hypotf(), if it exists, is
20 AC_CHECK_FUNCS([hypotf])
59 float (*my_hypotf) (float, float) = argc ? hypotf : dummy;
61 /* Test hypotf(NaN,Infinity).
90 dnl Find libraries needed to link lib/hypotf.c.
96 dnl Test whether hypotf() works.
102 AC_CACHE_CHECK([whether hypotf works], [gl_cv_func_hypotf_works],
118 z = hypotf (x, y);
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dhypotf2 hypotf() function: length of a vector in the plane.
5 lib/hypotf.c
6 m4/hypotf.m4
17 AC_LIBOBJ([hypotf])
19 gl_MATH_MODULE_INDICATOR([hypotf])
H A Dhypotf-tests2 tests/test-hypotf.c
13 TESTS += test-hypotf
14 check_PROGRAMS += test-hypotf
15 test_hypotf_SOURCES = test-hypotf.c randomf.c
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dhypotf2 hypotf() function: length of a vector in the plane.
5 lib/hypotf.c
6 m4/hypotf.m4
17 AC_LIBOBJ([hypotf])
19 gl_MATH_MODULE_INDICATOR([hypotf])
H A Dhypotf-tests2 tests/test-hypotf.c
13 TESTS += test-hypotf
14 check_PROGRAMS += test-hypotf
15 test_hypotf_SOURCES = test-hypotf.c randomf.c
/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DWorldGenerators.cxx289 (hypotf(fabs(x - redPosition[0]), fabs(y - redPosition[1])) <= in defineTeamWorld()
291 hypotf(fabs(-x - redPosition[0]),fabs(-y - redPosition[1])) <= in defineTeamWorld()
299 (hypotf(fabs(x - bluePosition[0]), fabs(y - bluePosition[1])) <= in defineTeamWorld()
303 hypotf(fabs(y - redPosition[0]), fabs(-x - redPosition[1])) <= in defineTeamWorld()
305 hypotf(fabs(-y - redPosition[0]), fabs(x - redPosition[1])) <= in defineTeamWorld()
307 (hypotf(fabs(x), fabs(y)) <= worldSize / 12)) in defineTeamWorld()
336 (hypotf(fabs(x - redPosition[0]), fabs(y - redPosition[1])) <= in defineTeamWorld()
338 hypotf(fabs(-x - redPosition[0]), fabs(-y - redPosition[1])) <= in defineTeamWorld()
350 hypotf(fabs(y - redPosition[0]), fabs(-x - redPosition[1])) <= in defineTeamWorld()
352 hypotf(fabs(-y - redPosition[0]), fabs(x - redPosition[1])) <= in defineTeamWorld()
[all …]
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DWorldGenerators.cxx289 (hypotf(fabs(x - redPosition[0]), fabs(y - redPosition[1])) <= in defineTeamWorld()
291 hypotf(fabs(-x - redPosition[0]),fabs(-y - redPosition[1])) <= in defineTeamWorld()
299 (hypotf(fabs(x - bluePosition[0]), fabs(y - bluePosition[1])) <= in defineTeamWorld()
303 hypotf(fabs(y - redPosition[0]), fabs(-x - redPosition[1])) <= in defineTeamWorld()
305 hypotf(fabs(-y - redPosition[0]), fabs(x - redPosition[1])) <= in defineTeamWorld()
307 (hypotf(fabs(x), fabs(y)) <= worldSize / 12)) in defineTeamWorld()
336 (hypotf(fabs(x - redPosition[0]), fabs(y - redPosition[1])) <= in defineTeamWorld()
338 hypotf(fabs(-x - redPosition[0]), fabs(-y - redPosition[1])) <= in defineTeamWorld()
350 hypotf(fabs(y - redPosition[0]), fabs(-x - redPosition[1])) <= in defineTeamWorld()
352 hypotf(fabs(-y - redPosition[0]), fabs(x - redPosition[1])) <= in defineTeamWorld()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c35 extern float hypotf (float, float);
362 if (hypotf (x, 0) != fabsf(x)) in test2f()
365 if (hypotf (0, x) != fabsf(x)) in test2f()
371 if (hypotf (-x, y) != hypotf (x, y)) in test2f()
374 if (hypotf (x, -y) != hypotf (x, y)) in test2f()
377 if (hypotf (-x, -y) != hypotf (x, y)) in test2f()
380 if (hypotf (fabsf(x), y) != hypotf (x, y)) in test2f()
383 if (hypotf (x, fabsf(y)) != hypotf (x, y)) in test2f()
386 if (hypotf (fabsf(x), fabsf(y)) != hypotf (x, y)) in test2f()
389 if (hypotf (-fabsf(-x), -fabsf(fabsf(fabsf(-y)))) != hypotf (x, y)) in test2f()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c34 extern float hypotf (float, float);
361 if (hypotf (x, 0) != fabsf(x)) in test2f()
364 if (hypotf (0, x) != fabsf(x)) in test2f()
370 if (hypotf (-x, y) != hypotf (x, y)) in test2f()
373 if (hypotf (x, -y) != hypotf (x, y)) in test2f()
376 if (hypotf (-x, -y) != hypotf (x, y)) in test2f()
379 if (hypotf (fabsf(x), y) != hypotf (x, y)) in test2f()
382 if (hypotf (x, fabsf(y)) != hypotf (x, y)) in test2f()
385 if (hypotf (fabsf(x), fabsf(y)) != hypotf (x, y)) in test2f()
388 if (hypotf (-fabsf(-x), -fabsf(fabsf(fabsf(-y)))) != hypotf (x, y)) in test2f()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c35 extern float hypotf (float, float);
362 if (hypotf (x, 0) != fabsf(x)) in test2f()
365 if (hypotf (0, x) != fabsf(x)) in test2f()
371 if (hypotf (-x, y) != hypotf (x, y)) in test2f()
374 if (hypotf (x, -y) != hypotf (x, y)) in test2f()
377 if (hypotf (-x, -y) != hypotf (x, y)) in test2f()
380 if (hypotf (fabsf(x), y) != hypotf (x, y)) in test2f()
383 if (hypotf (x, fabsf(y)) != hypotf (x, y)) in test2f()
386 if (hypotf (fabsf(x), fabsf(y)) != hypotf (x, y)) in test2f()
389 if (hypotf (-fabsf(-x), -fabsf(fabsf(fabsf(-y)))) != hypotf (x, y)) in test2f()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c34 extern float hypotf (float, float);
361 if (hypotf (x, 0) != fabsf(x)) in test2f()
364 if (hypotf (0, x) != fabsf(x)) in test2f()
370 if (hypotf (-x, y) != hypotf (x, y)) in test2f()
373 if (hypotf (x, -y) != hypotf (x, y)) in test2f()
376 if (hypotf (-x, -y) != hypotf (x, y)) in test2f()
379 if (hypotf (fabsf(x), y) != hypotf (x, y)) in test2f()
382 if (hypotf (x, fabsf(y)) != hypotf (x, y)) in test2f()
385 if (hypotf (fabsf(x), fabsf(y)) != hypotf (x, y)) in test2f()
388 if (hypotf (-fabsf(-x), -fabsf(fabsf(fabsf(-y)))) != hypotf (x, y)) in test2f()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c34 extern float hypotf (float, float);
361 if (hypotf (x, 0) != fabsf(x)) in test2f()
364 if (hypotf (0, x) != fabsf(x)) in test2f()
370 if (hypotf (-x, y) != hypotf (x, y)) in test2f()
373 if (hypotf (x, -y) != hypotf (x, y)) in test2f()
376 if (hypotf (-x, -y) != hypotf (x, y)) in test2f()
379 if (hypotf (fabsf(x), y) != hypotf (x, y)) in test2f()
382 if (hypotf (x, fabsf(y)) != hypotf (x, y)) in test2f()
385 if (hypotf (fabsf(x), fabsf(y)) != hypotf (x, y)) in test2f()
388 if (hypotf (-fabsf(-x), -fabsf(fabsf(fabsf(-y)))) != hypotf (x, y)) in test2f()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c35 extern float hypotf (float, float);
362 if (hypotf (x, 0) != fabsf(x)) in test2f()
365 if (hypotf (0, x) != fabsf(x)) in test2f()
371 if (hypotf (-x, y) != hypotf (x, y)) in test2f()
374 if (hypotf (x, -y) != hypotf (x, y)) in test2f()
377 if (hypotf (-x, -y) != hypotf (x, y)) in test2f()
380 if (hypotf (fabsf(x), y) != hypotf (x, y)) in test2f()
383 if (hypotf (x, fabsf(y)) != hypotf (x, y)) in test2f()
386 if (hypotf (fabsf(x), fabsf(y)) != hypotf (x, y)) in test2f()
389 if (hypotf (-fabsf(-x), -fabsf(fabsf(fabsf(-y)))) != hypotf (x, y)) in test2f()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c35 extern float hypotf (float, float);
362 if (hypotf (x, 0) != fabsf(x)) in test2f()
365 if (hypotf (0, x) != fabsf(x)) in test2f()
371 if (hypotf (-x, y) != hypotf (x, y)) in test2f()
374 if (hypotf (x, -y) != hypotf (x, y)) in test2f()
377 if (hypotf (-x, -y) != hypotf (x, y)) in test2f()
380 if (hypotf (fabsf(x), y) != hypotf (x, y)) in test2f()
383 if (hypotf (x, fabsf(y)) != hypotf (x, y)) in test2f()
386 if (hypotf (fabsf(x), fabsf(y)) != hypotf (x, y)) in test2f()
389 if (hypotf (-fabsf(-x), -fabsf(fabsf(fabsf(-y)))) != hypotf (x, y)) in test2f()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c35 extern float hypotf (float, float);
362 if (hypotf (x, 0) != fabsf(x)) in test2f()
365 if (hypotf (0, x) != fabsf(x)) in test2f()
371 if (hypotf (-x, y) != hypotf (x, y)) in test2f()
374 if (hypotf (x, -y) != hypotf (x, y)) in test2f()
377 if (hypotf (-x, -y) != hypotf (x, y)) in test2f()
380 if (hypotf (fabsf(x), y) != hypotf (x, y)) in test2f()
383 if (hypotf (x, fabsf(y)) != hypotf (x, y)) in test2f()
386 if (hypotf (fabsf(x), fabsf(y)) != hypotf (x, y)) in test2f()
389 if (hypotf (-fabsf(-x), -fabsf(fabsf(fabsf(-y)))) != hypotf (x, y)) in test2f()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c35 extern float hypotf (float, float);
362 if (hypotf (x, 0) != fabsf(x)) in test2f()
365 if (hypotf (0, x) != fabsf(x)) in test2f()
371 if (hypotf (-x, y) != hypotf (x, y)) in test2f()
374 if (hypotf (x, -y) != hypotf (x, y)) in test2f()
377 if (hypotf (-x, -y) != hypotf (x, y)) in test2f()
380 if (hypotf (fabsf(x), y) != hypotf (x, y)) in test2f()
383 if (hypotf (x, fabsf(y)) != hypotf (x, y)) in test2f()
386 if (hypotf (fabsf(x), fabsf(y)) != hypotf (x, y)) in test2f()
389 if (hypotf (-fabsf(-x), -fabsf(fabsf(fabsf(-y)))) != hypotf (x, y)) in test2f()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c35 extern float hypotf (float, float);
362 if (hypotf (x, 0) != fabsf(x)) in test2f()
365 if (hypotf (0, x) != fabsf(x)) in test2f()
371 if (hypotf (-x, y) != hypotf (x, y)) in test2f()
374 if (hypotf (x, -y) != hypotf (x, y)) in test2f()
377 if (hypotf (-x, -y) != hypotf (x, y)) in test2f()
380 if (hypotf (fabsf(x), y) != hypotf (x, y)) in test2f()
383 if (hypotf (x, fabsf(y)) != hypotf (x, y)) in test2f()
386 if (hypotf (fabsf(x), fabsf(y)) != hypotf (x, y)) in test2f()
389 if (hypotf (-fabsf(-x), -fabsf(fabsf(fabsf(-y)))) != hypotf (x, y)) in test2f()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c35 extern float hypotf (float, float);
362 if (hypotf (x, 0) != fabsf(x)) in test2f()
365 if (hypotf (0, x) != fabsf(x)) in test2f()
371 if (hypotf (-x, y) != hypotf (x, y)) in test2f()
374 if (hypotf (x, -y) != hypotf (x, y)) in test2f()
377 if (hypotf (-x, -y) != hypotf (x, y)) in test2f()
380 if (hypotf (fabsf(x), y) != hypotf (x, y)) in test2f()
383 if (hypotf (x, fabsf(y)) != hypotf (x, y)) in test2f()
386 if (hypotf (fabsf(x), fabsf(y)) != hypotf (x, y)) in test2f()
389 if (hypotf (-fabsf(-x), -fabsf(fabsf(fabsf(-y)))) != hypotf (x, y)) in test2f()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c35 extern float hypotf (float, float);
362 if (hypotf (x, 0) != fabsf(x)) in test2f()
365 if (hypotf (0, x) != fabsf(x)) in test2f()
371 if (hypotf (-x, y) != hypotf (x, y)) in test2f()
374 if (hypotf (x, -y) != hypotf (x, y)) in test2f()
377 if (hypotf (-x, -y) != hypotf (x, y)) in test2f()
380 if (hypotf (fabsf(x), y) != hypotf (x, y)) in test2f()
383 if (hypotf (x, fabsf(y)) != hypotf (x, y)) in test2f()
386 if (hypotf (fabsf(x), fabsf(y)) != hypotf (x, y)) in test2f()
389 if (hypotf (-fabsf(-x), -fabsf(fabsf(fabsf(-y)))) != hypotf (x, y)) in test2f()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dbuiltins-20.c34 extern float hypotf (float, float);
361 if (hypotf (x, 0) != fabsf(x)) in test2f()
364 if (hypotf (0, x) != fabsf(x)) in test2f()
370 if (hypotf (-x, y) != hypotf (x, y)) in test2f()
373 if (hypotf (x, -y) != hypotf (x, y)) in test2f()
376 if (hypotf (-x, -y) != hypotf (x, y)) in test2f()
379 if (hypotf (fabsf(x), y) != hypotf (x, y)) in test2f()
382 if (hypotf (x, fabsf(y)) != hypotf (x, y)) in test2f()
385 if (hypotf (fabsf(x), fabsf(y)) != hypotf (x, y)) in test2f()
388 if (hypotf (-fabsf(-x), -fabsf(fabsf(fabsf(-y)))) != hypotf (x, y)) in test2f()
[all …]

12345678910>>...80