HomeSort by relevance Sort by last modified time
    Searched full:isnan (Results 101 - 125 of 398) sorted by null

1 2 3 45 6 7 8 91011>>

  /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))
  /prebuilt/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;
  /prebuilt/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;
  /prebuilt/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;
  /prebuilt/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;
  /prebuilt/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;
  /prebuilt/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;
  /prebuilt/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;
  /prebuilt/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;
  /prebuilt/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;
  /prebuilt/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;
  /prebuilt/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;
  /prebuilt/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;
  /external/qemu/fpu/
softfloat-native.h 36 #define unordered(x, y) (isnan(x) || isnan(y))
68 #ifndef isnan
69 # define isnan(x) \ macro
83 static inline int isinf_f (float x) { return isnan (x - x); }
84 static inline int isinf_d (double x) { return isnan (x - x); }
85 static inline int isinf_ld (long double x) { return isnan (x - x); }
  /external/stlport/src/
num_put_float.cpp 136 static inline bool _Stl_is_neg_nan(double x) { return isnan(x) && ( copysign(1., x) < 0 ); }
173 static bool _Stl_is_nan_or_inf(double x) { return isnan(x) || !isfinite(x); }
176 static bool _Stl_is_neg_nan(double x) { return isnan(x) && signbit(x); }
179 static inline bool _Stl_is_inf(double x) { return _Stl_is_nan_or_inf(x) && ! isnan(x); }
181 static inline bool _Stl_is_neg_nan(double x) { return isnan(x) && copysign(1., x) < 0 ; }
183 static bool _Stl_is_nan_or_inf(double x) { return isnan(x) || !finite(x); }
187 static bool _Stl_is_neg_nan(double x) { return isnan(x) && ( copysign(1., x) < 0 ); }
195 static inline bool _Stl_is_nan_or_inf(double x) { return isnan(x) || isinf(x); }
198 static inline bool _Stl_is_neg_nan(double x) { return isnan(x) && signbit(x); }
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 136 static inline bool _Stl_is_neg_nan(double x) { return isnan(x) && ( copysign(1., x) < 0 ); }
173 static bool _Stl_is_nan_or_inf(double x) { return isnan(x) || !isfinite(x); }
176 static bool _Stl_is_neg_nan(double x) { return isnan(x) && signbit(x); }
179 static inline bool _Stl_is_inf(double x) { return _Stl_is_nan_or_inf(x) && ! isnan(x); }
181 static inline bool _Stl_is_neg_nan(double x) { return isnan(x) && copysign(1., x) < 0 ; }
183 static bool _Stl_is_nan_or_inf(double x) { return isnan(x) || !finite(x); }
187 static bool _Stl_is_neg_nan(double x) { return isnan(x) && ( copysign(1., x) < 0 ); }
195 static inline bool _Stl_is_nan_or_inf(double x) { return isnan(x) || isinf(x); }
198 static inline bool _Stl_is_neg_nan(double x) { return isnan(x) && signbit(x); }
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNumber.java 118 return (Double.isNaN(m_val) || (m_val == 0.0)) ? false : true;
131 // if (Double.isNaN(m_val))
280 if (Double.isNaN(m_val))
  /external/chromium/net/proxy/
proxy_resolver_script.h 161 " if (isNaN(tmp)) {\n" \
178 " if (isNaN(tmp)) {\n" \
190 " if (isNaN(tmp)) {\n" \
  /cts/tools/dx-tests/src/dxc/junit/opcodes/d2f/
Test_d2f.java 78 assertTrue(Float.isNaN(t.run(Double.NaN)));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/f2d/
Test_f2d.java 80 assertTrue(Double.isNaN(t.run(Float.NaN)));
  /cts/tools/vm-tests/src/dot/junit/opcodes/double_to_float/
Test_double_to_float.java 90 assertTrue(Float.isNaN(t.run(Double.NaN)));

Completed in 438 milliseconds

1 2 3 45 6 7 8 91011>>