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

1 2 3 4 5 6

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fminf.c 35 fminf(float x, float y) function
  /external/eigen/Eigen/src/Core/arch/CUDA/
PacketMath.h 142 return make_float4(fminf(a.x, b.x), fminf(a.y, b.y), fminf(a.z, b.z), fminf(a.w, b.w));
272 return fminf(fminf(a.x, a.y), fminf(a.z, a.w));
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 96 INLINE_DEF_FLOAT_SYMBOL(fminf, 2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathinline.h 134 __NTH (fminf (float __x, float __y)) function
  /external/clang/test/CodeGen/
libcall-declarations.c 98 float fminf(float, float);
281 F(fmaxf), F(fmaxl), F(fmin), F(fminf), F(fminl),
397 // CHECK-NOERRNO: declare float @fminf(float, float) [[NUW]]
555 // CHECK-ERRNO: declare float @fminf(float, float) [[NUW]]
  /bionic/libc/include/
math.h 238 float fminf(float, float) __attribute_const__;
  /development/ndk/platforms/android-13/include/
math.h 370 float fminf(float, float) __pure2;
  /development/ndk/platforms/android-18/include/
math.h 372 float fminf(float, float) __pure2;
  /development/ndk/platforms/android-9/include/
math.h 367 float fminf(float, float) __pure2;
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 254 case LibFunc::fmin: case LibFunc::fminf: case LibFunc::fminl:
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 128 EXPORT_F32_FN_F32_F32(fminf)
  /development/ndk/platforms/android-21/include/
math.h 367 float fminf(float, float) __pure2;
  /bionic/tests/
math_test.cpp 717 TEST(math, fminf) {
718 ASSERT_FLOAT_EQ(10.0f, fminf(12.0f, 10.0f));
719 ASSERT_FLOAT_EQ(12.0f, fminf(12.0f, nanf("")));
720 ASSERT_FLOAT_EQ(12.0f, fminf(nanf(""), 12.0f));
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.cc 32 return current + sign * fminf(delta, limit);
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 431 using ::fminf;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 431 using ::fminf;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 431 using ::fminf;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 431 using ::fminf;
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 370 case LibFunc::fminf:
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
math.h 369 float fminf(float, float) __NDK_FPABI_MATH__ __pure2;
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
math.h 369 float fminf(float, float) __NDK_FPABI_MATH__ __pure2;
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
math.h 369 float fminf(float, float) __NDK_FPABI_MATH__ __pure2;
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
math.h 372 float fminf(float, float) __NDK_FPABI_MATH__ __pure2;
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
math.h 372 float fminf(float, float) __NDK_FPABI_MATH__ __pure2;
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
math.h 372 float fminf(float, float) __NDK_FPABI_MATH__ __pure2;

Completed in 2157 milliseconds

1 2 3 4 5 6