/netbsd-src/lib/libc/gen/ |
H A D | Lint_ldexp.c | 12 ldexp(double val, int exp) in ldexp() function
|
/netbsd-src/lib/libc/arch/m68k/gen/ |
H A D | ldexp_881.c | 45 ldexp(value, exp2) in ldexp() function
|
/netbsd-src/lib/libc/arch/m68k/hardfloat/ |
H A D | ldexp_881.c | 45 ldexp(value, exp2) in ldexp() function
|
/netbsd-src/lib/libc/compat/gen/ |
H A D | compat_ldexp_ieee754.c | 67 ldexp(double val, int expon) in ldexp() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-ctfloat.cc | 44 CTFloat::ldexp (real_t r, int exp) in ldexp() function in CTFloat
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 220 alias core.stdc.math.ldexp ldexp; in version() local 222 alias core.stdc.math.ldexpf ldexp; in version() local 224 alias core.stdc.math.ldexpl ldexp; in version() local 720 alias core.stdc.math.ldexp ldexp; in version() local 722 alias core.stdc.math.ldexpf ldexp; in version() local 724 alias core.stdc.math.ldexpl ldexp; in version() local 1210 alias core.stdc.math.ldexp ldexp; variable 1212 alias core.stdc.math.ldexpf ldexp; variable 1214 alias core.stdc.math.ldexpl ldexp; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | paranoia.cc | 462 real_c_float::ldexp (int exp) in ldexp() function in real_c_float 699 native_float<T>::ldexp (int exp) in ldexp() function in native_float 706 native_float<float>::ldexp (int exp) in ldexp() function in native_float 713 native_float<double>::ldexp (int exp) in ldexp() function in native_float
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | paranoia.cc | 462 real_c_float::ldexp (int exp) in ldexp() function in real_c_float 699 native_float<T>::ldexp (int exp) in ldexp() function in native_float 706 native_float<float>::ldexp (int exp) in ldexp() function in native_float 713 native_float<double>::ldexp (int exp) in ldexp() function in native_float
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | math-68881.h | 481 ldexp (double x, int n) in ldexp() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 481 ldexp (double x, int n) in ldexp() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-frontend.cc | 307 CTFloat::ldexp (real_t r, int exp) in ldexp() function in CTFloat
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 958 inline _LIBCPP_INLINE_VISIBILITY float ldexp(float __lcpp_x, int __lcpp_e) _NOEXCEPT {r… in ldexp() function 959 inline _LIBCPP_INLINE_VISIBILITY long double ldexp(long double __lcpp_x, int __lcpp_e) _NOEXCEPT {r… in ldexp() function 965 ldexp(_A1 __lcpp_x, int __lcpp_e) _NOEXCEPT {return ::ldexp((double)__lcpp_x, __lcpp_e);} in ldexp() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 155 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp() function
|
H A D | __clang_cuda_math.h | 154 __DEVICE__ double ldexp(double __a, int __b) { return __nv_ldexp(__a, __b); } in ldexp() function
|
H A D | tgmath.h | 868 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 97 #define ldexp(x,y) __TGMATH_REAL_2(x, y, ldexp) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 97 #define ldexp(x,y) __TGMATH_REAL_2(x, y, ldexp) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 3155 real ldexp(real n, int exp) @nogc @safe pure nothrow { pragma(inline, true); return core.math.ldexp… in ldexp() function 3158 double ldexp(double n, int exp) @safe pure nothrow @nogc { return ldexp(cast(real) n, exp); } in ldexp() function 3161 float ldexp(float n, int exp) @safe pure nothrow @nogc { return ldexp(cast(real) n, exp); } in ldexp() function
|
/netbsd-src/include/ |
H A D | tgmath.h | 166 #define ldexp(a,b) __TG_FN1x(ldexp, (a), (b)) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | declaration.h | 495 ldexp, enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 120 ldexp, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 120 ldexp, 89 keyword
|