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

1 2 3 45 6 7 8 9

  /external/llvm/include/llvm/Config/
config.h.cmake 175 /* Set to 1 if the isinf function is found in <cmath> */
178 /* Set to 1 if the isinf function is found in <math.h> */
363 /* Set to 1 if the std::isinf function is found in <cmath> */
config.h.in 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> */
364 /* Set to 1 if the std::isinf function is found in <cmath> */
  /external/llvm/include/llvm/Support/
MathExtras.h 411 /// Platform-independent wrappers for the C99 isinf() function.
412 int IsInf(float f);
413 int IsInf(double d);
  /external/valgrind/main/VEX/useful/
fp_80_64.c 246 Bool isInf;
272 isInf = toBool(
278 if (isInf) {
hd_fpu.c 133 if (isnan(d) || isinf(d) || d != 0.0) i = 1;
938 else if (isinf(vd_dst))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 674 if (!mediaDuration || isinf(mediaDuration))
873 if (isinf(duration()))
    [all...]
  /external/libxml2/
config.h 76 /* Define if isinf is there */
  /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...]
  /external/v8/build/
common.gypi 278 'defines': [ '__C99FEATURES__=1' ], # isinf() etc.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 202 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 202 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 202 __MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
  /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/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.cpp 445 bool isTotalRateValid = !isnan(totalRate) && !isinf(totalRate);
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 328 static bool isinf(float f) { function
588 if (!isinf(v) && !isnan(v) && (v < 0.f)) {
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 434 // isinf(x) --> fabs(x) == infinity
438 V = Builder.CreateFCmpOEQ(V, ConstantFP::getInfinity(V->getType()),"isinf");
443 // isinf_sign(x) -> isinf(x) ? (signbit(x) ? -1 : 1) : 0
452 Builder.CreateFCmpULT(Abs, ConstantFP::getInfinity(V->getType()),"isinf");
470 Builder.CreateFCmpUNE(Abs, ConstantFP::getInfinity(V->getType()),"isinf");
508 Value *IsInf =
510 "isinf");
513 Builder.CreateCondBr(IsInf, End, NotInf);
    [all...]
  /external/sonivox/arm-fm-22k/bin/
arm-fm-22k 
  /external/v8/
SConstruct 126 # On Solaris, to get isinf, INFINITY, fpclassify and other macros one
502 # On Solaris, to get isinf, INFINITY, fpclassify and other macros one
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 505 /* Define to 1 if you have the `isinf' function. */
1268 # define isinf macro
    [all...]

Completed in 1611 milliseconds

1 2 3 45 6 7 8 9