HomeSort by relevance Sort by last modified time
    Searched refs:ldexpl (Results 1 - 25 of 57) sorted by null

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmal.c 224 zs = ldexpl(zs, -spread);
252 return (xy.hi + vzs + ldexpl(xy.lo, spread));
264 return (ldexpl(r.hi + adj, spread));
269 return (ldexpl(r.hi + adj, spread));
s_scalbn.c 64 __weak_reference(scalbn, ldexpl);
s_scalbnl.c 71 __strong_reference(scalbnl, ldexpl);
  /external/clang/test/CodeGen/
libcall-declarations.c 30 long double ldexpl(long double, int);
268 F(ldexpl), F(modf), F(modff), F(modfl), F(nan),
332 // CHECK-NOERRNO: declare x86_fp80 @ldexpl(x86_fp80, i32) [[NUW]]
  /bionic/tests/headers/posix/
math_h.c 229 FUNCTION(ldexpl, long double (*f)(long double, int));
  /bionic/libc/include/
math.h 152 long double ldexpl(long double __x, int __exponent) __RENAME_LDBL(ldexp, 3, 3);
  /bionic/tests/
math_test.cpp 769 TEST(MATH_TEST, ldexpl) {
770 ASSERT_DOUBLE_EQ(16.0L, ldexpl(2.0L, 3.0));
1151 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG);
1172 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 700 /* Define to 1 if you have the `ldexpl' function. */
1538 # define ldexpl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 700 /* Define to 1 if you have the `ldexpl' function. */
1538 # define ldexpl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 700 /* Define to 1 if you have the `ldexpl' function. */
1538 # define ldexpl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 700 /* Define to 1 if you have the `ldexpl' function. */
1538 # define ldexpl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 655 __NTH (ldexpl (long double __x, int __y)) function
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 67 TLI.setUnavailable(LibFunc::ldexpl);
144 TLI.setUnavailable(LibFunc::ldexpl);
    [all...]
  /external/clang/lib/Headers/
tgmath.h 872 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 872 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 872 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 881 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 881 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 881 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 881 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 881 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 881 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 881 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 872 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);}
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 872 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);}

Completed in 1358 milliseconds

1 2 3