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

1 2 3 4 5 6 7 8

  /external/pdfium/third_party/lcms/
0021-sanitize-float-read.patch 11 + // fpclassify() required by C99
12 + return (fpclassify(*n) == FP_ZERO) || (fpclassify(*n) == FP_NORMAL);
  /external/v8/src/base/
qnx-math.h 10 #undef fpclassify macro
  /external/mesa3d/include/
c99_math.h 144 #if defined(fpclassify)
145 /* ISO C99 says that fpclassify is a macro. Assume that any implementation
146 * of fpclassify, whether it's in a C99 compiler or not, will be a macro.
149 /* For C++, fpclassify() should be defined in <cmath> */
151 /* Not required on VS2013 and above. Oddly, the fpclassify() function
158 fpclassify(double x) function
184 #error "Need to include or define an fpclassify function"
196 using std::fpclassify;
  /bionic/libc/bionic/
fpclassify.cpp 35 return fpclassify(d);
40 return fpclassify(f);
84 return fpclassify(ld);
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
ldtoa.c 41 primarily for the fpclassify() macro.
80 switch (fpclassify(u.extu_ld)) {
  /external/llvm/test/CodeGen/SystemZ/
tdc-06.ll 1 ; Test the Test Data Class instruction, as used by fpclassify.
  /external/swiftshader/third_party/subzero/crosstest/
test_fcmp_main.cpp 52 assert(std::fpclassify(NegInf) == FP_INFINITE);
53 assert(std::fpclassify(PosInf) == FP_INFINITE);
54 assert(std::fpclassify(Nan) == FP_NAN);
55 assert(std::fpclassify(NegNan) == FP_NAN);
  /bionic/tests/
math_test.cpp 105 TEST(MATH_TEST, fpclassify) {
106 ASSERT_EQ(FP_INFINITE, fpclassify(INFINITY));
107 ASSERT_EQ(FP_INFINITE, fpclassify(HUGE_VALF));
108 ASSERT_EQ(FP_INFINITE, fpclassify(HUGE_VAL));
109 ASSERT_EQ(FP_INFINITE, fpclassify(HUGE_VALL));
111 ASSERT_EQ(FP_NAN, fpclassify(nanf("")));
112 ASSERT_EQ(FP_NAN, fpclassify(nan("")));
113 ASSERT_EQ(FP_NAN, fpclassify(nanl("")));
115 ASSERT_EQ(FP_NORMAL, fpclassify(1.0f));
116 ASSERT_EQ(FP_NORMAL, fpclassify(1.0))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 219 # define fpclassify(x) \ macro
222 # define fpclassify(x) \ macro
254 # define isnormal(x) (fpclassify (x) == FP_NORMAL)
256 /* Return nonzero value if X is a NaN. We could use `fpclassify' but
478 fpclassify (__u) == FP_NAN || fpclassify (__v) == FP_NAN; }))
  /external/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ int fpclassify(double);
94 __DEVICE__ int fpclassify(float);
212 using ::fpclassify;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ int fpclassify(double);
94 __DEVICE__ int fpclassify(float);
212 using ::fpclassify;
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ int fpclassify(double);
94 __DEVICE__ int fpclassify(float);
212 using ::fpclassify;
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ int fpclassify(double);
94 __DEVICE__ int fpclassify(float);
212 using ::fpclassify;
  /frameworks/av/media/libeffects/loudness/common/core/
math.h 28 //using ::std::fpclassify;
  /external/mesa3d/src/mesa/main/
querymatrix.c 97 switch (fpclassify(matrix[i])) {
144 * in case fpclassify() is returnings something unexpected.
  /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)
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ int fpclassify(double);
94 __DEVICE__ int fpclassify(float);
226 using ::fpclassify;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ int fpclassify(double);
94 __DEVICE__ int fpclassify(float);
226 using ::fpclassify;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ int fpclassify(double);
94 __DEVICE__ int fpclassify(float);
226 using ::fpclassify;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ int fpclassify(double);
94 __DEVICE__ int fpclassify(float);
226 using ::fpclassify;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ int fpclassify(double);
94 __DEVICE__ int fpclassify(float);
226 using ::fpclassify;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ int fpclassify(double);
94 __DEVICE__ int fpclassify(float);
226 using ::fpclassify;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ int fpclassify(double);
94 __DEVICE__ int fpclassify(float);
226 using ::fpclassify;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ int fpclassify(double);
94 __DEVICE__ int fpclassify(float);
226 using ::fpclassify;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 93 __DEVICE__ int fpclassify(double);
94 __DEVICE__ int fpclassify(float);
226 using ::fpclassify;

Completed in 2856 milliseconds

1 2 3 4 5 6 7 8