Home
last modified time | relevance | path

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

12

/external/llvm-project/libc/test/src/math/
Dhypotf_test.cpp16 TEST_F(HypotfTest, SpecialNumbers) { testSpecialNumbers(&__llvm_libc::hypotf); } in TEST_F()
18 TEST_F(HypotfTest, SubnormalRange) { testSubnormalRange(&__llvm_libc::hypotf); } in TEST_F()
20 TEST_F(HypotfTest, NormalRange) { testNormalRange(&__llvm_libc::hypotf); } in TEST_F()
DCMakeLists.txt736 libc.src.math.hypotf
/external/llvm-project/libc/fuzzing/math/
Dmath_differential_fuzz.cpp104 TwoInputSingleOutputDiff<float, float>(&__llvm_libc::hypotf, &::hypotf, data, in LLVMFuzzerTestOneInput()
DCMakeLists.txt23 libc.src.math.hypotf
/external/llvm-project/libc/src/math/
Dhypotf.h14 float hypotf(float x, float y);
Dhypotf.cpp13 float LLVM_LIBC_ENTRYPOINT(hypotf)(float x, float y) { in LLVM_LIBC_ENTRYPOINT() argument
DCMakeLists.txt670 hypotf
672 hypotf.cpp
674 hypotf.h
/external/rust/crates/libm/src/math/
Dmod.rs124 mod hypotf; module
232 pub use self::hypotf::hypotf;
Dhypotf.rs6 pub fn hypotf(mut x: f32, mut y: f32) -> f32 { in hypotf() function
/external/clang/test/CodeGen/
Dlibcall-declarations.c101 float hypotf(float, float);
282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c101 float hypotf(float, float);
282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
Dmath-libcalls.c282 hypot(f,f); hypotf(f,f); hypotl(f,f); in foo()
/external/llvm-project/libc/config/linux/aarch64/
Dentrypoints.txt72 libc.src.math.hypotf
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcmath52 __DEVICE__ float hypot(float __x, float __y) { return ::hypotf(__x, __y); }
/external/OpenCL-CTS/test_common/harness/
Dcompat.h187 float hypotf(float x, float y);
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h75 float hypotf(float __a, float __b);
/external/llvm-project/libc/config/linux/x86_64/
Dentrypoints.txt115 libc.src.math.hypotf
/external/libcxx/include/
Dcmath209 float hypotf(float x, float y);
423 using ::hypotf;
/external/llvm-project/libcxx/include/
Dcmath208 float hypotf(float x, float y);
426 using ::hypotf;
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h468 using ::hypotf;
D__clang_hip_cmath.h586 using ::hypotf;
D__clang_cuda_math.h140 __DEVICE__ float hypotf(float __a, float __b) { return __nv_hypotf(__a, __b); } in hypotf() function
/external/llvm-project/libc/spec/
Dstdc.td330 FunctionSpec<"hypotf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>]>,
/external/skqp/src/compute/sk/
DSkDevice_Compute.cpp556 float const hypot = hypotf(dx,dy); in line_stroked_butt()
/external/rust/crates/num-traits/src/
Dfloat.rs2042 libm::hypotf(self, other) in hypot()

12