Searched refs:remquof (Results 1 – 9 of 9) sorted by relevance
/external/libcxx/include/ |
D | cmath | 273 float remquof(float x, float y, int* pquo); 455 using ::remquof;
|
D | math.h | 1434 …__lcpp_x, float __lcpp_y, int* __lcpp_z) _NOEXCEPT {return ::remquof(__lcpp_x, __lcpp_… in remquo()
|
/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()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4206 INTERCEPTOR(float, remquof, float x, float y, int *quo) { 4208 COMMON_INTERCEPTOR_ENTER(ctx, remquof, x, y, quo); 4212 float res = REAL(remquof)(x, y, quo); 4228 COMMON_INTERCEPT_FUNCTION(remquof); \
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1346 static_assert((std::is_same<decltype(remquof(0,0, &ip)), float>::value), ""); in test_remquo()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1397 static_assert((std::is_same<decltype(std::remquof(0,0, &ip)), float>::value), ""); in test_remquo()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2744 fun:remquof=uninstrumented
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8955 !532 = !DISubprogram(name: "remquof", linkageName: "_ZL7remquofffPi", scope: !444, file: !444, line…
|