HomeSort by relevance Sort by last modified time
    Searched full:isnan (Results 126 - 150 of 503) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/compile/libbcc/runtime/test/Unit/
mulsc3_test.c 32 if (isnan(crealf(x)) && isnan(cimagf(x)))
34 if (isnan(crealf(x)))
40 if (isnan(cimagf(x)))
multc3_test.c 35 if (isnan(creall(x)) && isnan(cimagl(x)))
37 if (isnan(creall(x)))
43 if (isnan(cimagl(x)))
mulxc3_test.c 35 if (isnan(creall(x)) && isnan(cimagl(x)))
37 if (isnan(creall(x)))
43 if (isnan(cimagl(x)))
  /libcore/json/src/main/java/org/json/
JSON.java 24 if (Double.isInfinite(d) || Double.isNaN(d)) {
  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js 61 if (typeof(_expected) == "number" && isNaN(_expected))
62 return typeof(_actual) == "number" && isNaN(_actual);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.7-3.js 121 if ( isNaN( position ) ) {
156 if ( isNaN(n) ) {
  /external/webkit/Source/WebCore/inspector/front-end/
TimelineGrid.js 112 if (!isNaN(slice))
138 if (!isNaN(percentStyleLeft) && Math.abs(percentStyleLeft - percentLeft) < 0.1)
  /bionic/libm/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /development/ndk/platforms/android-3/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /development/ndk/platforms/android-9/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 167 //n1Num = Double.isNaN(d) ? 0.0 : d;
169 //n2Num = Double.isNaN(d) ? 0.0 : d;
179 if (Double.isNaN(n1Num))
181 if (Double.isNaN(n2Num))
186 else if (Double.isNaN(n2Num))
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;

Completed in 1808 milliseconds

1 2 3 4 56 7 8 91011>>