Home
last modified time | relevance | path

Searched refs:fdimf (Results 1 – 25 of 46) sorted by relevance

12

/external/llvm-project/libc/test/src/math/
Dfdimf_test.cpp19 TEST_F(FDimTest, NaNArg_fdimf) { testNaNArg(&__llvm_libc::fdimf); } in TEST_F()
21 TEST_F(FDimTest, InfArg_fdimf) { testInfArg(&__llvm_libc::fdimf); } in TEST_F()
23 TEST_F(FDimTest, NegInfArg_fdimf) { testNegInfArg(&__llvm_libc::fdimf); } in TEST_F()
25 TEST_F(FDimTest, BothZero_fdimf) { testBothZero(&__llvm_libc::fdimf); } in TEST_F()
27 TEST_F(FDimTest, InFloatRange_fdimf) { testInRange(&__llvm_libc::fdimf); } in TEST_F()
DCMakeLists.txt539 libc.src.math.fdimf
/external/llvm-project/libc/fuzzing/math/
Dmath_differential_fuzz.cpp114 TwoInputSingleOutputDiff<float, float>(&__llvm_libc::fdimf, &::fdimf, data, in LLVMFuzzerTestOneInput()
DCMakeLists.txt15 libc.src.math.fdimf
/external/llvm-project/libc/src/math/
Dfdimf.h14 float fdimf(float x, float y);
Dfdimf.cpp14 float LLVM_LIBC_ENTRYPOINT(fdimf)(float x, float y) { in LLVM_LIBC_ENTRYPOINT() argument
DCMakeLists.txt694 fdimf
696 fdimf.cpp
698 fdimf.h
/external/rust/crates/libm/src/math/
Dfdimf.rs12 pub fn fdimf(x: f32, y: f32) -> f32 { in fdimf() function
Dmod.rs110 mod fdimf; module
218 pub use self::fdimf::fdimf;
/external/rust/crates/libm/
DCHANGELOG.md74 - fdimf
/external/clang/test/CodeGen/
Dlibcall-declarations.c86 float fdimf(float, float);
279 F(fdim), F(fdimf), F(fdiml), F(floor), F(floorf),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c86 float fdimf(float, float);
279 F(fdim), F(fdimf), F(fdiml), F(floor), F(floorf),
Dmath-libcalls.c226 fdim(f,f); fdimf(f,f); fdiml(f,f); in foo()
/external/llvm-project/libc/config/linux/aarch64/
Dentrypoints.txt57 libc.src.math.fdimf
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcmath51 __DEVICE__ float fdim(float __x, float __y) { return ::fdimf(__x, __y); }
/external/OpenCL-CTS/test_common/harness/
Dcompat.h178 float fdimf(float x, float y);
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h59 float fdimf(float __a, float __b);
/external/llvm-project/libc/config/linux/x86_64/
Dentrypoints.txt100 libc.src.math.fdimf
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cu.cc82 const float w = fdimf(xx2, xx1); in OverThreshold()
83 const float h = fdimf(yy2, yy1); in OverThreshold()
/external/libcxx/include/
Dcmath193 float fdimf(float x, float y);
415 using ::fdimf;
/external/llvm-project/libcxx/include/
Dcmath192 float fdimf(float x, float y);
418 using ::fdimf;
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h461 using ::fdimf;
D__clang_hip_cmath.h579 using ::fdimf;
D__clang_cuda_math.h114 __DEVICE__ float fdimf(float __a, float __b) { return __nv_fdimf(__a, __b); } in fdimf() function
/external/llvm-project/libc/spec/
Dstdc.td310 FunctionSpec<"fdimf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>]>,

12