HomeSort by relevance Sort by last modified time
    Searched refs:fpclassify (Results 76 - 86 of 86) sorted by null

1 2 34

  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
math.h 96 #define fpclassify(x) \ macro
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
math.h 96 #define fpclassify(x) \ macro
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
math.h 96 #define fpclassify(x) \ macro
  /external/v8/src/arm64/
simulator-arm64.cc     [all...]
  /external/vixl/src/vixl/a64/
logic-a64.cc 130 switch (std::fpclassify(value)) {
242 switch (std::fpclassify(value)) {
292 switch (std::fpclassify(value)) {
337 switch (std::fpclassify(value)) {
378 if (std::fpclassify(value) == FP_NORMAL) {
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp 678 int fpclassify BOOST_NO_MACRO_EXPAND(T t);
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 518 switch (fpclassify(newVolume)) {
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c     [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp 166 #include <boost/math/special_functions/fpclassify.hpp>
    [all...]
  /bionic/libc/
Android.mk 139 bionic/fpclassify.cpp \
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 641 milliseconds

1 2 34