HomeSort by: relevance | last modified time | path
    Searched defs:scalbnf (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/src/
s_scalbnf.c 28 __weak_alias(scalbnf, _scalbnf)
40 scalbnf(float x, int n) function
namespace.h 88 #define scalbnf _scalbnf macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 278 __DEVICE__ float scalbnf(float __a, int __b) { return __nv_scalbnf(__a, __b); } function
291 return scalbnf(__a, (int)__b);
__clang_hip_math.h 465 float scalbnf(float __x, int __n) { return __ocml_scalbn_f32(__x, __n); } function
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 414 float scalbnf (float x, int y);
417 scalbnf (float x, int y) function
546 delta = scalbnf (0.5f, exp);
549 have been able to combine this with scalbnf, but some targets don't
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 414 float scalbnf (float x, int y);
417 scalbnf (float x, int y) function
546 delta = scalbnf (0.5f, exp);
549 have been able to combine this with scalbnf, but some targets don't

Completed in 29 milliseconds