HomeSort by: relevance | last modified time | path
    Searched refs:fminf (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libm/arch/riscv/
s_fminf.S 7 ENTRY(fminf) function
10 END(fminf)
  /src/lib/libm/arch/aarch64/
s_fminf.S 36 WEAK_ALIAS(fminf, _fminf)
  /src/lib/libm/noieee_src/
n_fminf.c 35 fminf(float x, float y) function
  /src/lib/libm/src/
s_fminf.c 38 fminf(float x, float y) function
  /src/include/
math.h 492 float fminf(float, float);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 465 using ::fminf;
__clang_cuda_math.h 134 __DEVICE__ float fminf(float __a, float __b) { return __nv_fminf(__a, __b); } function
__clang_hip_math.h 244 float fminf(float __x, float __y) { return __ocml_fmin_f32(__x, __y); } function
1260 float min(float __x, float __y) { return fminf(__x, __y); }
__clang_hip_cmath.h 692 using ::fminf;
tgmath.h 769 __tg_fmin(float __x, float __y) {return fminf(__x, __y);}
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 2056 pure float fminf(float x, float y);
2457 pure float fminf(float x, float y);
2906 pure float fminf(float x, float y);
3167 pure float fminf(float x, float y);
3472 pure float fminf(float x, float y);
3951 pure float fminf(float x, float y);
4354 pure float fminf(float x, float y);
4761 pure float fminf(float x, float y);
  /src/lib/libm/
Makefile 566 MLINKS+=fmax.3 fminf.3
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 149 {"fminf", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 149 {"fminf", 99},
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 201 float fminf(float x, float y);
1285 inline _LIBCPP_INLINE_VISIBILITY float fmin(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fminf(__lcpp_x, __lcpp_y);}
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 4604 func = min ? fminf : fmaxf;
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 4604 func = min ? fminf : fmaxf;
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18607 fminf(0.0f, 0.0f);
20886 fminf(0.0f, 0.0f);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20058 fminf(0.0f, 0.0f);
    [all...]

Completed in 102 milliseconds