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

<<81828384858687888990>>

  /external/clang/test/SemaTemplate/
class-template-id.cpp 8 A<int, FLOAT> *foo(A<int> *ptr, A<int> const *ptr2, A<int, double> *ptr3) {
14 return ptr3; // expected-error{{cannot initialize return object of type 'A<int, FLOAT> *' with an lvalue of type 'A<int, double> *'}}
instantiate-member-template.cpp 14 void test_X0(int *ip, double *dp) {
17 double *&dpr = xi.f1(ip, dp);
21 double *&dpr2 = xv.f1(ip, dp);
81 void test_X1(int *ip, int i, double *dp) {
93 id3.f0(dp, i); // expected-error{{cannot initialize a parameter of type 'int *' with an lvalue of type 'double *'}}
97 X1<int*>::Inner3<double*> id3b;
257 typedef __static_assert_check<sizeof(__static_assert_test<((std::__has_rebind<B<int>, double>::value))>)> __t64;
258 typedef __static_assert_check<sizeof(__static_assert_test<((std::__has_rebind<D<char, int>, double>::value))>)> __t64;
typename-specifier-2.cpp 29 double d;
30 extract_type_type<bind_metafun<add_pointer, double> >::t dp = &d;
  /external/dbus/test/data/valid-messages/
recursive-types.message 62 STRING 'double-array'
64 TYPE DOUBLE
  /external/fdlibm/
e_atan2.c 45 static const double
47 static double
57 double __ieee754_atan2(double y, double x)
59 double __ieee754_atan2(y,x)
60 double y,x;
63 double z;
k_cos.c 52 static const double
54 static double
65 double __kernel_cos(double x, double y)
67 double __kernel_cos(x, y)
68 double x,y;
71 double a,hz,z,r,qx;
s_finite.c 22 int ieee_finite(double x)
25 double x;
s_isnan.c 22 int ieee_isnan(double x)
25 double x;
  /external/icu4c/test/cintltst/
cnmdptst.h 53 static void roundingTest(UNumberFormat*, double, int32_t, const char*);
54 static void roundingTest2(UNumberFormat*, double, int32_t, const char*);
  /external/icu4c/test/intltest/
tsdate.h 50 double randDouble(void);
68 static const double ONEYEAR;
  /external/javasqlite/src/main/java/SQLite/
Function.java 15 * Double d = new Double(args[0]);
  /external/libffi/testsuite/libffi.call/
cls_64byte.c 13 double a;
14 double b;
15 double c;
16 double d;
17 double e;
18 double f;
19 double g;
20 double h;
struct2.c 12 double d1;
13 double d2;
  /external/llvm/test/CodeGen/CellSPU/
fcmp32.ll 5 declare double @fabs(double)
vec_const.ll 141 define <2 x double> @f64_constvec_1() {
143 ret <2 x double> < double 0x400921fb54442d18,
144 double 0xbff6a09e667f3bcd >
150 define <2 x double> @f64_constvec_2() {
152 ret <2 x double> < double 0x400921fb54442d18,
153 double 0x400921fb54442d18 >
  /external/llvm/test/CodeGen/PowerPC/
ppcf128-3.ll 2 %struct.stp_sequence = type { double, double }
  /external/llvm/test/CodeGen/X86/
arg-cast.ll 10 define i32 @foo(double %x) nounwind {
12 %x15 = bitcast double %x to i64 ; <i64> [#uses=1]
coalescer-cross.ll 12 %struct.L_Umaxalign = type { double }
31 %1 = uitofp i32 %0 to double ; <double> [#uses=1]
32 %2 = fdiv double %1, 1.000000e+06 ; <double> [#uses=1]
35 %5 = getelementptr %struct.TValue* %4, i32 0, i32 0, i32 0 ; <double*> [#uses=1]
36 store double %2, double* %5, align 4
crash-nosse.ll 16 %S28 = fcmp ord double 0x3ED1A1F787BB2185, 0x3EE59DE55A8DF890
22 %S38 = fcmp ule double 0x3EE59DE55A8DF890, 0x3EC4AB0CBB986A1A
ghc-cc64.ll 20 @d1 = external global double ; assigned to register: XMM5
21 @d2 = external global double ; assigned to register: XMM6
60 %0 = load double* @d2
61 %1 = load double* @d1
79 float %5, float %4, float %3, float %2, double %1,
80 double %0 ) nounwind
85 float, float, float, float, double, double)
  /external/llvm/test/Transforms/ConstProp/
basictest.ll 38 %A = fcmp uno double 0x7FF8000000000000, 1.000000e+00
39 %B = fcmp uno double 1.230000e+02, 1.000000e+00
  /external/oprofile/events/alpha/ev6/
events 8 event:0x05 counters:1 um:zero minimum:500 name:DTB_DD_MISS : Retired DTB double double misses
  /external/oprofile/libutil/
op_cpufreq.c 17 double op_cpu_frequency(void)
19 double fval = 0.0;
  /external/qemu/android/protocol/
ui-commands-qemu.c 23 extern void android_emulator_set_window_scale(double scale, int is_dpi);
26 uicmd_set_window_scale(double scale, int is_dpi)
  /external/qemu/android/skin/
scaler.c 17 double scale;
18 double xdisp, ydisp;
19 double invscale;
38 skin_scaler_set( SkinScaler* scaler, double scale, double xdisp, double ydisp )
71 double scale;
92 double scale = scaler->scale;

Completed in 794 milliseconds

<<81828384858687888990>>