/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 77 inline double max(double a, double b) { return a > b ? a : b; } 78 inline double min(double a, double b) { return a < b ? a : b; } 86 double invtrs[3][3]; 92 double temp[3][3]; 141 double halfwidth = width / 2.0; 142 double halfheight = height / 2.0 [all...] |
/external/valgrind/main/auxprogs/ |
ppcfround.c | 11 double fres; 32 static ULong double_as_ULong ( double d ) 34 union { double dd; ULong ll; } u; 121 static Result insn_##name ( double arg1, double arg2, double arg3 ) \ 124 /* 0 */ double a1; \ 125 /* 8 */ double a2; \ 126 /* 16 */ double a3; \ 127 /* 24 */ double res; [all...] |
/bionic/libm/src/ |
s_fma.c | 44 * as the i387 must be set in double-precision mode if variables are 52 double 53 fma(double x, double y, double z) 55 static const double split = 0x1p27 + 1.0; 56 double xs, ys, zs; 57 double c, cc, hx, hy, p, q, tx, ty; 58 double r, rr, s; 177 * avoid double rounding [all...] |
s_llrint.c | 4 #define type double
|
s_llround.c | 4 #define type double
|
s_llroundl.c | 4 #define type long double
|
s_lroundl.c | 4 #define type long double
|
s_significand.c | 19 * scalb(x, (double) -ilogb(x)), 26 double 27 significand(double x) 29 return __ieee754_scalb(x,(double) -ilogb(x));
|
/dalvik/dx/tests/054-dex-high16/ |
Blort.java | 31 public static void sink(double d) { 68 sink(Double.NEGATIVE_INFINITY); 71 sink(Double.POSITIVE_INFINITY); 72 sink(Double.NaN);
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
AnnoArrayField.java | 17 double[] dd() default {0.987654321};
|
/dalvik/tests/064-field-access/src/other/ |
OtherPackage.java | 14 double pkgDoubleField = 3.141592654;
|
/dalvik/vm/mterp/c/ |
OP_REM_DOUBLE.cpp | 8 ILOGV("|%s-double v%d,v%d,v%d", "mod", vdst, vsrc1, vsrc2);
|
/dalvik/vm/mterp/x86/ |
OP_GOTO.S | 7 * double to get a byte offset.
|
/dalvik/vm/mterp/x86-atom/ |
OP_FLOAT_TO_DOUBLE.S | 19 * Code: Converts a float to a double. Uses no substitutions. 21 * For: float-to-double 23 * Description: Convert the float in source register to a double 35 fstpl (rFP, %edx, 4) # store double
|
OP_LONG_TO_DOUBLE.S | 21 * For: long-to-double 23 * Description: Converts a long in the source register to a double, and 24 * stores the result in the destination register. vA<- (double) vB 36 fstpl (rFP, %ecx, 4) # vA<- FPU; (double) vB
|
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/ |
gldefs.h | 17 typedef double GLclampd; /* double precision float in [0,1] */ 18 typedef double GLdouble; /* double precision float */
|
/external/chromium/base/third_party/dmg_fp/ |
dmg_fp.h | 14 double strtod(const char* s00, char** se); 16 // Convert double to ASCII string. For meaning of parameters 18 char* dtoa(double d, int mode, int ndigits, 26 char* g_fmt(char* b, double x);
|
/external/chromium/chrome/browser/chromeos/ |
audio_handler.cc | 18 const double kMinVolumeDb = -90.0; 21 const double kMaxVolumeDb = 6.0; 24 const double kVolumeBias = 0.5; 35 double AudioHandler::GetVolumePercent() { 44 void AudioHandler::SetVolumePercent(double volume_percent) { 49 double vol_db; 58 void AudioHandler::AdjustVolumeByPercent(double adjust_by_percent) { 64 double volume = mixer_->GetVolumeDb(); 65 double pct = VolumeDbToPercent(volume); 73 double new_volume [all...] |
/external/chromium/chrome/browser/ui/gtk/infobars/ |
translate_infobar_base_gtk.cc | 71 double* r, double* g, double *b) { 77 double normal_r, normal_g, normal_b; 81 double error_r, error_g, error_b; 85 double offset_r = error_r - normal_r; 86 double offset_g = error_g - normal_g; 87 double offset_b = error_b - normal_b; 96 double* r, double* g, double *b) [all...] |
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/ |
p1.cpp | 13 template<> void f<double>(double); 19 template<> void g<double>(double);
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
ext-blocks.cpp | 20 template int f0(int, float, double); 21 template int f1(const char*, int, float, double); 30 template int f2(const char*, int, float, double); 39 template int f3(const char*, int, float, double);
|
/external/clang/test/CodeGen/ |
2002-02-13-ConditionalInCall.c | 6 void foo(int, double, float);
|
2002-02-16-RenamingTest.c | 7 void Test5(double X) {
|
arm-vaarg-align.c | 5 * long long and double require 8-byte alignment under AAPCS 21 double t2(int i, ...) { 30 double ll = __builtin_va_arg(ap, double);
|
libcalls-ld.c | 12 // If this fails for you because your target doesn't support long double, 15 long double exp2l(long double); 17 long double t4(unsigned char x) {
|