/external/swiftshader/src/OpenGL/compiler/ |
D | InfoSink.h | 24 return modff(f, &intPart); in fractionalPart()
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 32 float modff(float, float *); 268 F(ldexpl), F(modf), F(modff), F(modfl), F(nan),
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf()
|
/external/libcxx/include/ |
D | cmath | 111 float modff(float value, float* iptr); 376 using ::modff;
|
D | math.h | 977 … modf(float __lcpp_x, float* __lcpp_y) _NOEXCEPT {return ::modff(__lcpp_x, __lcpp_y… in modf()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 501 ; CHECK: declare void @modff(...) 502 declare void @modff(...)
|
D | annotate.ll | 517 ; CHECK: declare float @modff(float, float* nocapture) [[G0]] 518 declare float @modff(float, float*)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 630 ; CHECK: declare void @modff(...) 631 declare void @modff(...)
|
D | annotate.ll | 649 ; CHECK: declare float @modff(float, float* nocapture) [[G0]] 650 declare float @modff(float, float*)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 755 /// float modff(float, float *iptr); 756 TLI_DEFINE_ENUM_INTERNAL(modff) 757 TLI_DEFINE_STRING_INTERNAL("modff")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 215 TLI.setUnavailable(LibFunc::modff); in initialize() 634 case LibFunc::modff: in isValidProtoForLibFunc()
|
/external/arm-optimized-routines/test/ |
D | mathtest.c | 317 TFUNC(at_ssp,rt_s2, modff, 0), 1435 } else if (t.func->func.ptr == &modf || t.func->func.ptr == &modff) { in runtest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 949 /// float modff(float, float *iptr); 950 TLI_DEFINE_ENUM_INTERNAL(modff) 951 TLI_DEFINE_STRING_INTERNAL("modff")
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 247 case LibFunc::modff: in inferLibFuncAttributes()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1727 TEST(MemorySanitizer, modff) { in TEST() argument 1729 x = modff(2.1, &y); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2433 INTERCEPTOR(float, modff, float x, float *iptr) { 2435 COMMON_INTERCEPTOR_ENTER(ctx, modff, x, iptr); 2439 float res = REAL(modff)(x, iptr); 2459 COMMON_INTERCEPT_FUNCTION(modff); \
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation_utils.cpp | 626 const float fract = modff(v1_f, &intpart); in manual_PreCallValidateViewport()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 922 LIBBUILTIN(modff, "fff*", "fn", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 410 static_assert((std::is_same<decltype(modff(0, (float*)0)), float>::value), ""); in test_modf()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 413 static_assert((std::is_same<decltype(std::modff(0, (float*)0)), float>::value), ""); in test_modf()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2300 fun:modff=uninstrumented
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8945 !522 = !DISubprogram(name: "modff", linkageName: "_ZL5modfffPf", scope: !444, file: !444, line: 154…
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 88 PUBLIC 31ba0 0 modff
|