HomeSort by relevance Sort by last modified time
    Searched refs:fmaf (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
math.h 365 float fmaf(float, float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
math.h 365 float fmaf(float, float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
math.h 365 float fmaf(float, float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
math.h 365 float fmaf(float, float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
math.h 365 float fmaf(float, float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 367 float fmaf(float, float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 367 float fmaf(float, float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 367 float fmaf(float, float, float) __NDK_FPABI_MATH__;
  /bionic/tests/
math_test.cpp 720 TEST(math, fmaf) {
721 ASSERT_FLOAT_EQ(10.0f, fmaf(2.0f, 3.0f, 4.0f));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 412 static_assert((std::is_same<decltype(fmaf(0,0,0)), float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 419 static_assert((std::is_same<decltype(fmaf(0,0,0)), float>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 975 extern float __cdecl fmaf (float, float, float);
  /external/clang/lib/Headers/
tgmath.h 736 {return fmaf(__x, __y, __z);}
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 736 {return fmaf(__x, __y, __z);}
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 736 {return fmaf(__x, __y, __z);}
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 736 {return fmaf(__x, __y, __z);}
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 736 {return fmaf(__x, __y, __z);}
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 736 {return fmaf(__x, __y, __z);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 736 {return fmaf(__x, __y, __z);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 736 {return fmaf(__x, __y, __z);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]

Completed in 1083 milliseconds

1 2 34 5