/external/clang/test/CodeGen/ |
x86_32-arguments-realign.c | 7 struct s0 { long double a; }; 9 extern long double f0_g0;
|
/external/clang/test/CodeGenObjC/ |
property-ref-cast-to-void.m | 8 - (double)myGetter; 18 // CHECK: call double bitcast
|
/external/clang/test/Rewriter/ |
method-encoding-1.m | 9 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2; 14 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2{ return 0; }
|
/external/clang/test/Sema/ |
complex-promotion.c | 8 double d; 11 int f[sizeof(e) == 2 * sizeof(double) ? 1 : -1];
|
/external/clang/test/SemaCXX/ |
new-delete-predefined-decl.cpp | 13 (void)new(0) double; 18 (void)new double;
|
/external/fdlibm/ |
e_atanh.c | 36 static const double one = 1.0, huge = 1e300; 38 static double one = 1.0, huge = 1e300; 41 static double zero = 0.0; 44 double __ieee754_atanh(double x) 46 double __ieee754_atanh(x) 47 double x; 50 double t;
|
e_remainder.c | 26 static const double zero = 0.0; 28 static double zero = 0.0; 33 double __ieee754_remainder(double x, double p) 35 double __ieee754_remainder(x,p) 36 double x,p; 41 double p_half;
|
/external/llvm/test/CodeGen/ARM/ |
2009-10-27-double-align.ll | 11 tail call void (i8*, ...)* @f(i8* getelementptr ([1 x i8]* @.str, i32 0, i32 0), i32 1, double 2.000000e+00, i32 3, double 4.000000e+00)
|
/external/llvm/test/CodeGen/Generic/ |
2009-04-10-SinkCrash.ll | 3 define void @QRiterate(i32 %p.1, double %tmp.212) nounwind { 8 %tmp.213 = fcmp une double %tmp.212, 0.000000e+00 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
MachineSink-eflags.ll | 17 %b.i = alloca [16 x <2 x double>], align 16 21 %i4 = bitcast i8* %ptr8 to <2 x double>* 23 %i7 = bitcast i8* %ptr20 to <2 x double> addrspace(1)** 24 %tmp21 = load <2 x double> addrspace(1)** %i7, align 8 38 %ptr4438.i = getelementptr inbounds [16 x <2 x double>]* %b.i, i64 0, i64 0 39 %arrayidx4506.i = getelementptr [16 x <2 x double>]* %b.i, i64 0, i64 4 51 %arrayidx161.i = getelementptr <2 x double> addrspace(1)* %tmp21, i64 %tmp22.sum652.i 52 %tmp162.i = load <2 x double> addrspace(1)* %arrayidx161.i, align 16 58 %arrayidx229.i = getelementptr <2 x double> addrspace(1)* %tmp21, i64 %tmp22.sum656.i 59 %tmp230.i = load <2 x double> addrspace(1)* %arrayidx229.i, align 1 [all...] |
fast-cc-callee-pops.ll | 5 define x86_fastcallcc void @func(i64 %X, i64 %Y, float %G, double %Z) nounwind { 10 define x86_thiscallcc void @func2(i32 %X, i64 %Y, float %G, double %Z) nounwind {
|
sse2-blend.ll | 47 define void@vsel_double(<4 x double>* %v1, <4 x double>* %v2) { 48 %A = load <4 x double>* %v1 49 %B = load <4 x double>* %v2 50 %vsel = select <4 x i1> <i1 true, i1 false, i1 false, i1 false>, <4 x double> %A, <4 x double> %B 51 store <4 x double > %vsel, <4 x double>* %v1
|
store-fp-constant.ll | 11 declare void @extdouble(double) 15 call void @extdouble( double 0x409349A631F8A090 )
|
/external/llvm/test/ExecutionEngine/ |
test-ret.ll | 44 define double @test10() { 45 ret double 2.000000e+00
|
/external/llvm/test/Transforms/IndVarSimplify/ |
uglygep.ll | 11 @tds = external global double** ; <double***> [#uses=1] 30 %tmp = load double*** @tds, align 8 ; <double**> [#uses=1] 32 %tmp2 = getelementptr inbounds double** %tmp, i64 %tmp1 ; <double**> [#uses=1] 33 %tmp3 = load double** %tmp2, align 1 ; <double*> [#uses=1]
|
/external/llvm/test/Transforms/InstCombine/ |
2006-12-05-fp-to-int-ext.ll | 7 define i64 @test(double %D) { 8 %A = fptoui double %D to i32 ; <i32> [#uses=1]
|
2008-07-16-sse2_storel_dq.ll | 4 @G = common global double 0.000000e+00, align 16 9 call void @llvm.x86.sse2.storel.dq( i8* bitcast (double* @G to i8*), <4 x i32> %0 ) nounwind
|
/external/opencv/cxcore/src/ |
_cxipp.h | 58 CV_PLUGINS1(CV_PLUGIN_IPPS), ( const float* src, double* dst, int len )) 60 CV_PLUGINS1(CV_PLUGIN_IPPS), ( const double* src, float* dst, int len )) 113 ( const double* src1, int srcstep1, const double* src2, int srcstep2,\ 114 double* dst, int dststep, CvSize size )) 151 int maskStep, CvSize size, double* mean )) \ 155 int maskStep, CvSize size, double* mean )) \ 159 int maskStep, CvSize size, double* mean )) \ 163 int maskStep, CvSize size, double* mean )) 170 IPCV_DEF_MEAN_MASK( 64f, double ) [all...] |
/external/webkit/Source/WebCore/html/ |
DateTimeInputType.cpp | 44 static const double dateTimeDefaultStep = 60.0; 45 static const double dateTimeStepScaleFactor = 1000.0; 57 double DateTimeInputType::defaultValueForStepUp() const 62 double DateTimeInputType::minimum() const 67 double DateTimeInputType::maximum() const 72 double DateTimeInputType::defaultStep() const 77 double DateTimeInputType::stepScaleFactor() const 94 bool DateTimeInputType::setMillisecondToDateComponents(double value, DateComponents* date) const
|
StepRange.cpp | 48 double StepRange::clampValue(double value) 50 double clampedValue = max(minimum, min(value, maximum)); 62 double StepRange::clampValue(const String& stringValue) 64 double value; 71 double StepRange::valueFromElement(HTMLInputElement* element, bool* wasClamped) 73 double oldValue; 77 double newValue = clampValue(oldValue);
|
/external/webkit/Source/WebCore/platform/audio/ |
Cone.cpp | 45 double ConeEffect::gain(FloatPoint3D sourcePosition, FloatPoint3D sourceOrientation, FloatPoint3D listenerPosition) 58 double dotProduct = sourceToListener.dot(normalizedSourceOrientation); 59 double angle = 180.0 * acos(dotProduct) / piDouble; 60 double absAngle = fabs(angle); 63 double absInnerAngle = fabs(m_innerAngle) / 2.0; 64 double absOuterAngle = fabs(m_outerAngle) / 2.0; 65 double gain = 1.0; 76 double x = (absAngle - absInnerAngle) / (absOuterAngle - absInnerAngle);
|
Distance.cpp | 51 double DistanceEffect::gain(double distance) 76 double DistanceEffect::linearGain(double distance) 81 double DistanceEffect::inverseGain(double distance) 86 double DistanceEffect::exponentialGain(double distance)
|
HRTFPanner.h | 36 explicit HRTFPanner(double sampleRate); 40 virtual void pan(double azimuth, double elevation, AudioBus* inputBus, AudioBus* outputBus, size_t framesToProcess); 44 static size_t fftSizeForSampleRate(double sampleRate); 46 double sampleRate() const { return m_sampleRate; } 51 int calculateDesiredAzimuthIndexAndBlend(double azimuth, double& azimuthBlend); 53 double m_sampleRate;
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
WKBundlePagePrivate.h | 43 WK_EXPORT double WKBundlePageGetTextZoomFactor(WKBundlePageRef page); 44 WK_EXPORT void WKBundlePageSetTextZoomFactor(WKBundlePageRef page, double zoomFactor); 45 WK_EXPORT double WKBundlePageGetPageZoomFactor(WKBundlePageRef page); 46 WK_EXPORT void WKBundlePageSetPageZoomFactor(WKBundlePageRef page, double zoomFactor); 48 WK_EXPORT void WKBundlePageSetScaleAtOrigin(WKBundlePageRef page, double scale, WKPoint origin); 52 WK_EXPORT void WKBundlePageSimulateMouseDown(WKBundlePageRef page, int button, WKPoint position, int clickCount, WKEventModifiers modifiers, double time); 53 WK_EXPORT void WKBundlePageSimulateMouseUp(WKBundlePageRef page, int button, WKPoint position, int clickCount, WKEventModifiers modifiers, double time); 54 WK_EXPORT void WKBundlePageSimulateMouseMotion(WKBundlePageRef page, WKPoint position, double time);
|
/frameworks/base/location/java/android/location/ |
ILocationManager.aidl | 56 void addProximityAlert(double latitude, double longitude, float distance, 71 String getFromLocation(double latitude, double longitude, int maxResults, 74 double lowerLeftLatitude, double lowerLeftLongitude, 75 double upperRightLatitude, double upperRightLongitude, int maxResults,
|