Searched refs:mode (Results 1 - 25 of 3488) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/s390x/
H A Drounding-5.c8 Rounding mode is provided via FPC. */
26 set_rounding_mode(unsigned mode) argument
28 printf("setting FPC rounding mode to %s\n", rtext(mode));
29 register unsigned r asm("1") = mode;
33 void cefbr(unsigned mode) argument
35 set_rounding_mode(mode);
43 void cegbr(unsigned mode) argument
45 set_rounding_mode(mode);
53 void cdgbr(unsigned mode) argument
66 int mode; local
[all...]
H A Dsrnmt.stdout.exp1 initial rounding mode = 0
2 rounding mode = 3
3 rounding mode = 2
4 rounding mode = 1
5 rounding mode = 0
6 rounding mode = 7
7 rounding mode = 6
8 rounding mode = 5
9 rounding mode = 4
H A Dsrnm.stdout.exp1 initial rounding mode = 0
2 rounding mode = 3
3 rounding mode = 2
4 rounding mode = 1
5 rounding mode = 0
6 rounding mode = 3
7 rounding mode = 2
8 rounding mode = 3
H A Dsrnmb.stdout.exp1 initial rounding mode = 0
2 rounding mode = 3
3 rounding mode = 2
4 rounding mode = 1
5 rounding mode = 0
6 rounding mode = 1
7 rounding mode = 0
/external/clang/test/CodeGen/
H A Dpr13168.c5 void PR_OpenFile(int mode) { argument
6 _open64(0, mode);
/external/autotest/server/cros/ap_configurators/
H A Dnetgear1000_ap_configurator.py15 def set_mode(self, mode):
16 # The mode popup changes based on the security mode. Set to no
19 self.add_item_to_command_list(self._set_mode, (mode, ), 1, 800)
22 def _set_mode(self, mode):
23 if mode == ap_spec.MODE_G:
24 mode = 'Up to 54 Mbps'
25 elif mode == ap_spec.MODE_N:
26 mode = 'Up to 150 Mbps'
28 raise RuntimeError('Unsupported mode passe
[all...]
H A Dnetgear4500_ap_configurator.py16 def _set_mode(self, mode, band=None):
17 if mode == ap_spec.MODE_G or mode == ap_spec.MODE_A:
18 mode = 'Up to 54 Mbps'
19 elif mode == ap_spec.MODE_N:
20 mode = 'Up to 450 Mbps'
22 raise RuntimeError('Unsupported mode passed.')
27 self.select_item_from_popup_by_xpath(mode, xpath)
/external/ipsec-tools/src/racoon/contrib/
H A Dsp.pl6 $mode = 'transport';
8 $mode = $ARGV[2];
12 if ($mode eq 'transport') {
13 print STDERR "install esp transport mode: $src -> $dst\n";
16 } elsif ($mode eq 'delete') {
/external/libpng/tests/
H A Dpngvalid-gamma-alpha-mode2 exec ./pngvalid --strict --gamma-alpha-mode
H A Dpngvalid-gamma-expand16-alpha-mode2 exec ./pngvalid --strict --gamma-alpha-mode --expand16
/external/strace/
H A Dprintmode.c40 sprintmode(int mode) argument
47 if ((mode & S_IFMT) == 0)
49 else if ((s = xlookup(modetypes, mode & S_IFMT)) == NULL) {
50 sprintf(buf, "%#o", mode);
54 (mode & S_ISUID) ? "|S_ISUID" : "",
55 (mode & S_ISGID) ? "|S_ISGID" : "",
56 (mode & S_ISVTX) ? "|S_ISVTX" : "");
57 mode &= ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX);
58 if (mode)
59 sprintf((char*)s, "|%#o", mode);
[all...]
/external/clang/test/Sema/
H A Dattr-mode-vector-types.c4 typedef int __attribute__((mode(byte))) __attribute__((vector_size(256))) vec_t1;
5 typedef int __attribute__((mode(QI))) __attribute__((vector_size(256))) vec_t2;
6 typedef int __attribute__((mode(SI))) __attribute__((vector_size(256))) vec_t3;
7 typedef int __attribute__((mode(DI))) __attribute__((vector_size(256)))vec_t4;
8 typedef float __attribute__((mode(SF))) __attribute__((vector_size(256))) vec_t5;
9 typedef float __attribute__((mode(DF))) __attribute__((vector_size(256))) vec_t6;
10 typedef float __attribute__((mode(XF))) __attribute__((vector_size(256))) vec_t7;
12 typedef int v8qi __attribute__ ((mode(QI))) __attribute__ ((vector_size(8)));
13 typedef int v8qi __attribute__ ((mode(V8QI)));
14 // expected-warning@-1{{specifying vector types with the 'mode' attribut
[all...]
/external/deqp/framework/common/
H A DtcuTexVerifierUtil.hpp59 inline bool isNearestMipmapFilter (const Sampler::FilterMode mode) argument
61 return mode == Sampler::NEAREST_MIPMAP_NEAREST || mode == Sampler::LINEAR_MIPMAP_NEAREST;
64 inline bool isLinearMipmapFilter (const Sampler::FilterMode mode) argument
66 return mode == Sampler::NEAREST_MIPMAP_LINEAR || mode == Sampler::LINEAR_MIPMAP_LINEAR;
69 inline bool isMipmapFilter (const Sampler::FilterMode mode) argument
71 return isNearestMipmapFilter(mode) || isLinearMipmapFilter(mode);
74 inline bool isLinearFilter (const Sampler::FilterMode mode) argument
79 isNearestFilter(const Sampler::FilterMode mode) argument
84 getLevelFilter(const Sampler::FilterMode mode) argument
89 isWrapModeSupported(const Sampler::WrapMode mode) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dinit_decode.h30 int16_t mode, /* (i) frame size mode */
H A Dinit_encode.h30 int16_t mode /* (i) frame size mode */
/external/toybox/toys/posix/
H A Dchmod.c1 /* chmod.c - Change file mode bits
15 Change mode of listed file[s] (recursively with -R).
39 char *mode;
44 mode_t mode; local
48 mode = string_to_mode(TT.mode, try->st.st_mode);
51 printf("chmod '%s' to %04o\n", s, mode);
54 wfchmodat(dirtree_parentfd(try), try->name, mode); local
61 TT.mode = *toys.optargs;
/external/eigen/bench/btl/data/
H A Dgo_mean10 mode=large
12 mode=$2
34 source mk_mean_script.sh axpy $1 11 2500 100000 250000 $mode $prefix
35 source mk_mean_script.sh axpby $1 11 2500 100000 250000 $mode $prefix
36 source mk_mean_script.sh matrix_vector $1 11 50 300 1000 $mode $prefix
37 source mk_mean_script.sh atv $1 11 50 300 1000 $mode $prefix
38 source mk_mean_script.sh matrix_matrix $1 11 100 300 1000 $mode $prefix
39 source mk_mean_script.sh aat $1 11 100 300 1000 $mode $prefix
40 # source mk_mean_script.sh ata $1 11 100 300 1000 $mode $prefix
41 source mk_mean_script.sh trmm $1 11 100 300 1000 $mode
[all...]
/external/mockito/src/org/mockito/internal/verification/
H A DMockAwareVerificationMode.java13 private final VerificationMode mode; field in class:MockAwareVerificationMode
15 public MockAwareVerificationMode(Object mock, VerificationMode mode) { argument
17 this.mode = mode;
21 mode.verify(data);
/external/libopus/celt/
H A Dmodes.c166 static void compute_allocation_table(CELTMode *mode) argument
172 mode->nbAllocVectors = BITALLOC_SIZE;
173 allocVectors = opus_alloc(sizeof(unsigned char)*(BITALLOC_SIZE*mode->nbEBands));
177 /* Check for standard mode */
178 if (mode->Fs == 400*(opus_int32)mode->shortMdctSize)
180 for (i=0;i<BITALLOC_SIZE*mode->nbEBands;i++)
182 mode->allocVectors = allocVectors;
185 /* If not the standard mode, interpolate */
189 for (j=0;j<mode
227 CELTMode *mode=NULL; local
409 opus_custom_mode_destroy(CELTMode *mode) argument
[all...]
/external/skia/tests/
H A DXfermodeTest.cpp15 for (int mode = 0; mode <= SkXfermode::kLastMode; mode++) {
16 SkXfermode* xfer = SkXfermode::Create((SkXfermode::Mode) mode);
19 REPORTER_ASSERT(reporter, reportedMode != mode);
23 REPORTER_ASSERT(reporter, reportedMode == mode);
29 REPORTER_ASSERT(reporter, reportedMode == mode);
32 REPORTER_ASSERT(reporter, SkXfermode::kSrcOver_Mode == mode);
42 SkXfermode::Mode mode = (SkXfermode::Mode)i; local
44 SkXfermode* xfer = SkXfermode::Create(mode);
[all...]
/external/chromium-trace/catapult/firefighter/default/tracing/tracing/ui/tracks/
H A Druler_track.css10 .ruler-track.tall-mode {
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/
H A Druler_track.css10 .ruler-track.tall-mode {
/external/eigen/Eigen/src/Core/util/
H A DNonMPL2.h2 #error Including non-MPL2 code in EIGEN_MPL2_ONLY mode
/external/skia/include/gpu/effects/
H A DGrCustomXfermode.h16 * Custom Xfer modes are used for blending when the blend mode cannot be represented using blend
20 bool IsSupportedMode(SkXfermode::Mode mode);
21 GrXPFactory* CreateXPFactory(SkXfermode::Mode mode);
/external/v8/test/mjsunit/regress/
H A Dregress-359491.js8 function f(a, b, mode) {
9 if (mode) {
22 function g(mode) {
24 f(x, x, mode);
36 function f(a, b, mode) {
37 if (mode) {
50 function g(mode) {
52 f(x, x, mode);

Completed in 1656 milliseconds

1234567891011>>