/bionic/libm/bsdsrc/ |
b_exp.c | 43 * DOUBLE PRECISION (IEEE 53 bits, VAX D FORMAT 56 BITS) 79 static const double p1 = 0x1.555555555553ep-3; 80 static const double p2 = -0x1.6c16c16bebd93p-9; 81 static const double p3 = 0x1.1566aaf25de2cp-14; 82 static const double p4 = -0x1.bbd41c5d26bf1p-20; 83 static const double p5 = 0x1.6376972bea4d0p-25; 84 static const double ln2hi = 0x1.62e42fee00000p-1; 85 static const double ln2lo = 0x1.a39ef35793c76p-33; 86 static const double lnhuge = 0x1.6602b15b7ecf2p9; 87 static const double lntiny = -0x1.77af8ebeae354p9 [all...] |
/external/clang/test/Sema/ |
ms_class_layout.cpp | 26 double a; 32 double c1_field; 34 double c3_field; 45 double v0; 80 // CHECK-NEXT: 8 | double a 105 // CHECK-NEXT: 8 | double a 110 // CHECK-NEXT: 32 | double c1_field 112 // CHECK-NEXT: 48 | double c3_field 125 // CHECK-NEXT: 0 | double v0 130 // CHECK-NEXT: 24 | double [all...] |
/external/iproute2/tc/ |
q_tbf.c | 57 fprintf(stderr, "Double \"limit/latency\" spec\n"); 68 fprintf(stderr, "Double \"limit/latency\" spec\n"); 81 fprintf(stderr, "Double \"buffer/burst\" spec\n"); 93 fprintf(stderr, "Double \"mtu/minburst\" spec\n"); 104 fprintf(stderr, "Double \"mpu\" spec\n"); 115 fprintf(stderr, "Double \"rate\" spec\n"); 126 fprintf(stderr, "Double \"peakrate\" spec\n"); 137 fprintf(stderr, "Double \"overhead\" spec\n"); 181 double lim = opt.rate.rate*(double)latency/TIME_UNITS_PER_SEC + buffer [all...] |
/external/valgrind/main/memcheck/tests/x86/ |
more_x86_fp.c | 33 void test_fops(double a, double b) 60 void test_fcmp(double a, double b) 84 void test_fcvt(double a) 87 long double la; 93 double ra; 98 printf("(long double)%f = %Lf\n", a, la); 126 double a; 136 void test_fbcd(double a [all...] |
/external/fdlibm/ |
s_atan.c | 38 static const double atanhi[] = { 40 static double atanhi[] = { 49 static const double atanlo[] = { 51 static double atanlo[] = { 60 static const double aT[] = { 62 static double aT[] = { 78 static const double 80 static double 86 double ieee_atan(double x [all...] |
/external/libvpx/vp8/encoder/ |
firstpass.c | 63 #define POW1 (double)cpi->oxcf.two_pass_vbrbias/100.0 64 #define POW2 (double)cpi->oxcf.two_pass_vbrbias/100.0 131 static double calculate_modified_err(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) 133 double av_err = cpi->total_stats->ssim_weighted_pred_err; 134 double this_err = this_frame->ssim_weighted_pred_err; 135 double modified_err; 137 //double relative_next_iiratio; 138 //double next_iiratio; 139 //double sum_iiratio; 158 relative_next_iiratio = sum_iiratio / DOUBLE_DIVIDE_CHECK(cpi->avg_iiratio * (double)i) [all...] |
/external/llvm/test/CodeGen/X86/ |
fast-isel-gep.ll | 56 define double @test4(i64 %x, double* %p) nounwind { 59 %p.addr = alloca double*, align 8 ; <double**> [#uses=2] 61 store double* %p, double** %p.addr 64 %tmp1 = load double** %p.addr ; <double*> [#uses=1] 65 %arrayidx = getelementptr inbounds double* %tmp1, i64 %add ; <double*> [#uses=1 [all...] |
/external/webkit/Source/WebCore/platform/audio/ |
HRTFElevation.h | 53 static PassOwnPtr<HRTFElevation> createForSubject(const String& subjectName, int elevation, double sampleRate); 56 static PassOwnPtr<HRTFElevation> createByInterpolatingSlices(HRTFElevation* hrtfElevation1, HRTFElevation* hrtfElevation2, double x, double sampleRate); 62 double elevationAngle() const { return m_elevationAngle; } 64 double sampleRate() const { return m_sampleRate; } 68 void getKernelsFromAzimuth(double azimuthBlend, unsigned azimuthIndex, HRTFKernel* &kernelL, HRTFKernel* &kernelR, double& frameDelayL, double& frameDelayR); 86 static bool calculateKernelsForAzimuthElevation(int azimuth, int elevation, double sampleRate, const String& subjectName, 92 static bool calculateSymmetricKernelsForAzimuthElevation(int azimuth, int elevation, double sampleRate, const String& subjectName [all...] |
/external/webkit/Source/WebCore/platform/wx/wxcode/win/ |
non-kerned-drawing.cpp | 43 const double RAD2DEG = 180.0 / M_PI; 49 static inline double dmin(double a, double b) { return a < b ? a : b; } 50 static inline double dmax(double a, double b) { return a > b ? a : b; } 52 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; } 53 static inline double RadToDeg(double deg) { return (deg * 180.0) / M_PI; [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_framestitching.cpp | 28 inline void db_RotationFromMOuterProductSum(double R[9],double *score,double M[9]) 30 double N[16],q[4],lambda[4],lambda_max; 31 double y[4]; 80 void db_StitchSimilarity3DRaw(double *scale,double R[9],double t[3], 81 double **Xp,double **X,int nr_points,int orientation_preserving [all...] |
/external/llvm/test/CodeGen/PTX/ |
ld.ll | 40 @array_double = external global [10 x double] 43 @array_constant_double = external addrspace(1) constant [10 x double] 46 @array_shared_double = external addrspace(4) global [10 x double] 81 define ptx_device double @t1_f64(double* %p) { 85 %x = load double* %p 86 ret double %x 125 define ptx_device double @t2_f64(double* %p) { 129 %i = getelementptr double* %p, i32 [all...] |
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 152 double scale, 155 double motion_smoothing_gain, 159 double cm_max_disparity, 191 double temp[9]; 200 double outlier_t1 = 5.0; 219 m_x_corners_ref = new double [m_max_nr_corners]; 220 m_y_corners_ref = new double [m_max_nr_corners]; 222 m_x_corners_ins = new double [m_max_nr_corners]; 223 m_y_corners_ins = new double [m_max_nr_corners]; 229 m_temp_double = new double [12*DB_DEFAULT_NR_SAMPLES+10*m_max_nr_matches] [all...] |
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
DoubleBufferTest.java | 58 double dbl = Double.longBitsToDouble(longBitsIn); 59 long longBitsOut = Double.doubleToRawLongBits(dbl); 63 // Store the double and retrieve it 66 double bufDoubleOut = buffer.getDouble(0); 69 long bufLongOut = Double.doubleToRawLongBits(bufDoubleOut); 75 double array[] = buf.array(); 92 double array[] = buf.array(); 199 DoubleBuffer dbuffer1 = DoubleBuffer.wrap(new double[] { Double.NaN }) [all...] |
/bionic/libm/src/ |
s_scalbnl.c | 18 * scalbnl (long double x, int n) 25 * We assume that a long double has a 15-bit exponent. On systems 26 * where long double is the same as double, scalbnl() is an alias 37 #error "Unsupported long double format" 40 static const long double 44 long double 45 scalbnl (long double x, int n)
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/d2i/ |
Test_d2i.java | 58 * @title Argument = Double.MAX_VALUE 62 assertEquals(Integer.MAX_VALUE, t.run(Double.MAX_VALUE)); 66 * @title Argument = Double.MIN_VALUE 70 assertEquals(0, t.run(Double.MIN_VALUE)); 78 assertEquals(0, t.run(Double.NaN)); 86 assertEquals(Integer.MAX_VALUE, t.run(Double.POSITIVE_INFINITY)); 94 assertEquals(Integer.MIN_VALUE, t.run(Double.NEGATIVE_INFINITY)); 112 * @title type of argument - double
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/d2l/ |
Test_d2l.java | 50 * @title Argument = Double.MAX_VALUE 54 assertEquals(Long.MAX_VALUE, t.run(Double.MAX_VALUE)); 58 * @title Argument = Double.MIN_VALUE 62 assertEquals(0, t.run(Double.MIN_VALUE)); 78 assertEquals(0l, t.run(Double.NaN)); 86 assertEquals(Long.MAX_VALUE, t.run(Double.POSITIVE_INFINITY)); 94 assertEquals(Long.MIN_VALUE, t.run(Double.NEGATIVE_INFINITY)); 112 * @title type of argument - double
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/daload/jm/ |
T_daload_1.java | 20 public double run(double[] arr, int idx) {
|
T_daload_2.java | 21 public double run(double[] arr, int idx) {
|
T_daload_3.java | 21 public double run(double[] arr, int idx) {
|
T_daload_5.java | 21 public double run(double[] arr, long idx) {
|
T_daload_6.java | 21 public double run(Object a, double[] arr, int idx) {
|
T_daload_8.java | 21 public double run(long[] a, double[] arr, int idx) {
|
T_daload_9.java | 21 public double run(double[] arr, int idx) {
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/dastore/jm/ |
T_dastore_1.java | 20 public void run(double[] arr, int idx, double value) {
|
T_dastore_2.java | 21 public void run(double[] arr, int idx, double value) {
|