/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
math-cordic.js | 30 function FIXED(X) 46 FIXED(45.0), FIXED(26.565), FIXED(14.0362), FIXED(7.12502), 47 FIXED(3.57633), FIXED(1.78991), FIXED(0.895174), FIXED(0.447614), 48 FIXED(0.223811), FIXED(0.111906), FIXED(0.055953) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
math-cordic.js | 30 function FIXED(X) 46 FIXED(45.0), FIXED(26.565), FIXED(14.0362), FIXED(7.12502), 47 FIXED(3.57633), FIXED(1.78991), FIXED(0.895174), FIXED(0.447614), 48 FIXED(0.223811), FIXED(0.111906), FIXED(0.055953) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
math-cordic.js | 30 function FIXED(X) 46 FIXED(45.0), FIXED(26.565), FIXED(14.0362), FIXED(7.12502), 47 FIXED(3.57633), FIXED(1.78991), FIXED(0.895174), FIXED(0.447614), 48 FIXED(0.223811), FIXED(0.111906), FIXED(0.055953) [all...] |
/external/compiler-rt/test/msan/ |
mmap_below_shadow.cc | 22 MAP_PRIVATE | MAP_ANONYMOUS | (FIXED ? MAP_FIXED : 0), -1, 0); 23 if (FIXED)
|
/prebuilts/misc/common/swig/include/2.0.11/csharp/ |
arrays_csharp.i | 40 * Please note that when using fixed arrays, you have to mark your corresponding 48 * %apply int FIXED[] { int* sourceArray, int *targetArray } 110 %typemap(ctype) CTYPE FIXED[] "CTYPE*" 111 %typemap(imtype) CTYPE FIXED[] "IntPtr" 112 %typemap(cstype) CTYPE FIXED[] "CSTYPE[]" 114 pre= " fixed ( CSTYPE* swig_ptrTo_$csinput = $csinput ) {", 116 CTYPE FIXED[] "(IntPtr)swig_ptrTo_$csinput" 118 %typemap(in) CTYPE FIXED[] "$1 = $input;" 119 %typemap(freearg) CTYPE FIXED[] "" 120 %typemap(argout) CTYPE FIXED[] "" [all...] |
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
demo.c | 58 // Capped conversion from float to fixed. 66 #define FIXED(value) floatToFixed(value) 254 // kludge to set lower edge of the object to fixed level 290 result->normalArray[i] = FIXED(n.x); 291 result->normalArray[i + 1] = FIXED(n.y); 292 result->normalArray[i + 2] = FIXED(n.z); 309 result->vertexArray[currentVertex * 3] = FIXED(pa.x); 310 result->vertexArray[currentVertex * 3 + 1] = FIXED(pa.y); 311 result->vertexArray[currentVertex * 3 + 2] = FIXED(pa.z); 313 result->vertexArray[currentVertex * 3] = FIXED(pb.x) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/ |
SDL_paudio.c | 287 * paud.flags; * FIXED - fixed length data 332 paud_init.flags = TWOS_COMPLEMENT | FIXED; 339 TWOS_COMPLEMENT | FIXED; 346 TWOS_COMPLEMENT | FIXED; 354 TWOS_COMPLEMENT | FIXED; 360 paud_init.flags = TWOS_COMPLEMENT | FIXED; 367 TWOS_COMPLEMENT | FIXED;
|
/frameworks/native/opengl/tests/angeles/ |
demo.c | 58 // Capped conversion from float to fixed. 66 #define FIXED(value) floatToFixed(value) 254 // kludge to set lower edge of the object to fixed level 290 result->normalArray[i] = FIXED(n.x); 291 result->normalArray[i + 1] = FIXED(n.y); 292 result->normalArray[i + 2] = FIXED(n.z); 309 result->vertexArray[currentVertex * 3] = FIXED(pa.x); 310 result->vertexArray[currentVertex * 3 + 1] = FIXED(pa.y); 311 result->vertexArray[currentVertex * 3 + 2] = FIXED(pa.z); 313 result->vertexArray[currentVertex * 3] = FIXED(pb.x) [all...] |
/external/chromium_org/ash/system/tray/ |
tray_notification_view.cc | 55 views::GridLayout::FIXED, 63 views::GridLayout::FIXED, 72 views::GridLayout::FIXED,
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
double-conversion.h | 162 // Computes a decimal representation with a fixed number of digits after the 274 // Produce a fixed number of digits after the decimal point. 275 // For instance fixed(0.1, 4) becomes 0.1000 277 FIXED, 278 // Fixed number of digits (independent of the decimal point). 301 // - FIXED: produces digits necessary to print a given number with
|
double-conversion.cc | 38 #include "fixed-dtoa.h" 221 DoubleToAscii(value, FIXED, requested_digits, 346 case DoubleToStringConverter::FIXED: return BIGNUM_DTOA_FIXED; 393 case FIXED:
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_parse.py | 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) 60 self.sign = type in (SIGNED, FIXED, FLOAT) 79 if self.type == FIXED: 93 if self.type == FIXED: 216 'h': FIXED,
|
u_format_pack.py | 66 elif channel.type in (SIGNED, FIXED): 84 elif channel.type in (SIGNED, FIXED): 122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 167 elif channel.type in (SIGNED, FIXED): 208 if type.type == FIXED: 217 if type.type == FIXED: 359 if src_norm or src_type == FIXED: 383 if dst_channel.norm or dst_channel.type == FIXED:
|
u_format_table.py | 59 FIXED: "UTIL_FORMAT_TYPE_FIXED",
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_parse.py | 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) 60 self.sign = type in (SIGNED, FIXED, FLOAT) 79 if self.type == FIXED: 93 if self.type == FIXED: 216 'h': FIXED,
|
u_format_pack.py | 66 elif channel.type in (SIGNED, FIXED): 84 elif channel.type in (SIGNED, FIXED): 122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 167 elif channel.type in (SIGNED, FIXED): 208 if type.type == FIXED: 217 if type.type == FIXED: 359 if src_norm or src_type == FIXED: 383 if dst_channel.norm or dst_channel.type == FIXED:
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
proxy_form_controller_test.js | 30 ProxyFormController.ProxyTypes.FIXED]; 119 ProxyFormController.ProxyTypes.FIXED); 204 document.getElementById(ProxyFormController.ProxyTypes.FIXED) 232 // FIXED 234 mode: ProxyFormController.ProxyTypes.FIXED, 239 document.getElementById(ProxyFormController.ProxyTypes.FIXED) 265 mode: ProxyFormController.ProxyTypes.FIXED, 293 mode: ProxyFormController.ProxyTypes.FIXED, 304 document.querySelector('#' + ProxyFormController.ProxyTypes.FIXED + 315 mode: ProxyFormController.ProxyTypes.FIXED, [all...] |
/external/chromium_org/chrome/browser/ui/views/profiles/ |
profile_reset_bubble_view.cc | 41 // Fixed width of the column holding the description label of the bubble. 98 GridLayout::FIXED, kFeedbackViewColumnWidth, 0); 101 GridLayout::FIXED, kFeedbackViewColumnWidth, 0); 304 GridLayout::FIXED, kWidthOfDescriptionText, 0); 325 GridLayout::FIXED, kAllColumnsWidth, 0); 331 GridLayout::FIXED, kReportingCheckboxColumnWidth, 0); 333 GridLayout::FIXED, kHelpButtonColumnWidth, 0);
|
/external/chromium_org/chrome/browser/chromeos/login/ui/ |
simple_web_view_dialog.cc | 84 GridLayout::FIXED, kLocationBarHeight, 0); 211 GridLayout::FIXED, 0, 0); 216 GridLayout::FIXED, 0, 0);
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraCapabilities.java | 94 * Focus is fixed. 97 FIXED, 710 if (supports(FocusMode.FIXED)) { 713 Log.w(TAG, "Focus mode not supported... trying FIXED"); 714 settings.setFocusMode(FocusMode.FIXED);
|
/external/chromium_org/chrome/browser/ui/views/ |
confirm_bubble_views.cc | 22 // Use a fixed maximum message width, so longer messages will wrap. 26 views::GridLayout::FIXED, kMaxMessageWidth, false);
|
login_view.cc | 48 GridLayout::FIXED, kMessageWidth, 0);
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
idle_logout_dialog_view.cc | 137 views::GridLayout::FIXED, kIdleLogoutDialogMaxWidth, 0);
|
/external/chromium_org/content/shell/browser/ |
shell_views.cc | 235 views::GridLayout::FIXED, 245 views::GridLayout::FIXED, 255 views::GridLayout::FIXED, 264 views::GridLayout::FIXED,
|
/external/chromium_org/ui/views/layout/ |
grid_layout.h | 95 // The column size is fixed. 96 FIXED, 156 // is fixed to the specified value. 283 // column, and is only used if size_type == FIXED. min_width gives the
|