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

<<31323334353637383940>>

  /external/srec/srec/clib/
matrix_i.c 41 void lubksb(double **mat, int dim, int *index, double *b);
42 int ludcmp(double **mat, int dim, int *index);
46 double *col, **input;
49 double sum;
56 col = (double *) CALLOC(dim, sizeof(double), "clib.col");
57 input = (double **) CALLOC(dim, sizeof(double *), "clib.input_imatrix");
60 input[ii] = (double *) CALLOC(dim, sizeof(double), "clib.input_imatrix[]")
    [all...]
  /frameworks/compile/libbcc/runtime/lib/ppc/
divtc3.c 17 long double __gcc_qadd(long double, long double);
18 long double __gcc_qsub(long double, long double);
19 long double __gcc_qmul(long double, long double);
20 long double __gcc_qdiv(long double, long double)
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.h 61 double absolute_threshold=DB_DEFAULT_ABS_CORNER_THRESHOLD,
62 double relative_threshold=DB_DEFAULT_REL_CORNER_THRESHOLD);
72 void DetectCorners(const float * const *img,double *x_coord,double *y_coord,int *nr_corners) const;
73 void SetAbsoluteThreshold(double a_thresh) { m_a_thresh = a_thresh; };
74 void SetRelativeThreshold(double r_thresh) { m_r_thresh = r_thresh; };
79 double absolute_threshold,double relative_threshold,int chunkwidth);
85 double m_a_thresh,m_r_thresh;
87 double *m_temp_d
    [all...]
