HomeSort by relevance Sort by last modified time
    Searched refs:fmaxf (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmaxf.c 35 fmaxf(float x, float y) function
  /external/clang/test/Sema/
implicit-builtin-decl.c 61 extern float fmaxf(float, float);
  /external/eigen/Eigen/src/Core/arch/CUDA/
PacketMath.h 149 return make_float4(fmaxf(a.x, b.x), fmaxf(a.y, b.y), fmaxf(a.z, b.z), fmaxf(a.w, b.w));
265 return fmaxf(fmaxf(a.x, a.y), fmaxf(a.z, a.w));
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 97 INLINE_DEF_FLOAT_SYMBOL(fmaxf, 2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathinline.h 120 __NTH (fmaxf (float __x, float __y)) function
  /external/clang/test/CodeGen/
libcall-declarations.c 95 float fmaxf(float, float);
281 F(fmaxf), F(fmaxl), F(fmin), F(fminf), F(fminl),
394 // CHECK-NOERRNO: declare float @fmaxf(float, float) [[NUW]]
552 // CHECK-ERRNO: declare float @fmaxf(float, float) [[NUW]]
  /bionic/libc/include/
math.h 237 float fmaxf(float, float) __attribute_const__;
  /development/ndk/platforms/android-13/include/
math.h 369 float fmaxf(float, float) __pure2;
  /development/ndk/platforms/android-18/include/
math.h 371 float fmaxf(float, float) __pure2;
  /development/ndk/platforms/android-9/include/
math.h 366 float fmaxf(float, float) __pure2;
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 253 case LibFunc::fmax: case LibFunc::fmaxf: case LibFunc::fmaxl:
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 127 EXPORT_F32_FN_F32_F32(fmaxf)
  /development/ndk/platforms/android-21/include/
math.h 366 float fmaxf(float, float) __pure2;
  /bionic/tests/
math_test.cpp 699 TEST(math, fmaxf) {
700 ASSERT_FLOAT_EQ(12.0f, fmaxf(12.0f, 10.0f));
701 ASSERT_FLOAT_EQ(12.0f, fmaxf(12.0f, nanf("")));
702 ASSERT_FLOAT_EQ(12.0f, fmaxf(nanf(""), 12.0f));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 430 using ::fmaxf;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 430 using ::fmaxf;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 430 using ::fmaxf;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 430 using ::fmaxf;
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 374 case LibFunc::fmaxf:
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __NDK_FPABI_MATH__ __pure2;
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
math.h 368 float fmaxf(float, float) __NDK_FPABI_MATH__ __pure2;
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
math.h 368 float fmaxf(float, float) __NDK_FPABI_MATH__ __pure2;
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
math.h 371 float fmaxf(float, float) __NDK_FPABI_MATH__ __pure2;
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
math.h 371 float fmaxf(float, float) __NDK_FPABI_MATH__ __pure2;
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
math.h 371 float fmaxf(float, float) __NDK_FPABI_MATH__ __pure2;

Completed in 840 milliseconds

1 2 3 4 5 6