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

  /device/google/contexthub/firmware/lib/libm/
sf_fpclassify.c 20 return FP_NORMAL;
  /external/mesa3d/include/
c99_math.h 157 static inline enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL}
169 return FP_NORMAL;
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
ldtoa.c 79 case FP_NORMAL:
hdtoa.c 134 case FP_NORMAL:
154 /* FP_NORMAL or FP_SUBNORMAL */
232 case FP_NORMAL:
252 /* FP_NORMAL or FP_SUBNORMAL */
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
ldtoa.c 81 case FP_NORMAL:
  /external/mesa3d/src/mesa/main/
querymatrix.c 99 case FP_NORMAL:
103 * valid floating point number. FP_ZERO and FP_NORMAL
  /external/vixl/src/
utils-vixl.cc 187 return FP_NORMAL;
319 case FP_NORMAL:
374 case FP_NORMAL:
386 if (std::fpclassify(value) == FP_NORMAL) {
432 case FP_NORMAL:
486 case FP_NORMAL:
540 case FP_NORMAL:
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 63 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
67 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL,
  /device/linaro/bootloader/edk2/StdLib/Include/
math.h 415 #define FP_NORMAL 0x02
  /external/v8/src/arm64/
utils-arm64.cc 73 return FP_NORMAL;
simulator-logic-arm64.cc 121 case FP_NORMAL:
182 case FP_NORMAL: {
231 case FP_NORMAL:
279 case FP_NORMAL:
328 case FP_NORMAL:
336 if (std::fpclassify(value) == FP_NORMAL) {
    [all...]
  /bionic/libc/include/
math.h 42 #define FP_NORMAL 0x04
63 #define fpclassify(x) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, x)
  /bionic/tests/headers/posix/
math_h.c 98 MACRO(FP_NORMAL);
  /bionic/tests/
math_test.cpp 118 ASSERT_EQ(FP_NORMAL, fpclassify(1.0f));
119 ASSERT_EQ(FP_NORMAL, fpclassify(1.0));
120 ASSERT_EQ(FP_NORMAL, fpclassify(1.0L));
198 ASSERT_EQ(FP_NORMAL, __fpclassify(1.0));
210 ASSERT_EQ(FP_NORMAL, __fpclassifyd(1.0));
219 ASSERT_EQ(FP_NORMAL, __fpclassifyf(1.0f));
228 EXPECT_EQ(FP_NORMAL, __fpclassifyl(1.0L));
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp     [all...]
  /external/libcxx/include/
math.h 26 FP_NORMAL // C99
400 { return __lcpp_x == 0 ? FP_ZERO : FP_NORMAL; }
416 { return __lcpp_x == 0 ? FP_ZERO : FP_NORMAL; }
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/util/
hex_float.h     [all...]
  /external/deqp-deps/glslang/SPIRV/
hex_float.h     [all...]
  /external/dynamic_depth/internal/base/
port.h     [all...]
  /external/pdfium/third_party/lcms/src/
cmsplugin.c 187 return (fpclassify(*n) == FP_ZERO) || (fpclassify(*n) == FP_NORMAL);
  /external/swiftshader/third_party/SPIRV-Tools/source/util/
hex_float.h     [all...]
  /frameworks/av/media/libaudioprocessing/
AudioMixer.cpp 569 case FP_NORMAL:
    [all...]
  /external/v8/src/mips/
simulator-mips.cc     [all...]
  /external/v8/src/mips64/
simulator-mips64.cc     [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp     [all...]

Completed in 3004 milliseconds