Home
last modified time | relevance | path

Searched defs:hypot (Results 1 – 25 of 139) sorted by relevance

123456

/netbsd-src/lib/libm/src/
H A Dw_hypot.c27 __weak_alias(hypot, _hypot) in __weak_alias() argument
H A Dnamespace.h61 #define hypot _hypot macro
/netbsd-src/tests/lib/libm/
H A Dt_hypot.c33 #define CHECK_EQ(i, hypot, a, b, c) \ argument
38 #define CHECKL_EQ(i, hypot, a, b, c) \ argument
44 #define CHECK_NAN(i, hypot, a, b) \ argument
49 #define CHECKL_NAN(i, hypot, a, b) \ argument
/netbsd-src/lib/libm/noieee_src/
H A Dn_cabs.c105 hypot(double x, double y) in hypot() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d306 alias core.stdc.math.hypot hypot; in version() local
308 alias core.stdc.math.hypotf hypot; in version() local
310 alias core.stdc.math.hypotl hypot; in version() local
807 alias core.stdc.math.hypot hypot; in version() local
809 alias core.stdc.math.hypotf hypot; in version() local
811 alias core.stdc.math.hypotl hypot; in version() local
1310 alias core.stdc.math.hypot hypot; variable
1312 alias core.stdc.math.hypotf hypot; variable
1314 alias core.stdc.math.hypotl hypot; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h301 hypot (double x, double y) in hypot() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h301 hypot (double x, double y) in hypot() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfig.h.in1163 # define hypot _hypot macro
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfig.h.in1225 # define hypot _hypot macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h1306 inline _LIBCPP_INLINE_VISIBILITY float hypot(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in hypot() function
1307 inline _LIBCPP_INLINE_VISIBILITY long double hypot(long double __lcpp_x, long double __lcpp_y) _NOE… in hypot() function
1317 hypot(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in hypot() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h95 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h95 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
/netbsd-src/include/
H A Dtgmath.h164 #define hypot(a,b) __TG_FN2(hypot, (a), (b)) macro
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax/
H A Dsymver-config.h1168 # define hypot _hypot macro
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/riscv32/
H A Dsymver-config.h1230 # define hypot _hypot macro
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68k/
H A Dsymver-config.h1168 # define hypot _hypot macro
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/
H A Dsymver-config.h1230 # define hypot _hypot macro
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc/
H A Dsymver-config.h1168 # define hypot _hypot macro
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/x86_64/
H A Dsymver-config.h1168 # define hypot _hypot macro
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax/
H A Dsymver-config.h1230 # define hypot _hypot macro
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/
H A Dsymver-config.h1168 # define hypot _hypot macro
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipseb/
H A Dsymver-config.h1168 # define hypot _hypot macro
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/
H A Dsymver-config.h1168 # define hypot _hypot macro
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/
H A Dsymver-config.h1230 # define hypot _hypot macro
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/
H A Dsymver-config.h1230 # define hypot _hypot macro

123456