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

1 23

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h 429 long double fmal(long double, long double, long double);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h 429 long double fmal(long double, long double, long double);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 429 long double fmal(long double, long double, long double);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 429 long double fmal(long double, long double, long double);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 429 long double fmal(long double, long double, long double);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 429 long double fmal(long double, long double, long double);
  /bionic/libm/include/
math.h 411 long double fmal(long double, long double, long double);
  /bionic/tests/
math_test.cpp 623 TEST(math, fmal) {
624 ASSERT_FLOAT_EQ(10.0, fmal(2.0, 3.0, 4.0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.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);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 746 {return fmal(__x, __y, __z);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 182 milliseconds

1 23