HomeSort by relevance Sort by last modified time
    Searched defs:INFINITY (Results 76 - 89 of 89) sorted by null

1 2 34

  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
math.h 68 #define INFINITY __builtin_inf()
73 #define INFINITY HUGE_VALF
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
Tween.java 88 public static final int INFINITY = -1;
  /toolchain/binutils/binutils-2.25/libiberty/
floatformat.c 43 #ifndef INFINITY
45 #define INFINITY HUGE_VAL
47 #define INFINITY (1.0 / 0.0)
309 /* An infinity, zero or denormal requires low part 0 (positive or
492 INFINITY macro below may generate a warning that can not be
501 dto = INFINITY;
639 /* Be sure it's not infinity, but NaN value is irrelevant. */
770 ieee_test (- INFINITY);
772 ieee_test (INFINITY);
  /external/llvm/lib/Support/
regcomp.c 153 #define INFINITY (DUPMAX + 1)
457 count2 = INFINITY;
628 count2 = INFINITY;
986 int to) /* to this number of times (maybe INFINITY) */
992 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N)
    [all...]
  /external/opencv/cv/src/
cvstereogc.cpp 44 #undef INFINITY
45 #define INFINITY 10000
739 delta = IS_BLOCKED(alpha, d) ? INFINITY : 0;
746 E += icvAddTerm( var, var1, 0, INFINITY, 0, 0, ebuf, nedges );
756 E0a = IS_BLOCKED(d, alpha) ? INFINITY : 0;
757 Ea0 = IS_BLOCKED(-d1, alpha) ? INFINITY : 0;
805 E += icvAddTerm( var, var1, 0, INFINITY, 0, 0, ebuf, nedges );
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java 99 * Focus is set at infinity.
103 INFINITY,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 62 #define _FPCLASS_NINF 0x0004 /* Negative Infinity */
69 #define _FPCLASS_PINF 0x0200 /* Positive Infinity */
307 #define INFINITY __builtin_inf()
314 #define INFINITY HUGE_VALF
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 1045 milliseconds

1 2 34