HomeSort by relevance Sort by last modified time
    Searched refs:inf (Results 126 - 150 of 241) sorted by null

1 2 3 4 56 7 8 910

  /external/fdlibm/
k_standard.c 86 #define HUGE_VAL inf
87 double inf = 0.0; local
89 __HI(inf) = 0x7ff00000; /* set inf to infinite */
196 /* ieee_y0(0) = -inf */
230 /* ieee_y1(0) = -inf */
264 /* ieee_yn(n,0) = -inf */
566 exc.retval = x/zero; /* sign(x)*inf */
  /external/icu4c/test/intltest/
dtifmtts.cpp 135 const DateIntervalInfo* inf = another->getDateIntervalInfo(); local
136 dtitvfmt->setDateIntervalInfo(*inf, status);
138 if ( (*inf) != (*anotherInf) || U_FAILURE(status) ) {
197 DateIntervalInfo* nonConstInf = inf->clone();
200 if ( (*inf) != (*anotherInf) || U_FAILURE(status) ) {
245 inf = dtitvfmt->getDateIntervalInfo()->clone();
248 DateIntervalFormat* dtifmt = new DateIntervalFormat(fmt, inf, status);
    [all...]
  /external/valgrind/main/none/tests/mips32/
round.stdout.exp 245 roundig mode: +inf
270 roundig mode: -inf
345 roundig mode: +inf
370 roundig mode: -inf
445 roundig mode: +inf
470 roundig mode: -inf
545 roundig mode: +inf
570 roundig mode: -inf
645 roundig mode: +inf
670 roundig mode: -inf
    [all...]
FPUarithmetic.stdout.exp 110 div.s -inf -45786.476562 0.000000
134 div.d -inf -45786.476000 0.000000
338 recip.s inf 0.000000
362 recip.d inf 0.000000
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 50 _FLOAT_INFINITY = re.compile('-?inf(?:inity)?f?', re.IGNORECASE)
668 return float('-inf')
670 return float('inf')
  /external/chromium_org/third_party/simplejson/
__init__.py 169 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``)
266 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``) in
  /external/clang/test/CodeGen/
builtins.c 38 Q(inf, ());
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 329 new = fread(fid,inf,precision);
333 ref = fread(fid,inf,precision);
  /ndk/sources/host-tools/nawk-20071023/
proto.h 126 extern int readrec(char **buf, int *bufsize, FILE *inf);
  /external/valgrind/main/none/tests/ppc32/
jm-vmx.stdout.exp     [all...]
  /external/valgrind/main/none/tests/ppc64/
jm-vmx.stdout.exp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 40 # include <bits/inf.h>
236 /* Return nonzero value if X is not +-Inf or NaN. */
248 /* Return nonzero value if X is neither zero, subnormal, Inf, nor NaN. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 40 # include <bits/inf.h>
236 /* Return nonzero value if X is not +-Inf or NaN. */
248 /* Return nonzero value if X is neither zero, subnormal, Inf, nor NaN. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 40 # include <bits/inf.h>
236 /* Return nonzero value if X is not +-Inf or NaN. */
248 /* Return nonzero value if X is neither zero, subnormal, Inf, nor NaN. */
  /external/stlport/src/
num_put_float.cpp 616 static const char* inf[2] = { "inf", "Inf" }; local
621 inf_or_nan = inf;
636 inf_or_nan = inf;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 616 static const char* inf[2] = { "inf", "Inf" }; local
621 inf_or_nan = inf;
636 inf_or_nan = inf;
    [all...]
  /external/chromium_org/third_party/libxml/src/
xpath.c 10782 int inf, strict; local
    [all...]
  /external/libxml2/
xpath.c 10836 int inf, strict; local
    [all...]
  /external/protobuf/python/google/protobuf/
text_format.py 47 # float('inf') does not work on Windows (pre-2.6).
313 _FLOAT_INFINITY = re.compile('-?inf(inity)?f?', re.IGNORECASE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_complex.py 7 INF = float("inf")
461 self.assertEqual(repr(complex(1., INF)), "(1+infj)")
462 self.assertEqual(repr(complex(1., -INF)), "(1-infj)")
463 self.assertEqual(repr(complex(INF, 1)), "(inf+1j)")
464 self.assertEqual(repr(complex(-INF, INF)), "(-inf+infj)")
469 self.assertEqual(repr(complex(0, INF)), "infj"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_complex.py 7 INF = float("inf")
461 self.assertEqual(repr(complex(1., INF)), "(1+infj)")
462 self.assertEqual(repr(complex(1., -INF)), "(1-infj)")
463 self.assertEqual(repr(complex(INF, 1)), "(inf+1j)")
464 self.assertEqual(repr(complex(-INF, INF)), "(-inf+infj)")
469 self.assertEqual(repr(complex(0, INF)), "infj"
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decimfmt.cpp 17 * Implemented NAN and INF handling, for both parsing
1640 double inf = uprv_getInfinity(); local
1862 const UnicodeString *inf = &getConstSymbol(DecimalFormatSymbols::kInfinitySymbol); local
    [all...]
  /external/icu4c/i18n/
decimfmt.cpp 17 * Implemented NAN and INF handling, for both parsing
2020 double inf = uprv_getInfinity(); local
2394 const UnicodeString *inf = &getConstSymbol(DecimalFormatSymbols::kInfinitySymbol); local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpathInternals.h 551 XMLPUBFUN int XMLCALL xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 

Completed in 648 milliseconds

1 2 3 4 56 7 8 910