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

  /src/lib/libm/src/
s_fdim.c 48 DECL(float, fdimf)
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
cmath 51 __DEVICE__ float fdim(float __x, float __y) { return ::fdimf(__x, __y); }
  /src/include/
math.h 489 float fdimf(float, float);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 461 using ::fdimf;
__clang_cuda_math.h 114 __DEVICE__ float fdimf(float __a, float __b) { return __nv_fdimf(__a, __b); } function
__clang_hip_cmath.h 688 using ::fdimf;
tgmath.h 693 __tg_fdim(float __x, float __y) {return fdimf(__x, __y);}
__clang_hip_math.h 227 float fdimf(float __x, float __y) { return __ocml_fdim_f32(__x, __y); } function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 2042 float fdimf(float x, float y);
2443 float fdimf(float x, float y);
2896 float fdimf(float x, float y);
3163 float fdimf(float x, float y);
3470 float fdimf(float x, float y);
3937 float fdimf(float x, float y);
4340 float fdimf(float x, float y);
4747 float fdimf(float x, float y);
tgmath.d 483 alias core.stdc.math.fdimf fdim;
973 alias core.stdc.math.fdimf fdim;
1490 alias core.stdc.math.fdimf fdim;
  /src/lib/libm/
Makefile 568 MLINKS+=fdim.3 fdimf.3
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 311 {"fdimf", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 311 {"fdimf", 99},
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 189 float fdimf(float x, float y);
1202 inline _LIBCPP_INLINE_VISIBILITY float fdim(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fdimf(__lcpp_x, __lcpp_y);}
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18601 fdimf(0.0f, 0.0f);
20877 fdimf(0.0f, 0.0f);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20049 fdimf(0.0f, 0.0f);
    [all...]

Completed in 54 milliseconds