HomeSort by relevance Sort by last modified time
    Searched full:double (Results 1076 - 1100 of 11433) sorted by null

<<41424344454647484950>>

  /external/stlport/stlport/stl/
_limits.c 152 * float, double or long double representation is taken into account thanks to the sizeof
277 double val;
283 long double val;
315 static double get_inf() {
316 typedef float_helper<double, 0x7ff0u> _FloatHelper;
319 static double get_qNaN() {
320 typedef float_helper<double, 0x7ff1u> _FloatHelper;
323 static double get_sNaN() {
324 typedef float_helper<double, 0x7ff9u> _FloatHelper
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.c 152 * float, double or long double representation is taken into account thanks to the sizeof
277 double val;
283 long double val;
315 static double get_inf() {
316 typedef float_helper<double, 0x7ff0u> _FloatHelper;
319 static double get_qNaN() {
320 typedef float_helper<double, 0x7ff1u> _FloatHelper;
323 static double get_sNaN() {
324 typedef float_helper<double, 0x7ff9u> _FloatHelper
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_limits.c 152 * float, double or long double representation is taken into account thanks to the sizeof
277 double val;
283 long double val;
315 static double get_inf() {
316 typedef float_helper<double, 0x7ff0u> _FloatHelper;
319 static double get_qNaN() {
320 typedef float_helper<double, 0x7ff1u> _FloatHelper;
323 static double get_sNaN() {
324 typedef float_helper<double, 0x7ff9u> _FloatHelper
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_limits.c 152 * float, double or long double representation is taken into account thanks to the sizeof
277 double val;
283 long double val;
315 static double get_inf() {
316 typedef float_helper<double, 0x7ff0u> _FloatHelper;
319 static double get_qNaN() {
320 typedef float_helper<double, 0x7ff1u> _FloatHelper;
323 static double get_sNaN() {
324 typedef float_helper<double, 0x7ff9u> _FloatHelper
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_limits.c 152 * float, double or long double representation is taken into account thanks to the sizeof
277 double val;
283 long double val;
315 static double get_inf() {
316 typedef float_helper<double, 0x7ff0u> _FloatHelper;
319 static double get_qNaN() {
320 typedef float_helper<double, 0x7ff1u> _FloatHelper;
323 static double get_sNaN() {
324 typedef float_helper<double, 0x7ff9u> _FloatHelper
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.c 152 * float, double or long double representation is taken into account thanks to the sizeof
277 double val;
283 long double val;
315 static double get_inf() {
316 typedef float_helper<double, 0x7ff0u> _FloatHelper;
319 static double get_qNaN() {
320 typedef float_helper<double, 0x7ff1u> _FloatHelper;
323 static double get_sNaN() {
324 typedef float_helper<double, 0x7ff9u> _FloatHelper
    [all...]
  /external/llvm/test/CodeGen/X86/
lsr-reuse.ll 21 define void @full_me_0(double* nocapture %A, double* nocapture %B, double* nocapture %C, i64 %n) nounwind {
28 %Ai = getelementptr inbounds double* %A, i64 %i
29 %Bi = getelementptr inbounds double* %B, i64 %i
30 %Ci = getelementptr inbounds double* %C, i64 %i
31 %t1 = load double* %Bi
32 %t2 = load double* %Ci
33 %m = fmul double %t1, %t2
34 store double %m, double* %A
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.h 61 double parseES5DateFromNullTerminatedCharacters(const char* dateString);
62 double parseDateFromNullTerminatedCharacters(const char* dateString);
63 double timeClip(double);
65 inline double jsCurrentTime()
74 const double hoursPerDay = 24.0;
75 const double minutesPerHour = 60.0;
76 const double secondsPerHour = 60.0 * 60.0;
77 const double secondsPerMinute = 60.0;
78 const double msPerSecond = 1000.0
    [all...]
  /external/llvm/test/CodeGen/ARM/
fast-isel-conversion.ll 52 define void @sitofp_double_i32(i32 %a, double %b) nounwind ssp {
60 %b.addr = alloca double, align 8
61 %conv = sitofp i32 %a to double
62 store double %conv, double* %b.addr, align 8
66 define void @sitofp_double_i16(i16 %a, double %b) nounwind ssp {
76 %b.addr = alloca double, align 8
77 %conv = sitofp i16 %a to double
78 store double %conv, double* %b.addr, align
    [all...]
  /external/stlport/src/
complex_trig.cpp 22 // complex<double>, and complex<long double>
37 double d;
39 static const double double_limit = double_ulimit.d;
42 long double ld;
45 static const long double ldouble_limit = ldouble_ulimit.ld;
50 static const double double_limit = M_LN2 * DBL_MAX_EXP;
53 static const double double_limit = ::log(DBL_MAX);
57 static const long double ldouble_limit = M_LN2l * LDBL_MAX_EXP;
59 static const long double ldouble_limit = ::log(LDBL_MAX)
    [all...]
  /external/llvm/test/CodeGen/Generic/
2008-02-26-NegatableCrash.ll 33 %tmp487 = fadd double 0.000000e+00, 0.000000e+00 ; <double> [#uses=1]
37 %xy.0.lcssa = phi double [ 0.000000e+00, %bb.nph1770 ], [ %tmp487, %bb471 ] ; <double> [#uses=1]
38 %tmp507 = fsub double -0.000000e+00, %xy.0.lcssa ; <double> [#uses=1]
39 %tmp509 = fdiv double %tmp507, 0.000000e+00 ; <double> [#uses=1]
40 %tmp510 = fmul double %tmp509, 1.024000e+03 ; <double> [#uses=1
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 324 inline long double
325 acosh(long double __x)
342 inline long double
343 asinh(long double __x)
361 inline long double
362 atanh(long double __x)
377 inline long double
378 cbrt(long double __x)
395 inline long double
396 copysign(long double __x, long double __y
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 324 inline long double
325 acosh(long double __x)
342 inline long double
343 asinh(long double __x)
361 inline long double
362 atanh(long double __x)
377 inline long double
378 cbrt(long double __x)
395 inline long double
396 copysign(long double __x, long double __y
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 324 inline long double
325 acosh(long double __x)
342 inline long double
343 asinh(long double __x)
361 inline long double
362 atanh(long double __x)
377 inline long double
378 cbrt(long double __x)
395 inline long double
396 copysign(long double __x, long double __y
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 324 inline long double
325 acosh(long double __x)
342 inline long double
343 asinh(long double __x)
361 inline long double
362 atanh(long double __x)
377 inline long double
378 cbrt(long double __x)
395 inline long double
396 copysign(long double __x, long double __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 324 inline long double
325 acosh(long double __x)
342 inline long double
343 asinh(long double __x)
361 inline long double
362 atanh(long double __x)
377 inline long double
378 cbrt(long double __x)
395 inline long double
396 copysign(long double __x, long double __y
    [all...]
  /bionic/libm/src/
s_scalbn.c 18 * scalbn (double x, int n)
30 static const double
36 double
37 scalbn (double x, int n)
64 double
65 ldexp (double x, int n)
71 long double ldexpl (long double x, int n) {
72 return scalbn((double)x,n);
74 long double scalbnl (long double x, int n)
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double/d/
T_add_double_1.java 21 public double run(double a, double b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double_2addr/d/
T_add_double_2addr_1.java 21 public double run(double a, double b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double/d/
T_div_double_1.java 21 public double run(double a, double b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double_2addr/d/
T_div_double_2addr_1.java 21 public double run(double a, double b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double/d/
T_mul_double_1.java 21 public double run(double a, double b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double_2addr/d/
T_mul_double_2addr_1.java 21 public double run(double a, double b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/d/
T_rem_double_1.java 21 public double run(double a, double b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double_2addr/d/
T_rem_double_2addr_1.java 21 public double run(double a, double b) {

Completed in 361 milliseconds

<<41424344454647484950>>