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

  /src/lib/libc/arch/vax/gen/
ldexp.S 31 * double ldexp (value, exp)
35 * Ldexp returns value*2**exp, if that result is in range.
47 /*.asciz "@(#)ldexp.s 8.1 (Berkeley) 6/4/93" */
48 RCSID("$NetBSD: ldexp.S,v 1.7 2011/01/25 02:38:15 matt Exp $")
55 ENTRY(ldexp, 0) function
89 END(ldexp)
  /src/lib/libc/gen/
Lint_ldexp.c 12 ldexp(double val, int exp) function
  /src/lib/libc/arch/m68k/gen/
ldexp_881.c 42 * ldexp(value, exp): return value * (2 ** exp).
45 ldexp(value, exp2) function
  /src/lib/libc/arch/m68k/hardfloat/
ldexp_881.c 42 * ldexp(value, exp): return value * (2 ** exp).
45 ldexp(value, exp2) function
  /src/lib/libc/compat/gen/
compat_ldexp_ieee754.c 67 ldexp(double val, int expon) function
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-ctfloat.cc 44 CTFloat::ldexp (real_t r, int exp) function in class:CTFloat
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 155 __DEVICE__ float ldexp(float __arg, int __exp) { function
327 ldexp(__T __x, int __exp) { function
328 return std::ldexp((double)__x, __exp);
404 using ::ldexp;
__clang_hip_cmath.h 175 __DEF_FUN2_FI(float, ldexp)
524 ldexp(__T __x, int __exp) { function
525 return ::ldexp((double)__x, __exp);
627 using ::ldexp;
tgmath.h 853 // ldexp
861 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
867 #undef ldexp macro
868 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
__clang_cuda_math.h 154 __DEVICE__ double ldexp(double __a, int __b) { return __nv_ldexp(__a, __b); } function
__clang_hip_math.h 842 double ldexp(double __x, int __e) { return __ocml_ldexp_f64(__x, __e); } function
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
math-68881.h 481 ldexp (double x, int n) function
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
math-68881.h 481 ldexp (double x, int n) function
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 97 #define ldexp(x,y) __TGMATH_REAL_2(x, y, ldexp) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 97 #define ldexp(x,y) __TGMATH_REAL_2(x, y, ldexp) macro
  /src/include/
tgmath.h 166 #define ldexp(a,b) __TG_FN1x(ldexp, (a), (b)) macro
  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 250 void ldexp (int);
462 real_c_float::ldexp (int exp) function in class:real_c_float
557 void ldexp (int);
699 native_float<T>::ldexp (int exp) function in class:native_float
706 native_float<float>::ldexp (int exp) function in class:native_float
713 native_float<double>::ldexp (int exp) function in class:native_float
715 image = ::ldexp (image, exp);
790 z.ldexp (-f.exp() / 2);
840 x.ldexp(-exp);
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 250 void ldexp (int);
462 real_c_float::ldexp (int exp) function in class:real_c_float
557 void ldexp (int);
699 native_float<T>::ldexp (int exp) function in class:native_float
706 native_float<float>::ldexp (int exp) function in class:native_float
713 native_float<double>::ldexp (int exp) function in class:native_float
715 image = ::ldexp (image, exp);
790 z.ldexp (-f.exp() / 2);
840 x.ldexp(-exp);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h 495 ldexp, member in class:BUILTIN

Completed in 31 milliseconds