HomeSort by relevance Sort by last modified time
    Searched full:nextafterl (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nextafterl.c 34 nextafterl(long double x, long double y) function
80 __strong_reference(nextafterl, nexttowardl);
s_fmal.c 84 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo);
117 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo);
210 return (nextafterl(z, 0));
215 return (nextafterl(z, -INFINITY));
218 return (nextafterl(z, INFINITY));
s_nextafter.c 82 __weak_reference(nextafter, nextafterl);
  /external/libcxx/include/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
519 using ::nextafterl;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
519 using ::nextafterl;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
cmath 262 long double nextafterl(long double x, long double y);
514 using ::nextafterl;
  /bionic/libc/tools/
posix-2013.txt 600 nextafterl
  /bionic/tests/
math_test.cpp 1147 TEST(MATH_TEST, nextafterl) {
1148 ASSERT_DOUBLE_EQ(0.0L, nextafterl(0.0L, 0.0L));
1152 ASSERT_DOUBLE_EQ(smallest_positive, nextafterl(0.0L, 1.0L));
1153 ASSERT_DOUBLE_EQ(-smallest_positive, nextafterl(0.0L, -1.0L));
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 141 long double nextafterl(long double, long double);
290 F(nextafterf), F(nextafterl), F(nexttoward), F(nexttowardf), F(nexttowardl),
440 // CHECK-NOERRNO: declare x86_fp80 @nextafterl(x86_fp80, x86_fp80) [[NUW]]
  /bionic/libm/
libm.arm.map 210 nextafterl; # introduced=21
libm.arm64.map 210 nextafterl; # introduced=21
libm.map.txt 209 nextafterl; # introduced=21

Completed in 711 milliseconds

1 2 3 4 5 6 7 8