HomeSort by relevance Sort by last modified time
    Searched full:isinf (Results 76 - 100 of 185) sorted by null

1 2 34 5 6 7 8

  /prebuilt/ndk/android-ndk-r7/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))
AudioBufferSourceNode.cpp 445 bool isTotalRateValid = !isnan(totalRate) && !isinf(totalRate);
  /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 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> */
354 /* Set to 1 if the std::isinf function is found in <cmath> */
  /external/llvm/include/llvm/Config/
config.h.cmake 190 /* Set to 1 if the isinf function is found in <cmath> */
193 /* Set to 1 if the isinf function is found in <math.h> */
375 /* Set to 1 if the std::isinf function is found in <cmath> */
config.h.in 188 /* Set to 1 if the isinf function is found in <cmath> */
191 /* Set to 1 if the isinf function is found in <math.h> */
373 /* 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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 202 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 428 // isinf(x) --> fabs(x) == infinity
432 V = Builder.CreateFCmpOEQ(V, ConstantFP::getInfinity(V->getType()),"isinf");
437 // isinf_sign(x) -> isinf(x) ? (signbit(x) ? -1 : 1) : 0
446 Builder.CreateFCmpULT(Abs, ConstantFP::getInfinity(V->getType()),"isinf");
464 Builder.CreateFCmpUNE(Abs, ConstantFP::getInfinity(V->getType()),"isinf");
502 Value *IsInf =
504 "isinf");
507 Builder.CreateCondBr(IsInf, End, NotInf);
    [all...]
  /external/qemu/fpu/
softfloat-native.h 78 #ifndef isinf
79 # define isinf(x) \ macro
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.cpp 160 if (isnan(numberValue) || isinf(numberValue)) {
200 if (isnan(numberValue) || isinf(numberValue)) {
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 248 Bool isInf;
274 isInf = toBool(
280 if (isInf) {
  /external/chromium/chrome/common/
json_schema_validator.cc 459 // but isnan and isinf aren't defined on Windows.
  /external/libvpx/examples/includes/geshi/geshi/
scilab.php 125 'isequal', 'isequalbitwise', 'iserror', 'isglobal', 'isinf', 'isnan', 'isoview', 'isreal', 'javasci',
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 633 if (isinf(duration()))
  /external/v8/src/
assembler.cc 946 if (!isinf(x)) {
950 if (isnan(y) || ((x == 1 || x == -1) && isinf(y))) {
    [all...]

Completed in 3741 milliseconds

1 2 34 5 6 7 8