db_utilities.h 59 * Round double into int using fld and fistp instructions.
61 inline int db_roundi (double x) {
76 * Square a double.
78 inline double db_sqr(double a)
102 inline double db_maxd(double a,double b)
110 inline double db_mind(double a,double b
    [all...]
  /external/guava/javadoc/com/google/common/primitives/
Doubles.html 104 Static utility methods pertaining to <code>double</code> primitives, that are not
105 already found in either <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang"><CODE>Double</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true" title="class or interface in java.util"><CODE>Arrays</CODE></A>.
129 <CODE>static&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</A>&gt;</CODE></FONT></TD>
130 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/Doubles.html#asList(double...)">asList</A></B>(double...&nbsp;backingArray)</CODE>
138 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/Doubles.html#compare(double, double)">compare</A></B>(double&nbsp;a
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dastore/
Test_dastore.java 30 double[] arr = new double[2];
40 double[] arr = new double[2];
50 double[] arr = new double[2];
77 double[] arr = new double[2];
114 * @title types of arguments - array, double,
115 * double
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_double/
Test_neg_double.java 60 * @title Argument = Double.NaN
64 assertEquals(Double.NaN, t.run(Double.NaN));
68 * @title Argument = Double.NEGATIVE_INFINITY
72 assertEquals(Double.POSITIVE_INFINITY, t.run(Double.NEGATIVE_INFINITY));
76 * @title Argument = Double.POSITIVE_INFINITY
80 assertEquals(Double.NEGATIVE_INFINITY, t.run(Double.POSITIVE_INFINITY));
84 * @title Argument = Double.MAX_VALU
    [all...]
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.h 32 virtual double GetVolumeDb() const;
33 virtual bool GetVolumeLimits(double* vol_min, double* vol_max);
34 virtual void SetVolumeDb(double vol_db);
54 void DoSetVolumeMute(double pref_volume, int pref_mute);
60 double DoGetVolumeDb_Locked() const;
61 void DoSetVolumeDb_Locked(double vol_db);
67 double* current_vol) const;
75 double new_vol,
76 double* actual_vol
    [all...]
  /external/clang/test/SemaCXX/
addr-of-overloaded-function.cpp 2 int f(double); // expected-note{{candidate function}}
5 int (*pfd)(double) = f; // selects f(double)
6 int (*pfd2)(double) = &f; // selects f(double)
7 int (*pfd3)(double) = ((&((f)))); // selects f(double)
14 int (&rfd)(double) = f; // selects f(double)
18 void g(int (*fp)(double)); // expected-note{{note: candidate function}
    [all...]
  /external/llvm/test/CodeGen/SPARC/
2011-01-11-CC.ll 50 define double @test_select_dfp_icc(i32 %a, double %f1, double %f2) nounwind readnone noinline {
60 %1 = select i1 %0, double %f1, double %f2
61 ret double %1
93 define double @test_select_dfp_fcc(double %f, double %f1, double %f2) nounwind readnone noinline
    [all...]
  /external/llvm/test/CodeGen/X86/
pr3154.ll 5 define void @ff_flac_compute_autocorr_sse2(i32* %data, i32 %len, i32 %lag, double* %autoc) nounwind {
7 %c = alloca double, align 8 ; <double*> [#uses=2]
10 %2 = alloca double, i32 %1 ; <double*> [#uses=2]
11 %3 = getelementptr double* %2, i32 %lag ; <double*> [#uses=2]
12 %4 = ptrtoint double* %3 to i32 ; <i32> [#uses=1]
19 %7 = getelementptr double* %2, i32 %.sum ; <double*> [#uses=1
    [all...]
avx-intrinsics-x86.ll 51 define <2 x double> @test_x86_sse2_add_sd(<2 x double> %a0, <2 x double> %a1) {
53 %res = call <2 x double> @llvm.x86.sse2.add.sd(<2 x double> %a0, <2 x double> %a1) ; <<2 x double>> [#uses=1]
54 ret <2 x double> %res
56 declare <2 x double> @llvm.x86.sse2.add.sd(<2 x double>, <2 x double>) nounwind readnon
    [all...]
  /external/llvm/test/Transforms/InstCombine/
fcmp.ll 4 %ext1 = fpext float %x to double
5 %ext2 = fpext float %y to double
6 %cmp = fcmp ogt double %ext1, %ext2
13 %ext = fpext float %a to double
14 %cmp = fcmp ogt double %ext, 1.000000e+00
21 %ext = fpext float %a to double
22 %cmp = fcmp ogt double %ext, 0x3FF0000000000001 ; more precision than float.
25 ; CHECK-NEXT: fpext float %a to double
29 %ext = fpext float %a to double
30 %cmp = fcmp ogt double %ext, 0x36A0000000000000 ; denormal in float
    [all...]
  /external/valgrind/main/memcheck/tests/
origin6-fp.c 21 double** alloc_square_array ( int nArr )
24 double** vec;
26 vec = malloc(nArr * sizeof(double*));
29 vec[i] = malloc(nArr * sizeof(double));
35 double** do3x3smooth ( double** arr, int nArr )
38 double** out;
44 double s = arr[i-1][j-1] + arr[i-1][j ] + arr[i-1][j+1]
53 double sum ( double** arr, int nArr
    [all...]
  /external/fdlibm/
s_frexp.c 17 * return a double fp quantity x such that 0.5 <= |x| <1.0
27 static const double
29 static double
34 double ieee_frexp(double x, int *eptr)
36 double ieee_frexp(x, eptr)
37 double x; int *eptr;
  /external/llvm/test/CodeGen/Alpha/
2005-12-12-MissingFCMov.ll 36 %Z.1 = select i1 %tmp.36796, double 1.000000e+00, double 0x3FEFFF7CEDE74EAE; <double> [#uses=2]
37 tail call void (i32, ...)* @printf( i32 0, i64 0, i64 0, i64 0, double 1.000000e+00, double 1.000000e+00, double %Z.1, double %Z.1 )
  /external/llvm/test/Transforms/DeadStoreElimination/
2011-03-25-DSEMiscompile.ll 15 %ln2gA = bitcast i32* %ln2gz to double*
16 %ln2gB = load double* %ln2gA
18 %ln2gE = bitcast i32* %ln2gD to double*
19 store double %ln2gB, double* %ln2gE
20 ; CHECK: store double %ln2gB, double* %ln2gE
  /external/webkit/Source/WebCore/html/
DateTimeLocalInputType.h 45 virtual double valueAsDate() const;
46 virtual void setValueAsDate(double, ExceptionCode&) const;
47 virtual double minimum() const;
48 virtual double maximum() const;
49 virtual double defaultStep() const;
50 virtual double stepScaleFactor() const;
53 virtual bool setMillisecondToDateComponents(double, DateComponents*) const;
  /external/webkit/Source/WebCore/platform/audio/
AudioUtilities.cpp 36 double decibelsToLinear(double decibels)
41 double linearToDecibels(double linear)
52 double discreteTimeConstantForSampleRate(double timeConstant, double sampleRate)
AudioUtilities.h 33 double linearToDecibels(double);
34 double decibelsToLinear(double);
39 double discreteTimeConstantForSampleRate(double timeConstant, double sampleRate);
  /external/webkit/Source/WebCore/rendering/
RenderProgress.h 36 double position() const { return m_position; }
37 double animationProgress() const;
38 double animationStartTime() const { return m_animationStartTime; }
54 double m_position;
55 double m_animationStartTime;
56 double m_animationRepeatInterval;
57 double m_animationDuration;
  /frameworks/base/libs/cpustats/
CentralTendencyStatistics.cpp 21 void CentralTendencyStatistics::sample(double x)
33 double delta = x - mMean;
52 double CentralTendencyStatistics::variance() const
54 double variance;
57 // double variance_n = M2/n;
70 double CentralTendencyStatistics::stddev() const
72 double stddev;
  /frameworks/compile/libbcc/runtime/test/Unit/
adddf3vfp_test.c 20 extern double __adddf3vfp(double a, double b);
22 int test__adddf3vfp(double a, double b)
24 double actual = __adddf3vfp(a, b);
25 double expected = a + b;
divdf3vfp_test.c 20 extern double __divdf3vfp(double a, double b);
22 int test__divdf3vfp(double a, double b)
24 double actual = __divdf3vfp(a, b);
25 double expected = a / b;
subdf3vfp_test.c 20 extern double __subdf3vfp(double a, double b);
22 int test__subdf3vfp(double a, double b)
24 double actual = __subdf3vfp(a, b);
25 double expected = a - b;

Completed in 1050 milliseconds

<<31323334353637383940>>