/external/llvm-project/libc/test/src/math/ |
D | fdimf_test.cpp | 19 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()
|
D | CMakeLists.txt | 539 libc.src.math.fdimf
|
/external/llvm-project/libc/fuzzing/math/ |
D | math_differential_fuzz.cpp | 114 TwoInputSingleOutputDiff<float, float>(&__llvm_libc::fdimf, &::fdimf, data, in LLVMFuzzerTestOneInput()
|
D | CMakeLists.txt | 15 libc.src.math.fdimf
|
/external/llvm-project/libc/src/math/ |
D | fdimf.h | 14 float fdimf(float x, float y);
|
D | fdimf.cpp | 14 float LLVM_LIBC_ENTRYPOINT(fdimf)(float x, float y) { in LLVM_LIBC_ENTRYPOINT() argument
|
D | CMakeLists.txt | 694 fdimf 696 fdimf.cpp 698 fdimf.h
|
/external/rust/crates/libm/src/math/ |
D | fdimf.rs | 12 pub fn fdimf(x: f32, y: f32) -> f32 { in fdimf() function
|
D | mod.rs | 110 mod fdimf; module 218 pub use self::fdimf::fdimf;
|
/external/rust/crates/libm/ |
D | CHANGELOG.md | 74 - fdimf
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 86 float fdimf(float, float); 279 F(fdim), F(fdimf), F(fdiml), F(floor), F(floorf),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 86 float fdimf(float, float); 279 F(fdim), F(fdimf), F(fdiml), F(floor), F(floorf),
|
D | math-libcalls.c | 226 fdim(f,f); fdimf(f,f); fdiml(f,f); in foo()
|
/external/llvm-project/libc/config/linux/aarch64/ |
D | entrypoints.txt | 57 libc.src.math.fdimf
|
/external/llvm-project/clang/lib/Headers/openmp_wrappers/ |
D | cmath | 51 __DEVICE__ float fdim(float __x, float __y) { return ::fdimf(__x, __y); }
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 178 float fdimf(float x, float y);
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | math.h | 59 float fdimf(float __a, float __b);
|
/external/llvm-project/libc/config/linux/x86_64/ |
D | entrypoints.txt | 100 libc.src.math.fdimf
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | non_max_suppression_op.cu.cc | 82 const float w = fdimf(xx2, xx1); in OverThreshold() 83 const float h = fdimf(yy2, yy1); in OverThreshold()
|
/external/libcxx/include/ |
D | cmath | 193 float fdimf(float x, float y); 415 using ::fdimf;
|
/external/llvm-project/libcxx/include/ |
D | cmath | 192 float fdimf(float x, float y); 418 using ::fdimf;
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 461 using ::fdimf;
|
D | __clang_hip_cmath.h | 579 using ::fdimf;
|
D | __clang_cuda_math.h | 114 __DEVICE__ float fdimf(float __a, float __b) { return __nv_fdimf(__a, __b); } in fdimf() function
|
/external/llvm-project/libc/spec/ |
D | stdc.td | 310 FunctionSpec<"fdimf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>]>,
|