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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/PowerPC/
fmaxnum.ll 3 declare float @fmaxf(float, float)
15 ; CHECK: bl fmaxf
17 %z = call float @fmaxf(float %x, float %y) readnone
36 ; CHECK: bl fmaxf
57 ; CHECK: bl fmaxf
58 ; CHECK: bl fmaxf
65 ; CHECK: bl fmaxf
66 ; CHECK: bl fmaxf
67 ; CHECK: bl fmaxf
68 ; CHECK: bl fmaxf
    [all...]
ctr-minmaxnum.ll 12 declare float @fmaxf(float, float)
105 ; CHECK: bl fmaxf
138 %0 = call float @fmaxf(float %f, float 1.0) readnone
150 ; CHECK: bl fmaxf
  /external/llvm/test/CodeGen/X86/
2008-07-23-VSetCC.ll 24 call float @fmaxf( float 0.000000e+00, float %15 ) ; <float>:16 [#uses=0]
32 declare float @fmaxf(float, float)
fmaxnum.ll 4 declare float @fmaxf(float, float)
35 %z = call float @fmaxf(float %x, float %y) readnone
40 ; CHECK: jmp fmaxf
42 %z = call float @fmaxf(float %x, float %y) readnone
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2008-07-23-VSetCC.ll 24 call float @fmaxf( float 0.000000e+00, float %15 ) ; <float>:16 [#uses=0]
32 declare float @fmaxf(float, float)
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 97 INLINE_DEF_FLOAT_SYMBOL(fmaxf, 2)
  /bionic/libm/
builtins.cpp 52 float fmaxf(float x, float y) { return __builtin_fmaxf(x, y); } function
  /external/tensorflow/tensorflow/core/kernels/
adjust_hsv_gpu.cu.h 42 const float M = fmaxf(r, fmaxf(g, b));
129 new_s = fminf(1.0f, fmaxf(0.0f, hsv.s * scale));
  /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/test/Transforms/InstCombine/
float-shrink-compare.ll 208 ; CHECK-NEXT: %fmaxf = call float @fmaxf(float %x, float %y)
209 ; CHECK-NEXT: fcmp oeq float %fmaxf, %z
221 ; CHECK-NEXT: %fmaxf = call float @fmaxf(float %x, float %y)
222 ; CHECK-NEXT: fcmp oeq float %fmaxf, %z
  /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);
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-sp/
libcompiler_rt.so 
libblas.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-sp/
libcompiler_rt.so 
libblas.so 
  /external/tensorflow/tensorflow/core/util/
cuda_kernel_helper.h 62 return fmaxf(x, y);
  /external/llvm/test/CodeGen/Mips/
mips64signextendsesf.ll 184 %call = tail call float @fmaxf(float %b.0.b.0., float %a.0.a.0.) #2
193 declare float @fmaxf(float, float) #1
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 127 EXPORT_F32_FN_F32_F32(fmaxf)
  /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/libcxx/include/
cmath 201 float fmaxf(float x, float y);
414 using ::fmaxf;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cmath 201 float fmaxf(float x, float y);
415 using ::fmaxf;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
cmath 201 float fmaxf(float x, float y);
414 using ::fmaxf;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
cmath 201 float fmaxf(float x, float y);
414 using ::fmaxf;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
cmath 201 float fmaxf(float x, float y);
414 using ::fmaxf;

Completed in 927 milliseconds

1 2 3 4 5 6 7 8 91011>>