HomeSort by relevance Sort by last modified time
    Searched full:setf (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/
compare.s 7 setf v,r5
8 setf nv,r5
9 setf c,r5
10 setf l,r5
11 setf nc,r5
12 setf nl,r5
13 setf z,r5
14 setf nz,r5
15 setf nh,r5
16 setf h,r
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-v32-f1.s 3 setf c
6 setf V
7 setf z
10 setf N
11 setf x
13 setf i
16 setf U
17 setf p
ccr.s 1 ; Flag settings; clearf, setf
10 setf deixnzvc ; old names
14 setf dxnc ; old names
16 setf ; empty list
20 setf c
22 setf v
24 setf z
26 setf n
28 setf x
30 setf
    [all...]
v32-err-4.s 8 setf P ; { dg-error "(Illegal|Invalid) operands" }
9 setf u ; { dg-error "(Illegal|Invalid) operands" }
12 setf D
14 setf E
16 setf B
17 setf m
v32-err-5.s 8 setf P ; { dg-error "(Illegal|Invalid) operands" }
9 setf u ; { dg-error "(Illegal|Invalid) operands" }
12 setf D ; { dg-error "(Illegal|Invalid) operands" }
13 setf z
14 setf X
17 setf n
20 setf E ; { dg-error "(Illegal|Invalid) operands" }
22 setf B ; { dg-error "(Illegal|Invalid) operands" }
23 setf m ; { dg-error "(Illegal|Invalid) operands" }
v32-err-6.s 8 setf P ; { dg-error "(Illegal|Invalid) operands" }
9 setf u ; { dg-error "(Illegal|Invalid) operands" }
12 setf D ; { dg-error "(Illegal|Invalid) operands" }
14 setf E ; { dg-error "(Illegal|Invalid) operands" }
16 setf B
17 setf m
ccr.d 2 #name: flags: clearf, setf and nop
10 [ ]+4:[ ]+bff5[ ]+setf[ ]+cvznxi[be][dm]
14 [ ]+c:[ ]+b995[ ]+setf[ ]+cnx[dm]
16 [ ]+10:[ ]+b005[ ]+setf[ ]*
18 [ ]+14:[ ]+b105[ ]+setf[ ]+c
20 [ ]+18:[ ]+b205[ ]+setf[ ]+v
22 [ ]+1c:[ ]+b405[ ]+setf[ ]+z
24 [ ]+20:[ ]+b805[ ]+setf[ ]+n
30 [ ]+2c:[ ]+b045[ ]+setf[ ]+[be]
32 [ ]+30:[ ]+b085[ ]+setf[ ]+[dm
    [all...]
rd-v32-f1.d 11 0: b105 setf c
14 6: b205 setf v
15 8: b405 setf z
18 e: b805 setf n
24 1a: b045 setf u
25 1c: b085 setf p
v32-err-3.s 8 setf D ; { dg-error "(Illegal|Invalid) operands" }
9 setf m ; { dg-error "(Illegal|Invalid) operands" }
rd-v10_32o-2.s 16 setf
  /prebuilts/misc/common/swig/include/2.0.11/uffi/
uffi.swg 43 (setf cname (format nil "*~A*" cname)))
44 (setf cname (replace-regexp cname "_" "-"))
48 (setf char (schar cname n))
51 (setf newcase (if (upper-case-p char) :upper :lower))
57 (setf newcase :other))
61 (setf lastcase newcase)
65 (setf lastcase :other)))
71 (setf cname (format nil "+~A+" cname)))
72 (setf cname (substitute #\- #\_ cname))
74 (setf cname (format nil "%~A" cname))
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
inout_typemaps.i 46 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
49 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
52 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
55 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
58 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
61 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
65 // (cl::setf (ff:fslot-value-typed (cl::quote $in_fftype) :c $out)
69 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
72 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) $in));
76 (cl::setf (ff:fslot-value-typed (cl::quote $*in_fftype) :c $out) (if $in 1 0)))
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 116 fmtflags setf(fmtflags __flag) { function in class:ios_base
121 fmtflags setf(fmtflags __flag, fmtflags __mask) { function in class:ios_base
270 { __s.setf(ios_base::boolalpha); return __s;}
276 { __s.setf(ios_base::showbase); return __s;}
282 { __s.setf(ios_base::showpoint); return __s;}
288 { __s.setf(ios_base::showpos); return __s;}
294 { __s.setf(ios_base::skipws); return __s;}
300 { __s.setf(ios_base::uppercase); return __s;}
306 { __s.setf(ios_base::unitbuf); return __s;}
314 { __s.setf(ios_base::internal, ios_base::adjustfield); return __s;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 116 fmtflags setf(fmtflags __flag) { function in class:ios_base
121 fmtflags setf(fmtflags __flag, fmtflags __mask) { function in class:ios_base
270 { __s.setf(ios_base::boolalpha); return __s;}
276 { __s.setf(ios_base::showbase); return __s;}
282 { __s.setf(ios_base::showpoint); return __s;}
288 { __s.setf(ios_base::showpos); return __s;}
294 { __s.setf(ios_base::skipws); return __s;}
300 { __s.setf(ios_base::uppercase); return __s;}
306 { __s.setf(ios_base::unitbuf); return __s;}
314 { __s.setf(ios_base::internal, ios_base::adjustfield); return __s;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 309 /// A mask of left|right|internal. Useful for the 2-arg form of @c setf.
312 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
315 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
578 setf(fmtflags __fmtfl) function in class:ios_base
595 setf(fmtflags __fmtfl, fmtflags __mask) function in class:ios_base
793 /// Calls base.setf(ios_base::boolalpha).
797 __base.setf(ios_base::boolalpha);
809 /// Calls base.setf(ios_base::showbase).
813 __base.setf(ios_base::showbase);
825 /// Calls base.setf(ios_base::showpoint)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 309 /// A mask of left|right|internal. Useful for the 2-arg form of @c setf.
312 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
315 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
578 setf(fmtflags __fmtfl) function in class:ios_base
595 setf(fmtflags __fmtfl, fmtflags __mask) function in class:ios_base
793 /// Calls base.setf(ios_base::boolalpha).
797 __base.setf(ios_base::boolalpha);
809 /// Calls base.setf(ios_base::showbase).
813 __base.setf(ios_base::showbase);
825 /// Calls base.setf(ios_base::showpoint)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 309 /// A mask of left|right|internal. Useful for the 2-arg form of @c setf.
312 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
315 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
578 setf(fmtflags __fmtfl) function in class:ios_base
595 setf(fmtflags __fmtfl, fmtflags __mask) function in class:ios_base
793 /// Calls base.setf(ios_base::boolalpha).
797 __base.setf(ios_base::boolalpha);
809 /// Calls base.setf(ios_base::showbase).
813 __base.setf(ios_base::showbase);
825 /// Calls base.setf(ios_base::showpoint)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 309 /// A mask of left|right|internal. Useful for the 2-arg form of @c setf.
312 /// A mask of dec|oct|hex. Useful for the 2-arg form of @c setf.
315 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
578 setf(fmtflags __fmtfl) function in class:ios_base
595 setf(fmtflags __fmtfl, fmtflags __mask) function in class:ios_base
793 /// Calls base.setf(ios_base::boolalpha).
797 __base.setf(ios_base::boolalpha);
809 /// Calls base.setf(ios_base::showbase).
813 __base.setf(ios_base::showbase);
825 /// Calls base.setf(ios_base::showpoint)
    [all...]
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/fmtflags.state/
setf_fmtflags.pass.cpp 14 // fmtflags setf(fmtflags fmtfl)
33 test::fmtflags f = t.setf(test::hex | test::right);
setf_fmtflags_mask.pass.cpp 14 // fmtflags setf(fmtflags fmtfl, fmtflags mask);
33 test::fmtflags f = t.setf(test::hex | test::right, test::dec | test::right);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
setf_fmtflags.pass.cpp 14 // fmtflags setf(fmtflags fmtfl)
33 test::fmtflags f = t.setf(test::hex | test::right);
setf_fmtflags_mask.pass.cpp 14 // fmtflags setf(fmtflags fmtfl, fmtflags mask);
33 test::fmtflags f = t.setf(test::hex | test::right, test::dec | test::right);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
iomanip 56 * @brief Manipulator for @c setf.
60 * via @e stream.setf(0,__mask).
70 __is.setf(ios_base::fmtflags(0), __f._M_mask);
78 __os.setf(ios_base::fmtflags(0), __f._M_mask);
86 * @brief Manipulator for @c setf.
100 __is.setf(__f._M_mask);
108 __os.setf(__f._M_mask);
116 * @brief Manipulator for @c setf.
131 __is.setf(__f._M_base == 8 ? ios_base::oct :
142 __os.setf(__f._M_base == 8 ? ios_base::oct :
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
iomanip 56 * @brief Manipulator for @c setf.
60 * via @e stream.setf(0,__mask).
70 __is.setf(ios_base::fmtflags(0), __f._M_mask);
78 __os.setf(ios_base::fmtflags(0), __f._M_mask);
86 * @brief Manipulator for @c setf.
100 __is.setf(__f._M_mask);
108 __os.setf(__f._M_mask);
116 * @brief Manipulator for @c setf.
131 __is.setf(__f._M_base == 8 ? ios_base::oct :
142 __os.setf(__f._M_base == 8 ? ios_base::oct :
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
iomanip 56 * @brief Manipulator for @c setf.
60 * via @e stream.setf(0,__mask).
70 __is.setf(ios_base::fmtflags(0), __f._M_mask);
78 __os.setf(ios_base::fmtflags(0), __f._M_mask);
86 * @brief Manipulator for @c setf.
100 __is.setf(__f._M_mask);
108 __os.setf(__f._M_mask);
116 * @brief Manipulator for @c setf.
131 __is.setf(__f._M_base == 8 ? ios_base::oct :
142 __os.setf(__f._M_base == 8 ? ios_base::oct :
    [all...]

Completed in 720 milliseconds

1 2 3 4 5 6