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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/PowerPC/
fminnum.ll 3 declare float @fminf(float, float)
15 ; CHECK: bl fminf
17 %z = call float @fminf(float %x, float %y) readnone
36 ; CHECK: bl fminf
57 ; CHECK: bl fminf
58 ; CHECK: bl fminf
65 ; CHECK: bl fminf
66 ; CHECK: bl fminf
67 ; CHECK: bl fminf
68 ; CHECK: bl fminf
    [all...]
ctr-minmaxnum.ll 7 declare float @fminf(float, float)
40 ; CHECK: bl fminf
60 ; CHECK: bl fminf
64 ; QPX-NOT: bl fminf
73 %0 = call float @fminf(float %f, float 1.0) readnone
85 ; CHECK: bl fminf
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 96 INLINE_DEF_FLOAT_SYMBOL(fminf, 2)
  /external/llvm/test/Transforms/InstCombine/
float-shrink-compare.ll 182 ; CHECK-NEXT: %fminf = call float @fminf(float %x, float %y)
183 ; CHECK-NEXT: fcmp oeq float %fminf, %z
195 ; CHECK-NEXT: %fminf = call float @fminf(float %x, float %y)
196 ; CHECK-NEXT: fcmp oeq float %fminf, %z
246 ; CHECK-NEXT: %fminf = call float @fminf(float 1.000000e+00, float %x)
247 ; CHECK-NEXT: fcmp oeq float %fminf, %y
257 ; should not be changed to fminf as the constant would loose precisio
    [all...]
  /bionic/libm/
builtins.cpp 55 float fminf(float x, float y) { return __builtin_fminf(x, y); } function
  /external/tensorflow/tensorflow/core/kernels/
adjust_hsv_gpu.cu.h 43 const float m = fminf(r, fminf(g, b));
129 new_s = fminf(1.0f, fmaxf(0.0f, hsv.s * scale));
  /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));
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fminf.c 35 fminf(float x, float y) function
  /external/tensorflow/tensorflow/core/util/
cuda_kernel_helper.h 56 return fminf(x, y);
  /external/llvm/test/CodeGen/Mips/
mips64signextendsesf.ll 201 %call = tail call float @fminf(float %b.0.b.0., float %a.0.a.0.) #2
210 declare float @fminf(float, float) #1
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 128 EXPORT_F32_FN_F32_F32(fminf)
  /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/libcxx/include/
cmath 205 float fminf(float x, float y);
416 using ::fminf;
  /external/llvm/test/CodeGen/X86/
fminnum.ll 4 declare float @fminf(float, float)
35 %z = call float @fminf(float %x, float %y) readnone
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cmath 205 float fminf(float x, float y);
417 using ::fminf;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
cmath 205 float fminf(float x, float y);
416 using ::fminf;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
cmath 205 float fminf(float x, float y);
416 using ::fminf;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
cmath 205 float fminf(float x, float y);
416 using ::fminf;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
cmath 205 float fminf(float x, float y);
416 using ::fminf;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
cmath 205 float fminf(float x, float y);
416 using ::fminf;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
cmath 205 float fminf(float x, float y);
416 using ::fminf;
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cmath 205 float fminf(float x, float y);
417 using ::fminf;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
cmath 205 float fminf(float x, float y);
416 using ::fminf;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
cmath 205 float fminf(float x, float y);
416 using ::fminf;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
cmath 205 float fminf(float x, float y);
416 using ::fminf;

Completed in 821 milliseconds

1 2 3 4 5 6 7 8 91011>>