/external/llvm-project/libc/fuzzing/math/ |
D | math_differential_fuzz.cpp | 147 RemQuoDiff<float>(&__llvm_libc::remquof, &::remquof, data, size); in LLVMFuzzerTestOneInput()
|
D | CMakeLists.txt | 40 libc.src.math.remquof
|
/external/llvm-project/libc/test/src/math/ |
D | remquof_test.cpp | 13 LIST_REMQUO_TESTS(float, __llvm_libc::remquof)
|
D | CMakeLists.txt | 693 libc.src.math.remquof
|
/external/llvm-project/libc/src/math/ |
D | remquof.h | 14 float remquof(float x, float y, int *exp);
|
D | remquof.cpp | 14 float LLVM_LIBC_ENTRYPOINT(remquof)(float x, float y, int *exp) { in LLVM_LIBC_ENTRYPOINT() argument
|
D | CMakeLists.txt | 598 remquof 600 remquof.cpp 602 remquof.h
|
/external/rust/crates/libm/src/math/ |
D | remainderf.rs | 3 let (result, _) = super::remquof(x, y); in remainderf()
|
D | mod.rs | 156 mod remquof; module 270 pub use self::remquof::remquof;
|
D | remquof.rs | 2 pub fn remquof(mut x: f32, mut y: f32) -> (f32, i32) { in remquof() function
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 183 return ::remquof(__n, __d, __q); in remquo() 486 using ::remquof;
|
D | __clang_hip_cmath.h | 100 return ::remquof(__x, __y, __quo); in remquo() 605 using ::remquof;
|
D | __clang_cuda_math.h | 243 __DEVICE__ float remquof(float __a, float __b, int *__c) { in remquof() function
|
D | tgmath.h | 1098 {return remquof(__x, __y, __z);} in __tg_remquo()
|
D | __clang_hip_math.h | 413 float remquof(float __x, float __y, int *__quo) {
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 182 float remquof(float x, float y, int* quo);
|
/external/llvm-project/clang/test/CodeGen/ |
D | math-libcalls.c | 426 remquo(f,f,i); remquof(f,f,i); remquol(f,f,i); in foo()
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | math.h | 135 float remquof(float __a, float __b, int *__c);
|
/external/llvm-project/libc/config/linux/x86_64/ |
D | entrypoints.txt | 131 libc.src.math.remquof
|
/external/libcxx/include/ |
D | cmath | 273 float remquof(float x, float y, int* pquo); 455 using ::remquof;
|
/external/llvm-project/libcxx/include/ |
D | cmath | 272 float remquof(float x, float y, int* pquo); 458 using ::remquof;
|
D | math.h | 1430 …__lcpp_x, float __lcpp_y, int* __lcpp_z) _NOEXCEPT {return ::remquof(__lcpp_x, __lcpp_… in remquo()
|
/external/llvm-project/libc/spec/ |
D | stdc.td | 358 …FunctionSpec<"remquof", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>, ArgSpec<In…
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1105 {return remquof(__x, __y, __z);} in __tg_remquo()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1776 TEST(MemorySanitizer, remquof) { in TEST() argument 1778 float res = remquof(29.0, 3.0, &quo); in TEST() 1785 long double res = remquof(29.0, 3.0, &quo); in TEST()
|