Home
last modified time | relevance | path

Searched refs:FIXED (Results 1 – 25 of 92) sorted by relevance

1234

/external/valgrind/main/docs/internals/
D3_0_BUGSTATUS.txt27 FIXED-TRUNK: now done (many many commits)
32 FIXED-TRUNK: TODO ?
37 FIXED-TRUNK: vg:???
42 FIXED-TRUNK: 4636
47 FIXED-TRUNK: vg:5046
54 FIXED-TRUNK: TODO?
63 FIXED-TRUNK: vex:1320 - vex impl of sysenter
71 FIXED-TRUNK: many commits (vg:5031 ?)
81 FIXED-TRUNK: vg:4425
88 FIXED-TRUNK: TODO
[all …]
/external/e2fsprogs/tests/f_badorphan/
Dexpect.110 Inode 13 was part of the orphaned inode list. FIXED.
11 Inode 17 was part of the orphaned inode list. FIXED.
14 Inode 19 was part of the orphaned inode list. FIXED.
15 Inode 22 was part of the orphaned inode list. FIXED.
16 Inode 23 was part of the orphaned inode list. FIXED.
17 Inode 24 was part of the orphaned inode list. FIXED.
18 Inode 25 was part of the orphaned inode list. FIXED.
19 Inode 26 was part of the orphaned inode list. FIXED.
20 Inode 27 was part of the orphaned inode list. FIXED.
21 Inode 28 was part of the orphaned inode list. FIXED.
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dmath-cordic.js30 function FIXED(X) class
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),
49 FIXED(0.027977)
60 X = FIXED(AG_CONST); /* AG_CONST * cos(0) */
63 TargetAngle = FIXED(28.027);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dmath-cordic.js30 function FIXED(X) class
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),
49 FIXED(0.027977)
60 X = FIXED(AG_CONST); /* AG_CONST * cos(0) */
63 TargetAngle = FIXED(28.027);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
Dmath-cordic.js30 function FIXED(X) class
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),
49 FIXED(0.027977)
61 X = FIXED(AG_CONST); /* AG_CONST * cos(0) */
64 TargetAngle = FIXED(Target);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
Dproxy_form_controller_test.js30 ProxyFormController.ProxyTypes.FIXED];
119 ProxyFormController.ProxyTypes.FIXED);
204 document.getElementById(ProxyFormController.ProxyTypes.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,
341 !document.querySelector('#' + ProxyFormController.ProxyTypes.FIXED
[all …]
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
DSDL_paudio.c332 paud_init.flags = TWOS_COMPLEMENT | FIXED; in Paud_OpenAudio()
339 TWOS_COMPLEMENT | FIXED; in Paud_OpenAudio()
346 TWOS_COMPLEMENT | FIXED; in Paud_OpenAudio()
354 TWOS_COMPLEMENT | FIXED; in Paud_OpenAudio()
360 paud_init.flags = TWOS_COMPLEMENT | FIXED; in Paud_OpenAudio()
367 TWOS_COMPLEMENT | FIXED; in Paud_OpenAudio()
/external/compiler-rt/test/msan/
Dmmap_below_shadow.cc22 MAP_PRIVATE | MAP_ANONYMOUS | (FIXED ? MAP_FIXED : 0), -1, 0); in main()
23 if (FIXED) in main()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
60 self.sign = type in (SIGNED, FIXED, FLOAT)
79 if self.type == FIXED:
93 if self.type == FIXED:
216 'h': FIXED,
Du_format_pack.py66 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/third_party/mesa/src/src/gallium/auxiliary/util/
Du_format_parse.py33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
60 self.sign = type in (SIGNED, FIXED, FLOAT)
79 if self.type == FIXED:
93 if self.type == FIXED:
216 'h': FIXED,
Du_format_pack.py66 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/tools/gyp/test/win/linker-flags/
Dfixed-base.gyp8 # FIXED in certain cases so it complicates the test for FIXED.
/external/chromium_org/ash/system/tray/
Dtray_notification_view.cc55 views::GridLayout::FIXED, in InitView()
63 views::GridLayout::FIXED, in InitView()
72 views::GridLayout::FIXED, in InitView()
/external/e2fsprogs/tests/f_unused_itable/
Dexpect.112 Group descriptor 0 checksum is 0x289d, should be 0x788a. FIXED.
13 Group descriptor 1 checksum is 0xfaab, should be 0x3a9a. FIXED.
/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_reset_bubble_view.cc98 GridLayout::FIXED, kFeedbackViewColumnWidth, 0); in SetupLayoutManager()
101 GridLayout::FIXED, kFeedbackViewColumnWidth, 0); in SetupLayoutManager()
304 GridLayout::FIXED, kWidthOfDescriptionText, 0); in SetupLayoutManager()
325 GridLayout::FIXED, kAllColumnsWidth, 0); in SetupLayoutManager()
331 GridLayout::FIXED, kReportingCheckboxColumnWidth, 0); in SetupLayoutManager()
333 GridLayout::FIXED, kHelpButtonColumnWidth, 0); in SetupLayoutManager()
/external/fdlibm/
Dchanges56 BUGS FIXED
69 NOT FIXED YET
/external/chromium_org/chrome/browser/chromeos/login/ui/
Dsimple_web_view_dialog.cc84 GridLayout::FIXED, kLocationBarHeight, 0); in Init()
211 GridLayout::FIXED, 0, 0); in Init()
216 GridLayout::FIXED, 0, 0); in Init()
/external/chromium_org/content/shell/browser/
Dshell_views.cc235 views::GridLayout::FIXED, in InitShellWindow()
245 views::GridLayout::FIXED, in InitShellWindow()
255 views::GridLayout::FIXED, in InitShellWindow()
264 views::GridLayout::FIXED, in InitShellWindow()
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Ddouble-conversion.cc221 DoubleToAscii(value, FIXED, requested_digits, in ToFixed()
346 case DoubleToStringConverter::FIXED: return BIGNUM_DTOA_FIXED; in DtoaToBignumDtoaMode()
393 case FIXED: in DoubleToAscii()
Ddouble-conversion.h277 FIXED, enumerator
/external/e2fsprogs/tests/f_illitable_flexbg/
Dexpect.112 Group descriptor 1 checksum is 0x1cee, should be 0xf809. FIXED.
/external/chromium_org/chrome/installer/
Dmini_installer.gypi104 'Profile': 'false', # Conflicts with /FIXED
109 '/FIXED',
Dmini_installer.gyp116 'Profile': 'false', # Conflicts with /FIXED
121 '/FIXED',
/external/chromium_org/chrome/browser/ui/views/
Dconfirm_bubble_views.cc26 views::GridLayout::FIXED, kMaxMessageWidth, false); in ConfirmBubbleViews()

1234