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

<<41424344454647484950>>

  /dalvik/vm/mterp/armv6t2/
OP_DOUBLE_TO_INT.S 9 * Convert the double in r0/r1 to an int in r0.
17 mov r2, #0x80000000 @ maxint, as a double (low word)
20 mvn r3, #0xbe000000 @ maxint, as a double (high word)
31 mov r3, #0xc1000000 @ minint, as a double (high word)
33 mov r2, #0 @ minint, as a double (low word)
49 bl __aeabi_d2iz @ convert double to int
OP_DOUBLE_TO_LONG.S 7 * Convert the double in r0/r1 to a long in r0/r1.
15 mov r3, #0x43000000 @ maxlong, as a double (high word)
17 mov r2, #0 @ maxlong, as a double (low word)
29 mov r3, #0xc3000000 @ minlong, as a double (high word)
31 mov r2, #0 @ minlong, as a double (low word)
49 bl __aeabi_d2lz @ convert double to long
  /external/chromium/chrome/browser/extensions/
extension_tts_api_mac.mm 23 double rate,
24 double pitch,
25 double volume);
54 double rate,
55 double pitch,
56 double volume) {
  /external/clang/test/CodeGenObjC/
fpret.m 12 -(double) doubleValue;
13 -(long double) longDoubleValue;
19 // CHECK-X86_32: call double bitcast {{.*}} @objc_msgSend_fpret to
25 // CHECK-X86_64: call double bitcast {{.*}} @objc_msgSend to
31 // CHECK-ARMV7: call double bitcast {{.*}} @objc_msgSend to
32 // CHECK-ARMV7: call double bitcast {{.*}} @objc_msgSend to
  /external/fdlibm/
w_pow.c 23 double ieee_pow(double x, double y) /* wrapper pow */
25 double ieee_pow(x,y) /* wrapper pow */
26 double x,y;
32 double z;
  /external/llvm/test/Analysis/BasicAA/
full-store-partial-alias.ll 11 %union.anon = type { double }
13 @u = global %union.anon { double -2.500000e-01 }, align 8
16 define i32 @signbit(double %x) nounwind {
22 store double %x, double* %tmp9, align 8, !tbaa !0
32 !0 = metadata !{metadata !"double", metadata !1}
  /external/llvm/test/CodeGen/X86/
movmsk.ll 6 %0 = type { double }
9 define i32 @double_signbit(double %d1) nounwind uwtable readnone ssp {
11 %__x.addr.i = alloca double, align 8
13 %0 = bitcast double* %__x.addr.i to i8*
15 store double %d1, double* %__x.addr.i, align 8
17 store double %d1, double* %__f.i, align 8
18 %tmp = bitcast double %d1 to i64
27 define i32 @double_add_signbit(double %d1, double %d2) nounwind uwtable readnone ssp
    [all...]
pr2656.ll 16 %conv = fpext float %neg to double ; <double> [#uses=1]
18 %conv5 = fpext float %neg4 to double ; <double> [#uses=1]
19 %call = call i32 (...)* @printf( i8* getelementptr ([17 x i8]* @.str, i32 0, i32 0), double %conv, double %conv5 ) ; <i32> [#uses=0]
  /external/llvm/test/Transforms/InstCombine/
2007-03-25-BadShiftMask.ll 5 %struct..1anon = type { double }
10 %tmp1 = getelementptr %struct..1anon* %u, i32 0, i32 0 ; <double*> [#uses=1]
11 store double 0x7FF0000000000000, double* %tmp1
12 %tmp3 = getelementptr %struct..1anon* %u, i32 0, i32 0 ; <double*> [#uses=1]
13 %tmp34 = bitcast double* %tmp3 to %struct..0anon* ; <%struct..0anon*> [#uses=1]
bitcast-vector-fold.ll 15 define <2 x double> @test3() {
16 %tmp3 = bitcast <4 x i32> < i32 0, i32 1, i32 2, i32 3 > to <2 x double>
17 ret <2 x double> %tmp3
31 %tmp3 = bitcast <2 x double> <double 0.5, double 1.0> to <4 x i32>
  /external/oprofile/daemon/liblegacy/
opd_24_stats.c 41 (double)opd_24_stats[OPD_PROC_QUEUE_DEPTH]
42 / (double)opd_24_stats[OPD_PROC_QUEUE_ACCESS]);
46 (double)opd_24_stats[OPD_MAP_ARRAY_DEPTH]
47 / (double)opd_24_stats[OPD_MAP_ARRAY_ACCESS]);
51 (double)opd_24_stats[OPD_IMAGE_HASH_DEPTH]
52 / (double)opd_24_stats[OPD_IMAGE_HASH_ACCESS]);
  /external/webkit/Source/WebCore/html/
DateComponents.h 113 bool setMillisecondsSinceEpochForDate(double ms);
115 bool setMillisecondsSinceEpochForDateTime(double ms);
117 bool setMillisecondsSinceEpochForDateTimeLocal(double ms);
119 bool setMillisecondsSinceEpochForMonth(double ms);
121 bool setMillisecondsSinceEpochForWeek(double ms);
124 bool setMillisecondsSinceMidnight(double ms);
127 bool setMonthsSinceEpoch(double months);
132 double millisecondsSinceEpoch() const;
135 double monthsSinceEpoch() const;
136 static inline double invalidMilliseconds() { return std::numeric_limits<double>::quiet_NaN();
    [all...]
DateTimeInputType.h 45 virtual double defaultValueForStepUp() const;
46 virtual double minimum() const;
47 virtual double maximum() const;
48 virtual double defaultStep() const;
49 virtual double stepScaleFactor() const;
52 virtual bool setMillisecondToDateComponents(double, DateComponents*) const;
TimeInputType.h 45 virtual double defaultValueForStepUp() const;
46 virtual double minimum() const;
47 virtual double maximum() const;
48 virtual double defaultStep() const;
49 virtual double stepScaleFactor() const;
52 virtual bool setMillisecondToDateComponents(double, DateComponents*) const;
WeekInputType.h 45 virtual double minimum() const;
46 virtual double maximum() const;
47 virtual double stepBase() const;
48 virtual double defaultStep() const;
49 virtual double stepScaleFactor() const;
52 virtual bool setMillisecondToDateComponents(double, DateComponents*) const;
  /external/webkit/Source/WebCore/loader/
ProgressTracker.h 47 double estimatedProgress() const;
67 double m_lastNotifiedProgressValue;
68 double m_lastNotifiedProgressTime;
69 double m_progressNotificationInterval;
70 double m_progressNotificationTimeInterval;
72 double m_progressValue;
  /external/webkit/Source/WebCore/platform/audio/
EqualPowerPanner.h 36 EqualPowerPanner(double sampleRate);
38 virtual void pan(double azimuth, double elevation, AudioBus* inputBus, AudioBus* outputBuf, size_t framesToProcess);
45 double m_smoothingConstant;
47 double m_gainL;
48 double m_gainR;
  /external/webkit/Source/WebCore/svg/
SVGMatrix.idl 28 attribute [StrictTypeChecking] double a;
29 attribute [StrictTypeChecking] double b;
30 attribute [StrictTypeChecking] double c;
31 attribute [StrictTypeChecking] double d;
32 attribute [StrictTypeChecking] double e;
33 attribute [StrictTypeChecking] double f;
  /external/webkit/Source/WebCore/webaudio/
AudioGain.h 39 static PassRefPtr<AudioGain> create(const char* name, double defaultValue, double minValue, double maxValue)
45 AudioGain(const char* name, double defaultValue, double minValue, double maxValue)
  /frameworks/base/core/java/android/webkit/
MockGeolocation.java 40 public void setPosition(double latitude, double longitude, double accuracy) {
60 private static native void nativeSetPosition(WebViewCore webViewCore, double latitude,
61 double longitude, double accuracy);
  /packages/apps/Gallery2/jni/filters/
shadows.c 21 double shadowFilterMap[] = {
33 double s = (scale>=0)?scale:scale/5;
36 double *poly = (double *) malloc(5*sizeof(double));
47 double v = (fastevalPoly(poly,5,hsv[0]/4080.)*4080);
  /bionic/libm/man/
fmax.3 42 .Ft double
43 .Fn fmax "double x" "double y"
46 .Ft "long double"
47 .Fn fmaxl "long double x" "long double y"
48 .Ft double
49 .Fn fmin "double x" "double y"
52 .Ft "long double"
    [all...]
  /bootable/recovery/minui/
Android.mk 12 # This used to compare against values in double-quotes (which are just
13 # ordinary characters in this context). Strip double-quotes from the
  /external/blktrace/btt/
bt_timeline.c 36 double t_astart, t_aend;
48 double plat_freq = 0.0;
49 double range_delta = 0.1;
93 static inline double tv2dbl(struct timeval *tv)
95 return (double)tv->tv_sec + (((double)tv->tv_usec) / (1000.0 * 1000.0));
115 double tps, dt_input = tv2dbl(&tve) - tv2dbl(&tvs);
117 tps = (double)n_traces / dt_input;
  /external/clang/test/Analysis/
ObjCRetSigs.m 10 -(double)length;
21 -(double)length{ // expected-warning{{types are incompatible}}

Completed in 469 milliseconds

<<41424344454647484950>>