HomeSort by relevance Sort by last modified time
    Searched full:double (Results 926 - 950 of 10768) sorted by null

<<31323334353637383940>>

  /ndk/sources/host-tools/sed-4.2.1/po/
en@quot.header 4 # and double quote (0x22). These substitutes look strange; see
12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
17 # grave/acute accent (by libiconv), and the double quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
  /ndk/tests/device/test-gnustl-full/unit/
resolve_name.cpp 10 double d( 1.0 );
24 double d( 1.0 );
42 double d( 1.0 );
54 double sqroot( double x ) {
  /ndk/tests/device/test-stlport/unit/
resolve_name.cpp 10 double d( 1.0 );
24 double d( 1.0 );
42 double d( 1.0 );
54 double sqroot( double x ) {
  /dalvik/dx/tests/121-sccp/
expected.txt 3 0000: const-wide/high16 v6, #double 5.0 // #4014000000000000
4 0002: const-wide/high16 v2, #double 3.0 // #4008000000000000
5 0004: sub-double v0, v6, v2
6 0006: add-double v4, v2, v0
7 0008: sub-double v2, v6, v0
8 000a: cmpg-double v0, v4, v6
10 000e: const-wide/high16 v0, #double 1.0 // #3ff0000000000000
11 0010: add-double/2addr v0, v6
12 0011: const-wide/high16 v0, #double 2.0 // #4000000000000000
31 0000: const-wide/high16 v6, #double 10.0 // #402400000000000
    [all...]
  /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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r7/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 20 define void @full_me_0(double* nocapture %A, double* nocapture %B, double* nocapture %C, i64 %n) nounwind {
27 %Ai = getelementptr inbounds double* %A, i64 %i
28 %Bi = getelementptr inbounds double* %B, i64 %i
29 %Ci = getelementptr inbounds double* %C, i64 %i
30 %t1 = load double* %Bi
31 %t2 = load double* %Ci
32 %m = fmul double %t1, %t2
33 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/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...]
  /ndk/sources/cxx-stl/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...]
  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r7/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/dx-tests/src/dxc/junit/opcodes/dadd/jm/
T_dadd_1.java 21 public double run(double a, double b) {
T_dadd_2.java 21 public double run(double a, double b) {
T_dadd_5.java 21 public double run(double a, double b) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/daload/jm/
T_daload_4.java 21 public double run(double[] arr, double idx) {
T_daload_7.java 21 public double run(double[] a, double[] arr, int idx) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dastore/jm/
T_dastore_4.java 21 public void run(double[] arr, double idx, double value) {

Completed in 305 milliseconds

<<31323334353637383940>>