HomeSort by relevance Sort by last modified time
    Searched full:finite (Results 1 - 25 of 794) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
sse-minmax.ll 3 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin -mcpu=nehalem -asm-verbose=false -enable-no-nans-fp-math | FileCheck -check-prefix=FINITE %s
21 ; FINITE-LABEL: ogt:
22 ; FINITE-NEXT: maxsd %xmm1, %xmm0
23 ; FINITE-NEXT: ret
36 ; FINITE-LABEL: olt:
37 ; FINITE-NEXT: minsd %xmm1, %xmm0
38 ; FINITE-NEXT: ret
52 ; FINITE-LABEL: ogt_inverse:
53 ; FINITE-NEXT: minsd %xmm0, %xmm1
54 ; FINITE-NEXT: movap{{[sd]}} %xmm1, %xmm
    [all...]
  /libcore/luni/src/main/java/java/security/spec/
ECFieldFp.java 23 * The parameters specifying a <i>prime finite field</i> of an
31 * Creates a new prime finite field of an elliptic curve with the specified
51 * Returns the size of the finite field (in bits).
53 * @return the size of the finite field (in bits).
60 * Returns the prime value {@code p} for this finite field.
62 * @return the prime value {@code p} for this finite field.
69 * Returns whether the specified object is equal to this finite field.
72 * the object to compare to this finite field.
73 * @return {@code true} if the specified object is equal to this finite field,
88 * Returns the hashcode value for this finite field
    [all...]
ECFieldF2m.java 24 * The parameters specifying a <i>characteristic 2 finite field</i> of an
170 * Returns whether the specified object equals to this finite field.
173 * the object to compare to this finite field.
174 * @return {@code true} if the specified object is equal to this finite field,
204 * Returns the size of this finite field (in bits).
206 * @return the size of this finite field (in bits).
213 * Returns the exponent {@code m} for this finite field, with {@code 2^m} as
216 * @return the exponent {@code m} for this finite field
257 * Returns the hashcode value for this finite field.
259 * @return the hashcode value for this finite field
    [all...]
EllipticCurve.java 28 // Underlying finite field
49 * the finite field of this elliptic curve.
106 * the finite field of this elliptic curve.
137 * Returns the finite field of this elliptic curve.
139 * @return the finite field of this elliptic curve.
  /external/llvm/autoconf/m4/
func_isinf.m4 33 [finite], [<ieeefp.h>],
34 [float f; finite(f);])
37 [Set to 1 if the finite function is found in <ieeefp.h>])
  /external/llvm/projects/sample/autoconf/m4/
func_isinf.m4 28 [finite], [<ieeefp.h>],
29 [float f; finite(f);])
31 AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_finite.c 17 * finite(x) returns 1 is x is finite, else 0;
24 int finite(double x) function
  /external/clang/test/Preprocessor/
predefined-macros.c 19 // RUN: | FileCheck %s --check-prefix=CHECK-FINITE-MATH-ONLY
20 // CHECK-FINITE-MATH-ONLY: #define __FINITE_MATH_ONLY__ 1
22 // RUN: %clang %s -E -dM -fno-finite-math-only -o - \
23 // RUN: | FileCheck %s --check-prefix=CHECK-NO-FINITE-MATH-ONLY
24 // CHECK-NO-FINITE-MATH-ONLY: #define __FINITE_MATH_ONLY__ 0
27 // RUN: | FileCheck %s --check-prefix=CHECK-FINITE-MATH-FLAG-UNDEFINED
28 // CHECK-FINITE-MATH-FLAG-UNDEFINED: #define __FINITE_MATH_ONLY__ 0
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fstlib.h 16 // \page OpenFst - Weighted Finite State Transducers
18 // searching "weighted finite-state transducers" (FSTs). Weighted
19 // finite-state transducers are automata where each transition has an
21 // finite-state acceptor is represented as a transducer with each
22 // transition's input and output the same. Finite-state acceptors
24 // "rational sets"); finite-state transducers are used to represent
  /external/chromium/base/
float_util.h 22 return finite(number) != 0;
  /external/chromium_org/third_party/skia/src/core/
SkCubicClipper.h 20 also in X, to ensure that all segments fit in a finite coordinate system.
  /external/llvm/test/Transforms/LoopDeletion/
multiple-exit-conditions.ll 3 ; ScalarEvolution can prove the loop iteration is finite, even though
  /external/skia/src/core/
SkCubicClipper.h 20 also in X, to ensure that all segments fit in a finite coordinate system.
  /external/openfst/src/extensions/far/
farextract.cc 20 // Extracts component FSTs from an finite-state archive.
39 string usage = "Extracts FSTs from a finite-state archive.\n\n Usage:";
farcreate.cc 20 // Creates a finite-state archive from input FSTs.
40 string usage = "Creates a finite-state archive from input FSTs.\n\n Usage:";
  /external/openfst/src/include/fst/
fstlib.h 18 // \page FstLib FST - Weighted Finite State Transducers
20 // searching "weighted finite-state transducers" (FSTs). Weighted
21 // finite-state transducers are automata where each transition has an
23 // finite-state acceptor is represented as a transducer with each
24 // transition's input and output the same. Finite-state acceptors
26 // "rational sets"); finite-state transducers are used to represent
  /external/skia/tests/
ScalarTest.cpp 81 // return true if the float is finite
92 // return true if both floats are finite
162 bool finite = gProc1[k](rec.fValue); local
163 REPORTER_ASSERT(reporter, rec.fIsFinite == finite);
175 bool finite = gProc2[m](rec0.fValue, rec1.fValue, proc1); local
177 REPORTER_ASSERT(reporter, finite2 == finite);
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_exp.c 48 * finite(x)
67 * for finite argument, only exp(0)=1 is exact.
120 if(finite(x)) return(scalb(1.0,-5000));
129 return( finite(x) ? scalb(1.0,5000) : x);
165 if(finite(x)) return(scalb(1.0,-5000));
174 return( finite(x) ? scalb(1.0,5000) : x);
  /external/bison/lib/
float.in.h 46 /* Maximum e such that FLT_RADIX^(e-1) is a representable finite number. */
52 /* Maximum representable finite number. */
58 /* Maximum e such that 10^e is in the range of representable finite numbers. */
79 /* Maximum e such that FLT_RADIX^(e-1) is a representable finite number. */
85 /* Maximum representable finite number. */
106 /* Maximum e such that 10^e is in the range of representable finite numbers. */
  /external/llvm/lib/Support/
IsInf.cpp 27 static int isinf(double x) { return !finite(x) && x==x; }
35 static int isinf(double x) { return !finite(x) && x==x; }
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/lib/
libm.so 

Completed in 1082 milliseconds

1 2 3 4 5 6 7 8 91011>>