HomeSort by relevance Sort by last modified time
    Searched refs:INFINITY (Results 26 - 50 of 144) sorted by null

12 3 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/
max.pass.cpp 26 assert(m == INFINITY);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
max.pass.cpp 26 assert(m == INFINITY);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
max.pass.cpp 26 assert(m == INFINITY);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
max.pass.cpp 26 assert(m == INFINITY);
  /external/valgrind/main/none/tests/arm/
vfp.c 1065 TESTINSN_core_to_scalar("vmov.32 d30[0], r5", d30, r5, f2u(INFINITY));
1066 TESTINSN_core_to_scalar("vmov.32 d11[1], r6", d11, r6, f2u(-INFINITY));
1073 TESTINSN_core_to_scalar("vmov.16 d0[0], r5", d0, r5, f2u(INFINITY));
1074 TESTINSN_core_to_scalar("vmov.16 d7[1], r5", d7, r5, f2u(-INFINITY));
1079 TESTINSN_core_to_scalar("vmov.8 d20[2], r5", d20, r5, f2u(INFINITY));
1080 TESTINSN_core_to_scalar("vmov.8 d30[3], r5", d30, r5, f2u(-INFINITY));
1088 TESTINSN_scalar_to_core("vmov.32 r6, d5[1]", r6, d5, i32, f2u(INFINITY));
1089 TESTINSN_scalar_to_core("vmov.32 r4, d10[0]", r4, d10, i32, f2u(-INFINITY));
1096 TESTINSN_scalar_to_core("vmov.u16 r3, d30[1]", r3, d30, i32, f2u(INFINITY));
1097 TESTINSN_scalar_to_core("vmov.u16 r6, d21[2]", r6, d21, i32, f2u(-INFINITY));
    [all...]
neon128.c     [all...]
  /external/valgrind/main/none/tests/s390x/
tcxb.c 55 printf("%d", tcxb(+INFINITY, 1UL<<i));
56 printf("%d", tcxb(-INFINITY, 1UL<<i));
65 printf("%d", tcdb(+INFINITY, 1UL<<i));
66 printf("%d", tcdb(-INFINITY, 1UL<<i));
75 printf("%d", tcdb(+INFINITY, 1UL<<i));
76 printf("%d", tcdb(-INFINITY, 1UL<<i));
86 printf("%d", tceb(+INFINITY, 1UL<<i));
87 printf("%d", tceb(-INFINITY, 1UL<<i));
  /frameworks/av/include/cpustats/
CentralTendencyStatistics.h 28 mMean(NAN), mMedian(NAN), mMinimum(INFINITY), mMaximum(-INFINITY), mN(0), mM2(0),
  /bionic/libc/upstream-netbsd/libc/regex/
utils.h 76 #define INFINITY (DUPMAX + 1)
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cproj.c 42 return (cpack(INFINITY, copysign(0.0, cimag(z))));
s_cprojf.c 42 return (cpackf(INFINITY, copysignf(0.0, cimagf(z))));
s_cprojl.c 42 return (cpackl(INFINITY, copysignl(0.0, cimagl(z))));
  /ndk/sources/host-tools/ndk-stack/regex/
utils.h 40 #define INFINITY (DUPMAX + 1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
vlimit.h 58 #define INFINITY 0x7fffffff
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vlimit.h 58 #define INFINITY 0x7fffffff
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vlimit.h 58 #define INFINITY 0x7fffffff
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/
stof.pass.cpp 41 assert(std::stof("1.e60", &idx) == INFINITY);
50 assert(std::stof(L"1.e60", &idx) == INFINITY);
60 assert(std::stof("1.e360", &idx) == INFINITY);
69 assert(std::stof(L"1.e360", &idx) == INFINITY);
78 assert(std::stof("INF", &idx) == INFINITY);
88 assert(std::stof(L"INF", &idx) == INFINITY);
stod.pass.cpp 56 assert(std::stod("1.e360", &idx) == INFINITY);
65 assert(std::stod(L"1.e360", &idx) == INFINITY);
74 assert(std::stod("INF", &idx) == INFINITY);
84 assert(std::stod(L"INF", &idx) == INFINITY);
stold.pass.cpp 58 assert(std::stold("1.e6000", &idx) == INFINITY);
67 assert(std::stold(L"1.e6000", &idx) == INFINITY);
76 assert(std::stold("INF", &idx) == INFINITY);
86 assert(std::stold(L"INF", &idx) == INFINITY);
  /external/llvm/lib/Support/
IsInf.cpp 39 static int isinf(double x) { return ((x) == INFINITY) || ((x) == -INFINITY); }
  /frameworks/av/media/libcpustats/
CentralTendencyStatistics.cpp 42 mMinimum = INFINITY;
43 mMaximum = -INFINITY;
  /external/compiler-rt/test/Unit/ppc/
qmul_test.c 25 #define INFINITY __builtin_inf()
35 { INFINITY, 0.0, 0.0, 0.0, QNAN, 0.0 },
36 { -INFINITY, 0.0, 0.0, 0.0, QNAN, 0.0 },
37 { INFINITY, 0.0, -0.0, 0.0, QNAN, 0.0 },
38 { -INFINITY, 0.0, -0.0, 0.0, QNAN, 0.0 },
39 { INFINITY, 0.0, 1.0, 0.0, INFINITY, 0.0 },
40 { -INFINITY, 0.0, 1.0, 0.0, -INFINITY, 0.0 },
41 { INFINITY, 0.0, -1.0, 0.0, -INFINITY, 0.0 }
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
floating.pass.cpp 39 std::size_t pinf = h(INFINITY);
40 std::size_t ninf = h(-INFINITY);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
volume.h 166 #ifdef INFINITY
167 #define PA_DECIBEL_MININFTY (-INFINITY)
169 /** This value is used as minus infinity when using pa_volume_{to,from}_dB(). \since 0.4 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
volume.h 166 #ifdef INFINITY
167 #define PA_DECIBEL_MININFTY (-INFINITY)
169 /** This value is used as minus infinity when using pa_volume_{to,from}_dB(). \since 0.4 */

Completed in 599 milliseconds

12 3 4 5 6