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

<<41424344454647484950>>

  /external/llvm/test/Feature/
newcasts.ll 10 %e = sitofp i16 %x to double
12 %g = fptosi double %e to i16
13 %i = fpext float %d to double
14 %j = fptrunc double %i to float
unreachable.ll 11 define double @xyz() {
  /external/llvm/test/Integer/
newcasts_bt.ll 10 %e = sitofp i17 %x to double
12 %g = fptosi double %e to i17
13 %i = fpext float %d to double
14 %j = fptrunc double %i to float
  /external/llvm/test/Transforms/IndVarSimplify/
indirectbr.ll 35 %1 = getelementptr inbounds [3 x double]* undef, i64 0, i64 %0 ; <double*> [#uses=1]
36 %2 = load double* %1, align 8 ; <double> [#uses=0]
  /external/llvm/test/Transforms/InstCombine/
load-cmp.ll 5 @GD = internal constant [6 x double]
6 [double -10.0, double 1.0, double 4.0, double 2.0, double -20.0, double -40.0]
29 %P = getelementptr inbounds [6 x double]* @GD, i32 0, i32 %X
30 %Q = load double* %P
31 %R = fcmp oeq double %Q, 1.
    [all...]
shufflevec-constant.ll 8 %tmp14 = extractelement <1 x double> bitcast (<2 x float> <float 0x7FF0000000000000, float 0x7FF0000000000000> to <1 x double>), i32 0 ; <double> [#uses=1]
9 %tmp4 = bitcast double %tmp14 to i64 ; <i64> [#uses=1]
  /external/llvm/utils/
NLT.schema 5 `VALUE` double NOT NULL default '0',
  /external/skia/bench/
BenchSysTimer_mach.cpp 29 static double intervalInMSec(const time_value_t start_clock
32 double duration_clock;
53 double BenchSysTimer::endCpu() {
57 double BenchSysTimer::endWall() {
BenchSysTimer_posix.cpp 6 static double intervalInMSec(const timespec start_clock
9 double duration_clock;
34 double BenchSysTimer::endCpu() {
43 double BenchSysTimer::endWall() {
  /external/webkit/Source/WebCore/manual-tests/
drag-move-in-search-field.html 1 <p>Double-click the word "dolor" to select it, then drag the selection to
  /external/webkit/Source/WebKit/mac/WebView/
WebGeolocationPosition.h 33 - (id)initWithTimestamp:(double)timestamp latitude:(double)latitude longitude:(double)longitude accuracy:(double)accuracy;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebGeolocationPosition.idl 38 HRESULT initWithTimestamp([in] double timestamp, [in] double latitude, [in] double longitude, [in] double accuracy);
  /external/webkit/Source/WebKit2/Shared/API/c/
WKGeometry.h 36 double x;
37 double y;
42 double width;
43 double height;
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKGeolocationPosition.h 37 WK_EXPORT WKGeolocationPositionRef WKGeolocationPositionCreate(double timestamp, double latitude, double longitude, double accuracy);
  /frameworks/compile/libbcc/runtime/lib/arm/
extendsfdf2vfp.S 13 // extern double __extendsfdf2vfp(float a);
15 // Converts single precision float to double precision result.
17 // passed in a GPR and a double precision result is returned in R0/R1 pair.
21 fcvtds d7, s15 // convert single to double
floatsidfvfp.S 13 // extern double __floatsidfvfp(int a);
15 // Converts a 32-bit int to a double precision float.
16 // Uses Darwin calling convention where a double precision result is
21 fsitod d7, s15 // convert 32-bit int in s15 to double in d7
floatunssidfvfp.S 13 // extern double __floatunssidfvfp(unsigned int a);
15 // Converts a 32-bit int to a double precision float.
16 // Uses Darwin calling convention where a double precision result is
21 fuitod d7, s15 // convert 32-bit int in s15 to double in d7
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
CSite.h 34 double x;
35 double y;
54 inline double X() { return voronoiCenter.x; }
55 inline double Y() { return voronoiCenter.y; }
  /packages/apps/Camera/src/com/android/camera/ui/
ZoomControlWheel.java 49 private static final double BUFFER_RADIANS = Math.toRadians(HIGHLIGHT_DEGREES / 2);
50 private static final double SLIDER_RANGE =
52 private double mSliderRadians = DEFAULT_SLIDER_POSITION;
61 private double mShutterButtonRadius;
62 private double mWheelRadius;
66 private double mRotateAngle;
91 double dx = event.getX() - mCenterX;
92 double dy = mCenterY - event.getY();
93 double radius = Math.sqrt(dx * dx + dy * dy);
95 double angle = Math.atan2(dy, dx)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
UpdateHelper.java 40 public double update(double original, double update) {
48 public double update(float original, float update) {
  /cts/tests/tests/dpi/src/android/dpi/cts/
AspectRatioTest.java 48 List<Double> aspectRatios = getAllAspectRatios();
49 for (double aspectRatio : aspectRatios) {
57 private List<Double> getAllAspectRatios() throws Exception {
58 List<Double> aspectRatios = new ArrayList<Double>();
67 private double getAspectRatio(Context context) {
76 return (double) max / min;
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.h 30 double* r, double* g, double *b);
32 double* r, double* g, double *b);
76 double background_error_percent_;
  /external/fdlibm/
e_acosh.c 32 static const double
34 static double
40 double __ieee754_acosh(double x)
42 double __ieee754_acosh(x)
43 double x;
46 double t;
s_asinh.c 28 static const double
30 static double
37 double asinh(double x)
39 double asinh(x)
40 double x;
43 double t,w;
s_scalbn.c 15 * ieee_scalbn (double x, int n)
24 static const double
26 static double
34 double ieee_scalbn (double x, int n)
36 double ieee_scalbn (x,n)
37 double x; int n;

Completed in 906 milliseconds

<<41424344454647484950>>