HomeSort by relevance Sort by last modified time
    Searched full:isinf (Results 51 - 75 of 157) sorted by null

1 23 4 5 6 7

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cmath 481 #undef isinf
516 isinf(_Tp __f)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
math.h 105 #define isinf(x) \ macro
245 /* int (isinf)(double) __pure2; */
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cmath 481 #undef isinf
516 isinf(_Tp __f)
  /bionic/libm/man/
fenv.3 228 if (isinf(n) || n == 0.0)
math.3 91 isinf determine whether a value is infinite
  /external/libxml2/
config.h 92 /* Define if isinf is there */
  /external/webkit/Source/JavaScriptCore/runtime/
MathObject.cpp 211 if (isinf(arg2) && fabs(arg) == 1)
  /external/webkit/Source/WebCore/html/
NumberInputType.cpp 130 if (isinf(doubleValue))
  /external/webkit/Source/WebCore/platform/audio/
Reverb.cpp 76 if (isinf(power) || isnan(power) || power < MinPower)
  /external/webkit/Source/WebCore/webaudio/
AudioPannerNode.cpp 45 if (isnan(x) || isinf(x))
  /external/llvm/device/include/llvm/Config/
config.h 176 /* Set to 1 if the isinf function is found in <cmath> */
179 /* Set to 1 if the isinf function is found in <math.h> */
358 /* Set to 1 if the std::isinf function is found in <cmath> */
  /external/llvm/host/include/llvm/Config/
config.h 173 /* Set to 1 if the isinf function is found in <cmath> */
176 /* Set to 1 if the isinf function is found in <math.h> */
351 /* Set to 1 if the std::isinf function is found in <cmath> */
  /external/llvm/include/llvm/Config/
config.h.cmake 169 /* Set to 1 if the isinf function is found in <cmath> */
172 /* Set to 1 if the isinf function is found in <math.h> */
357 /* Set to 1 if the std::isinf function is found in <cmath> */
config.h.in 185 /* Set to 1 if the isinf function is found in <cmath> */
188 /* Set to 1 if the isinf function is found in <math.h> */
370 /* Set to 1 if the std::isinf function is found in <cmath> */
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 674 if (!mediaDuration || isinf(mediaDuration))
873 if (isinf(duration()))
    [all...]
  /external/mesa3d/src/glsl/builtins/profiles/
130.frag 297 bool isinf(float x);
298 bvec2 isinf(vec2 x);
299 bvec3 isinf(vec3 x);
300 bvec4 isinf(vec4 x);
    [all...]
130.vert 297 bool isinf(float x);
298 bvec2 isinf(vec2 x);
299 bvec3 isinf(vec3 x);
300 bvec4 isinf(vec4 x);
    [all...]

Completed in 1029 milliseconds

1 23 4 5 6 7