HomeSort by relevance Sort by last modified time
    Searched refs:fmal (Results 1 - 19 of 19) sorted by null

  /external/clang/test/CodeGen/
libcalls.c 72 long double l2 = fmal(a2, a2, a2);
libcall-declarations.c 93 long double fmal(long double, long double, long double);
280 F(floorl), F(fma), F(fmaf), F(fmal), F(fmax),
392 // CHECK-NOERRNO: declare x86_fp80 @fmal(x86_fp80, x86_fp80, x86_fp80) [[NUW]]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmal.c 166 fmal(long double x, long double y, long double z) function
s_fma.c 287 __weak_reference(fma, fmal);
  /external/bison/darwin-lib/
math.h 1167 # undef fmal macro
    [all...]
  /external/bison/lib/
math.in.h 837 # undef fmal macro
838 # define fmal rpl_fmal macro
840 _GL_FUNCDECL_RPL (fmal, long double,
842 _GL_CXXALIAS_RPL (fmal, long double,
846 # undef fmal macro
847 _GL_FUNCDECL_SYS (fmal, long double,
850 _GL_CXXALIAS_SYS (fmal, long double,
853 _GL_CXXALIASWARN (fmal); variable
855 # undef fmal macro
857 _GL_WARN_ON_USE (fmal, "fmal is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 1167 # undef fmal macro
    [all...]
  /bionic/libm/include/
math.h 423 long double fmal(long double, long double, long double);
  /external/ltrace/etc/
libm.so.conf 378 ldouble fmal(ldouble, ldouble, ldouble);
  /development/ndk/platforms/android-13/include/
math.h 432 long double fmal(long double, long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 434 long double fmal(long double, long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 429 long double fmal(long double, long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 429 long double fmal(long double, long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 423 long double fmal(long double, long double, long double) __NDK_FPABI_MATH__;
  /bionic/tests/
math_test.cpp 724 TEST(math, fmal) {
725 ASSERT_DOUBLE_EQ(10.0L, fmal(2.0L, 3.0L, 4.0L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 413 static_assert((std::is_same<decltype(fmal(0,0,0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 746 {return fmal(__x, __y, __z);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 369 milliseconds