HomeSort by relevance Sort by last modified time
    Searched defs:scalbn (Results 1 - 25 of 64) sorted by null

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_scalbn.c 18 * scalbn (double x, int n)
19 * scalbn(x,n) returns x* 2**n computed by exponent
37 scalbn (double x, int n) function
64 __weak_reference(scalbn, ldexpl);
65 __weak_reference(scalbn, scalbnl);
  /device/google/contexthub/firmware/lib/libm/
sf_scalbn.c 76 double scalbn(double x, int n) function
78 double scalbn(x,n)
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_scalbn.c 19 * scalbn (double x, int n)
20 * scalbn(x,n) returns x* 2**n computed by exponent
35 scalbn(double x, int n) function
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 315 scalbn(__T __x, int __exp) { function
316 return std::scalbn((double)__x, __exp);
389 using ::scalbn;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 315 scalbn(__T __x, int __exp) { function
316 return std::scalbn((double)__x, __exp);
389 using ::scalbn;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 324 scalbn(__T __x, int __exp) { function
325 return std::scalbn((double)__x, __exp);
398 using ::scalbn;
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 169 #define scalbn(x,y) __TGMATH_REAL_1_2(x, y, scalbn) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 169 #define scalbn(x,y) __TGMATH_REAL_1_2(x, y, scalbn) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 411 #define scalbn(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, scalbn) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 158 #define scalbn(x,y) __TGMATH_REAL_1_2(x, y, scalbn) macro
  /external/clang/lib/Headers/
tgmath.h 1157 // scalbn
1165 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);}
1171 #undef scalbn macro
1172 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 96 Ambiguous scalbn(Ambiguous, Ambiguous){ return Ambiguous(); } function
    [all...]

Completed in 603 milliseconds

1 2 3