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

1 2 34 5 6 7 8 91011>>

  /bionic/libm/src/
e_fmod.c 20 * Return x mod y in exact arithmetic
132 return x; /* exact output */
e_sqrt.c 72 * result is exact, bigger than 1/2ulp, or less than 1/2ulp
79 * sqrt(+-0) = +-0 ... exact
289 If(not I) then { ... if the quotient is exact
348 to about 1 ulp. To be exact, we will have
397 ...Is z an exact square root?
398 To determine whether z is an exact square root of x, let z1 be the
402 If ((z1&0x03ffffff)!=0) ... not exact if trailing 26 bits of z!=0
403 I := 1; ... Raise Inexact flag: z is not exact
s_cbrt.c 85 s=t*t; /* t*t is exact */
88 r=(r-t)/(w+r); /* r-t is exact */
e_cosh.c 36 * only cosh(0)=1 is exact for finite x.
e_expf.c 69 hi = x - t*ln2HI[0]; /* t*ln2HI is exact here */
  /external/fdlibm/
e_fmod.c 16 * Return x mod y in exact arithmetic
139 return x; /* exact output */
e_sqrt.c 67 * result is exact, bigger than 1/2ulp, or less than 1/2ulp
74 * sqrt(+-0) = +-0 ... exact
293 If(not I) then { ... if the quotient is exact
352 to about 1 ulp. To be exact, we will have
401 ...Is z an exact square root?
402 To determine whether z is an exact square root of x, let z1 be the
406 If ((z1&0x03ffffff)!=0) ... not exact if trailing 26 bits of z!=0
407 I := 1; ... Raise Inexact flag: z is not exact
  /external/icu4c/data/brkitr/
sent.txt 96 # TODO: exact reverse rules. It appears that exact reverse rules
sent_el.txt 96 # TODO: exact reverse rules. It appears that exact reverse rules
  /external/icu4c/test/intltest/
regcoll.h 81 // RuleBasedCollator.getRules does not return the exact pattern as input
204 // The sorting using java.text.CollationKey is not in the exact order
  /external/opencore/baselibs/pv_mime_utils/src/
pv_mime_string_utils.h 105 * 0 if exact match
118 * @return 0 if exact match
  /external/qemu/distrib/sdl-1.2.12/src/video/
e_sqrt.h 71 * result is exact, bigger than 1/2ulp, or less than 1/2ulp
78 * sqrt(+-0) = +-0 ... exact
336 If(not I) then { ... if the quotient is exact
395 to about 1 ulp. To be exact, we will have
444 ...Is z an exact square root?
445 To determine whether z is an exact square root of x, let z1 be the
449 If ((z1&0x03ffffff)!=0) ... not exact if trailing 26 bits of z!=0
450 I := 1; ... Raise Inexact flag: z is not exact
  /external/v8/test/mjsunit/
debug-compile-event.js 75 // as well as with with the exact source.
86 // exact source.
  /external/webkit/WebCore/css/
CSSSelector.h 76 /* how the attribute value has to match.... Default is Exact */
81 Exact,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_common.c 143 * allocate a larger buffer than the exact message length (e.g., if exact
  /frameworks/base/docs/html/guide/topics/ui/
how-android-draws.jd 70 <li> an exact number
89 <li><var>EXACTLY</var>: This is used by the parent to impose an exact size on the
  /external/tremolo/Tremolo/
bitwise.c 437 report("\nERROR: read to but not past exact end tripped EOF.\n");
439 report("\nERROR: read to but not past exact end reported bad bitcount.\n");
443 report("\nERROR: read past exact end did not trip EOF.\n");
445 report("\nERROR: read past exact end reported bad bitcount.\n");
452 report("\nERROR: read past exact end reported bad bitcount.\n");
471 report("\nERROR: read to but not past exact end tripped EOF.\n");
473 report("\nERROR: read to but not past exact end reported bad bitcount.\n");
482 report("\nERROR: read past exact end did not trip EOF.\n");
484 report("\nERROR: read past exact end reported bad bitcount.\n");
496 report("\nERROR: read past exact end reported bad bitcount.\n")
    [all...]
  /dalvik/libcore/math/src/main/java/java/math/
MathContext.java 105 * be performed exact, the rounding mode in this case is irrelevant.
119 * this implies that the computations have to be performed exact, the
229 * computations have to be performed exact, results are not rounded in this
  /external/gtest/scripts/
gtest-config.in 62 --exact-version=VERSION return 0 if the version is exactly VERSION
177 --exact-version=*)
179 exact_version=${1#--exact-version=}
  /external/webkit/WebCore/platform/mac/
WebFontCache.mm 178 // Family name is somewhat of a misnomer here. We first attempt to find an exact match
186 // NSFontManager requires exact name matches.
275 // problem, if we got an apparent exact match, but the requested traits aren't present in the matched font, we'll try to get a font from
  /bionic/libc/arch-arm/include/machine/
_types.h 51 /* 7.18.1.1 Exact-width integer types */
  /bionic/libc/arch-sh/include/machine/
_types.h 44 /* 7.18.1.1 Exact-width integer types */
  /bionic/libc/arch-x86/include/machine/
_types.h 49 /* 7.18.1.1 Exact-width integer types */
  /bionic/libm/man/
remainder.3 70 is the integer nearest the exact value of
rint.3 65 is not an exact integer.

Completed in 528 milliseconds

1 2 34 5 6 7 8 91011>>