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

1 2 3

  /bionic/libm/man/
signbit.3 46 .Xr fpclassify 3 ,
math.3 89 fpclassify classify a floating-point value
  /external/clang/test/CodeGen/
builtins.c 42 P(fpclassify, (0, 1, 2, 3, 4, 1.0));
43 P(fpclassify, (0, 1, 2, 3, 4, 1.0f));
44 P(fpclassify, (0, 1, 2, 3, 4, 1.0l));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 214 # define fpclassify(x) \ macro
217 # define fpclassify(x) \ macro
249 # define isnormal(x) (fpclassify (x) == FP_NORMAL)
251 /* Return nonzero value if X is a NaN. We could use `fpclassify' but
460 fpclassify (__u) == FP_NAN || fpclassify (__v) == FP_NAN; }))
  /external/libxml2/
trionan.c 565 #if defined(fpclassify) && defined(signbit)
567 * C99 defines fpclassify() and signbit() as a macros
570 switch (fpclassify(number)) {
619 * HP-UX 9.x and 10.x have an fpclassify() function, that is different
620 * from the C99 fpclassify() macro supported on HP-UX 11.x.
623 * same values as the HP-UX fpclassify() function.
632 # define TRIO_FPCLASSIFY(n) fpclassify(n)
  /bionic/libm/
fpclassify.c 27 * $FreeBSD: src/lib/libc/gen/fpclassify.c,v 1.2 2005/02/06 03:23:31 das Exp $
Android.mk 5 fpclassify.c \
  /external/qemu/fpu/
softfloat-native.h 272 return fpclassify(a) == FP_INFINITE;
284 return fpclassify(a) == FP_ZERO;
394 return fpclassify(a) == FP_INFINITE;
406 return fpclassify(a) == FP_ZERO;
511 return fpclassify(a) == FP_INFINITE;
523 return fpclassify(a) == FP_ZERO;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cmath 479 #undef fpclassify
497 fpclassify(_Tp __f)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cmath 479 #undef fpclassify
497 fpclassify(_Tp __f)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cmath 479 #undef fpclassify
497 fpclassify(_Tp __f)
  /bionic/libm/include/
math.h 96 #define fpclassify(x) \ macro
  /development/ndk/platforms/android-3/include/
math.h 96 #define fpclassify(x) \ macro
  /development/ndk/platforms/android-9/include/
math.h 96 #define fpclassify(x) \ macro
  /external/mesa3d/docs/
relnotes-7.9.html 111 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=28834">Bug 28834</a> - Add support for system fpclassify to GL_OES_query_matrix function for OpenBSD / NetBSD</li>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 96 #define fpclassify(x) \ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 96 #define fpclassify(x) \ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 96 #define fpclassify(x) \ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 96 #define fpclassify(x) \ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 96 #define fpclassify(x) \ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 96 #define fpclassify(x) \ macro
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h 96 #define fpclassify(x) \ macro
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h 96 #define fpclassify(x) \ macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h 96 #define fpclassify(x) \ macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h 96 #define fpclassify(x) \ macro

Completed in 3111 milliseconds

1 2 3