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

1 2 3

  /toolchain/binutils/binutils-2.27/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.27/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-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-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
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...]
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
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
  /external/linux-kselftest/tools/testing/selftests/futex/
run.sh 26 tput setf 7 || tput setaf 7
  /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...]
  /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...]
  /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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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);
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
numeric_lex.h 51 stream.setf(numeric_base_int(str), std::ios::basefield);
  /sdk/find_java/src/source/
find_java_exe.cpp 186 s.setf("Failed to find Java %d.%d (or newer) on your system. ", JAVA_MAJOR(minVersion),
204 s.setf("Failed to convert path (%s) to a short DOS path. ", javaPath.cstr());
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
minmax_showbase.pass.cpp 38 ss.setf(fmt, std::ios_base::basefield);
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
run.sh 35 tput setf 7 || tput setaf 7
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 108 setf(fmtflags __fmtfl);
111 setf(fmtflags __fmtfl, fmtflags __mask);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
minmax_showbase.pass.cpp 38 ss.setf(fmt, std::ios_base::basefield);

Completed in 311 milliseconds

1 2 3