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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nexttoward.c 18 * where long double is the same as double, nexttoward() is an alias
33 nexttoward(double x, long double y) function
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 123 __DEVICE__ float nexttoward(float __from, float __to) { function
126 __DEVICE__ double nexttoward(double __from, double __to) { function
tgmath.h 1065 // nexttoward
1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);}
1079 #undef nexttoward macro
1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 123 __DEVICE__ float nexttoward(float __from, float __to) { function
126 __DEVICE__ double nexttoward(double __from, double __to) { function
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 123 __DEVICE__ float nexttoward(float __from, float __to) { function
126 __DEVICE__ double nexttoward(double __from, double __to) { function
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 123 __DEVICE__ float nexttoward(float __from, float __to) { function
126 __DEVICE__ double nexttoward(double __from, double __to) { function
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 123 __DEVICE__ float nexttoward(float __from, float __to) { function
126 __DEVICE__ double nexttoward(double __from, double __to) { function
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 123 __DEVICE__ float nexttoward(float __from, float __to) { function
126 __DEVICE__ double nexttoward(double __from, double __to) { function
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 123 __DEVICE__ float nexttoward(float __from, float __to) { function
126 __DEVICE__ double nexttoward(double __from, double __to) { function
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 123 __DEVICE__ float nexttoward(float __from, float __to) { function
126 __DEVICE__ double nexttoward(double __from, double __to) { function
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 123 __DEVICE__ float nexttoward(float __from, float __to) { function
126 __DEVICE__ double nexttoward(double __from, double __to) { function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 123 __DEVICE__ float nexttoward(float __from, float __to) { function
126 __DEVICE__ double nexttoward(double __from, double __to) { function
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 125 __DEVICE__ float nexttoward(float __from, double __to) { function
128 __DEVICE__ double nexttoward(double __from, double __to) { function
292 nexttoward(__T __from, double __to) { function
293 return std::nexttoward((double)__from, __to);
382 using ::nexttoward;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 125 __DEVICE__ float nexttoward(float __from, double __to) { function
128 __DEVICE__ double nexttoward(double __from, double __to) { function
292 nexttoward(__T __from, double __to) { function
293 return std::nexttoward((double)__from, __to);
382 using ::nexttoward;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 125 __DEVICE__ float nexttoward(float __from, double __to) { function
128 __DEVICE__ double nexttoward(double __from, double __to) { function
292 nexttoward(__T __from, double __to) { function
293 return std::nexttoward((double)__from, __to);
382 using ::nexttoward;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 125 __DEVICE__ float nexttoward(float __from, double __to) { function
128 __DEVICE__ double nexttoward(double __from, double __to) { function
292 nexttoward(__T __from, double __to) { function
293 return std::nexttoward((double)__from, __to);
382 using ::nexttoward;
  /prebuilts/ndk/r11/sources/android/support/src/
math_support.c 39 * nexttoward is the same as nextafter.
42 __attribute__((weak)) double nexttoward(double d, long double td) { function
  /prebuilts/ndk/r13/sources/android/support/src/
math_support.c 39 * nexttoward is the same as nextafter.
42 __attribute__((weak)) double nexttoward(double d, long double td) { function
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 153 #define nexttoward(x,y) __TGMATH_REAL_1_2(x, y, nexttoward) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 164 #define nexttoward(x,y) __TGMATH_REAL_1_2(x, y, nexttoward) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 164 #define nexttoward(x,y) __TGMATH_REAL_1_2(x, y, nexttoward) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 153 #define nexttoward(x,y) __TGMATH_REAL_1_2(x, y, nexttoward) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 399 #define nexttoward(Val1, Val2) \ macro
400 __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, nexttoward)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 399 #define nexttoward(Val1, Val2) \ macro
400 __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, nexttoward)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 153 #define nexttoward(x,y) __TGMATH_REAL_1_2(x, y, nexttoward) macro

Completed in 697 milliseconds

1 2