Home
last modified time | relevance | path

Searched refs:modff (Results 1 – 22 of 22) sorted by relevance

/external/bison/linux-lib/
Dmath.h1864 # undef modff
1865 # define modff rpl_modff
1867 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1868 _GL_CXXALIAS_RPL (modff, float, (float x, float *iptr));
1871 # undef modff
1872 _GL_FUNCDECL_SYS (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1874 _GL_CXXALIAS_SYS (modff, float, (float x, float *iptr));
1876 _GL_CXXALIASWARN (modff);
1878 # undef modff
1880 _GL_WARN_ON_USE (modff, "modff is unportable - "
/external/bison/lib/
Dmath.in.h1552 # undef modff
1553 # define modff rpl_modff macro
1555 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1556 _GL_CXXALIAS_RPL (modff, float, (float x, float *iptr));
1559 # undef modff
1560 _GL_FUNCDECL_SYS (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1562 _GL_CXXALIAS_SYS (modff, float, (float x, float *iptr));
1564 _GL_CXXALIASWARN (modff);
1566 # undef modff
1568 _GL_WARN_ON_USE (modff, "modff is unportable - "
/external/bison/darwin-lib/
Dmath.h1864 # undef modff
1865 # define modff rpl_modff
1867 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1868 _GL_CXXALIAS_RPL (modff, float, (float x, float *iptr));
1871 # undef modff
1872 _GL_FUNCDECL_SYS (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1874 _GL_CXXALIAS_SYS (modff, float, (float x, float *iptr));
1876 _GL_CXXALIASWARN (modff);
1878 # undef modff
1880 _GL_WARN_ON_USE (modff, "modff is unportable - "
/external/swiftshader/src/OpenGL/compiler/
DInfoSink.h24 return modff(f, &intPart); in fractionalPart()
/external/clang/test/CodeGen/
Dlibcall-declarations.c32 float modff(float, float *);
268 F(ldexpl), F(modf), F(modff), F(modfl), F(nan),
/external/clang/lib/Headers/
D__clang_cuda_cmath.h122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf()
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll501 ; CHECK: declare void @modff(...)
502 declare void @modff(...)
Dannotate.ll517 ; CHECK: declare float @modff(float, float* nocapture) [[G0]]
518 declare float @modff(float, float*)
/external/libcxx/include/
Dcmath111 float modff(float value, float* iptr);
373 using ::modff;
Dmath.h879 … modf(float __lcpp_x, float* __lcpp_y) _NOEXCEPT {return ::modff(__lcpp_x, __lcpp_y… in modf()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def755 /// float modff(float, float *iptr);
756 TLI_DEFINE_ENUM_INTERNAL(modff)
757 TLI_DEFINE_STRING_INTERNAL("modff")
/external/bison/m4/
Dmath_h.m450 modf modff modfl powf
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp215 TLI.setUnavailable(LibFunc::modff); in initialize()
634 case LibFunc::modff: in isValidProtoForLibFunc()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp247 case LibFunc::modff: in inferLibFuncAttributes()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1727 TEST(MemorySanitizer, modff) { in TEST() argument
1729 x = modff(2.1, &y); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc2433 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/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp409 static_assert((std::is_same<decltype(modff(0, (float*)0)), float>::value), ""); in test_modf()
/external/clang/include/clang/Basic/
DBuiltins.def922 LIBBUILTIN(modff, "fff*", "fn", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp411 static_assert((std::is_same<decltype(std::modff(0, (float*)0)), float>::value), ""); in test_modf()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2300 fun:modff=uninstrumented
/external/bison/
Dconfigure24887 …g10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf re…
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym88 PUBLIC 31ba0 0 modff