HomeSort by relevance Sort by last modified time
    Searched full:pseudo (Results 26 - 50 of 2530) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
if.s 1 ; Test MRI structured if pseudo-op.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
loc9.d 4 # Setting file start through the LOC pseudo, see PR 6607.
loc9m.d 5 # Setting file start through the LOC pseudo, see PR 6607, mmo version.
  /external/webrtc/webrtc/base/
random.h 26 // Return pseudo-random integer of the specified type.
38 // Uniformly distributed pseudo-random number in the interval [0, t].
41 // Uniformly distributed pseudo-random number in the interval [low, high].
44 // Uniformly distributed pseudo-random number in the interval [low, high].
68 // Return pseudo-random number in the interval [0.0, 1.0).
72 // Return pseudo-random number in the interval [0.0, 1.0).
76 // Return pseudo-random boolean value.
  /external/skia/include/utils/
SkRandom.h 15 Utility class that implements pseudo random 32bit numbers using Marsaglia's
34 /** Return the next pseudo random number as an unsigned 32bit value.
42 /** Return the next pseudo random number as a signed 32bit value.
46 /** Return the next pseudo random number as an unsigned 16bit value.
50 /** Return the next pseudo random number as a signed 16bit value.
70 /** Return the next pseudo random number, as an unsigned value of
79 /** Return the next pseudo random unsigned number, mapped to lie within
92 /** Return the next pseudo random unsigned number, mapped to lie within
100 /** Return the next pseudo random number expressed as an unsigned SkFixed
105 /** Return the next pseudo random number expressed as a signed SkFixe
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.h 85 /// \brief Emit the COPY_FW pseudo instruction
88 /// \brief Emit the COPY_FD pseudo instruction
91 /// \brief Emit the INSERT_FW pseudo instruction
94 /// \brief Emit the INSERT_FD pseudo instruction
97 /// \brief Emit the INSERT_([BHWD]|F[WD])_VIDX pseudo instruction
102 /// \brief Emit the FILL_FW pseudo instruction
105 /// \brief Emit the FILL_FD pseudo instruction
108 /// \brief Emit the FEXP2_W_1 pseudo instructions.
111 /// \brief Emit the FEXP2_D_1 pseudo instructions.
  /frameworks/base/tools/aapt/tests/
Pseudolocales_test.cpp 30 Pseudolocalizer pseudo(method);
31 String16 result = pseudo.start() + pseudo.text(String16(String8(input))) + pseudo.end();
38 Pseudolocalizer pseudo(method);
39 String16 result = pseudo.start() + \
40 pseudo.text(String16(String8(in1))) + \
41 pseudo.text(String16(String8(in2))) + \
42 pseudo.text(String16(String8(in3))) + \
43 pseudo.end()
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc-a.c 110 /* A mov immediate pseudo for adds was deleted. It failed for immediate
147 {"mov", A, OpR3b (9, 0), {R1, IMM22}, PSEUDO, 0, NULL},
159 {"cmp.ne.andcm", A2, OpX2TbTaC (0xc, 0, 0, 1, 0), {P1, P2, R2, R3}, PSEUDO, 0, NULL},
161 {"cmp.eq.andcm", A2, OpX2TbTaC (0xc, 0, 0, 1, 1), {P1, P2, R2, R3}, PSEUDO, 0, NULL},
171 {"cmp4.ne.andcm", A2, OpX2TbTaC (0xc, 1, 0, 1, 0), {P1, P2, R2, R3}, PSEUDO, 0, NULL},
173 {"cmp4.eq.andcm", A2, OpX2TbTaC (0xc, 1, 0, 1, 1), {P1, P2, R2, R3}, PSEUDO, 0, NULL},
175 {"cmp.lt.and", A2, OpX2TbTaC (0xc, 0, 1, 0, 0), {P1, P2, R3, GR0}, PSEUDO, 0, NULL},
176 {"cmp.le.andcm", A2, OpX2TbTaC (0xc, 0, 1, 0, 0), {P1, P2, GR0, R3}, PSEUDO, 0, NULL},
177 {"cmp.ge.andcm", A2, OpX2TbTaC (0xc, 0, 1, 0, 0), {P1, P2, R3, GR0}, PSEUDO, 0, NULL},
179 {"cmp.ge.and", A2, OpX2TbTaC (0xc, 0, 1, 0, 1), {P1, P2, R3, GR0}, PSEUDO, 0, NULL}
    [all...]
  /external/selinux/policycoreutils/run_init/
open_init_pty.8 27 open_init_pty \- run an program under a pseudo terminal
34 Run a program under a pseudo terminal. This is used by
37 context. This program acquires a new Pseudo terminal, forks a child
38 process that binds to the pseudo terminal, and then sits around and
39 connects the physical terminal it was invoked upon with the pseudo
43 It sets up the pseudo terminal properly based on the physical terminal
  /prebuilts/go/darwin-x86/src/math/rand/
rand.go 5 // Package rand implements pseudo-random number generators.
20 // pseudo-random int64 values in the range [0, 1<<63).
26 // NewSource returns a new pseudo-random Source seeded with the given value.
45 // Int63 returns a non-negative pseudo-random 63-bit integer as an int64.
48 // Uint32 returns a pseudo-random 32-bit value as a uint32.
51 // Int31 returns a non-negative pseudo-random 31-bit integer as an int32.
54 // Int returns a non-negative pseudo-random int.
60 // Int63n returns, as an int64, a non-negative pseudo-random number in [0,n).
77 // Int31n returns, as an int32, a non-negative pseudo-random number in [0,n).
94 // Intn returns, as an int, a non-negative pseudo-random number in [0,n)
    [all...]
  /prebuilts/go/linux-x86/src/math/rand/
rand.go 5 // Package rand implements pseudo-random number generators.
20 // pseudo-random int64 values in the range [0, 1<<63).
26 // NewSource returns a new pseudo-random Source seeded with the given value.
45 // Int63 returns a non-negative pseudo-random 63-bit integer as an int64.
48 // Uint32 returns a pseudo-random 32-bit value as a uint32.
51 // Int31 returns a non-negative pseudo-random 31-bit integer as an int32.
54 // Int returns a non-negative pseudo-random int.
60 // Int63n returns, as an int64, a non-negative pseudo-random number in [0,n).
77 // Int31n returns, as an int32, a non-negative pseudo-random number in [0,n).
94 // Intn returns, as an int, a non-negative pseudo-random number in [0,n)
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
tests4.dat 18 textarea content with <em>pseudo</em> <foo>markup
23 | "textarea content with <em>pseudo</em> <foo>markup"
  /external/squashfs-tools/RELEASE-READMEs/
pseudo-file.example 0 # Pseudo file example
3 # Mksquashfs supports pseudo files, these allow fake files, directories,
11 # Mksquashfs 4.1 adds support for "dynamic pseudo files" and a modify operation.
12 # Dynamic pseudo files allow files to be dynamically created when Mksquashfs
17 # Two Mksquashfs options are supported, -p allows one pseudo file to be
18 # specified #on the command line, and -pf allows a pseudo file to be specified
21 # Pseudo file examples
22 # Run mkquashfs . /tmp/img -pf pseudo-file.examples
README-4.0 17 Mksquashfs now supports pseudo files, these allow fake directories, character
23 Two options are supported, -p allows one pseudo file to be specified on the
24 command line, and -pf allows a pseudo file to be specified containing a
27 Pseudo device nodes are specified using 7 arguments
  /external/clang/test/SemaCXX/
call-with-static-chain.cpp 14 __builtin_call_with_static_chain((42).~I(), f); // expected-error {{first argument to __builtin_call_with_static_chain must not be a pseudo-destructor call}}
  /external/curl/tests/data/
test271 35 # Verify pseudo protocol after the test has been "shot"
test283 25 # Verify pseudo protocol after the test has been "shot"
  /external/llvm/test/MC/AsmParser/
dot-symbol.s 7 # CHECK: invalid use of pseudo-symbol '.' as a label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
incbin.d 6 # Test the incbin pseudo-op
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
adrl.s 1 @ test ADRL pseudo-op
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
struct.d 4 # Test the .struct pseudo-op.
  /external/bison/m4/
isnanl.m4 114 dnl - for pseudo-denormals on i686 and x86_64,
115 dnl - for pseudo-zeroes, unnormalized numbers, and pseudo-denormals on ia64.
200 /* The isnanl function should recognize Pseudo-NaNs, Pseudo-Infinities,
201 Pseudo-Zeroes, Unnormalized Numbers, and Pseudo-Denormals, as defined in
207 { /* Pseudo-NaN. */
213 { /* Pseudo-Infinity. */
219 { /* Pseudo-Zero. *
    [all...]
  /toolchain/binutils/binutils-2.25/gas/doc/
c-xstormy16.texi 12 * XStormy16 Opcodes:: Pseudo-Opcodes
71 @section XStormy16 Pseudo-Opcodes
73 @cindex XStormy16 pseudo-opcodes
74 @cindex pseudo-opcodes for XStormy16
77 @code{@value{AS}} also implements the following pseudo ops:
81 @cindex @code{@@lo} pseudo-op, XStormy16
92 @cindex @code{@@hi} pseudo-op, XStormy16
  /frameworks/base/tools/aapt2/compile/
Pseudolocalizer_test.cpp 30 Pseudolocalizer pseudo(method);
32 pseudo.start() + pseudo.text(util::utf8ToUtf16(input)) + pseudo.end());
42 Pseudolocalizer pseudo(method);
43 std::string result = util::utf16ToUtf8(pseudo.start() +
44 pseudo.text(util::utf8ToUtf16(in1)) +
45 pseudo.text(util::utf8ToUtf16(in2)) +
46 pseudo.text(util::utf8ToUtf16(in3)) +
47 pseudo.end())
    [all...]
  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 23 #define DEBUG_TYPE "pseudo-lowering"
37 CodeGenInstruction Source; // The source pseudo instruction definition.
59 void evaluateExpansion(Record *Pseudo);
64 /// run - Output the pseudo-lowerings.
69 // FIXME: This pass currently can only expand a pseudo to a single instruction.
70 // The pseudo expansion really should take a list of dags, not just
92 assert(BaseIdx == 0 && "Named subargument in pseudo expansion?!");
95 "Pseudo operand type '" + DI->getDef()->getName() +
117 llvm_unreachable("Unhandled pseudo-expansion argument type!");
123 DEBUG(dbgs() << "Pseudo definition: " << Rec->getName() << "\n")
    [all...]

Completed in 1913 milliseconds

12 3 4 5 6 7 8 91011>>