HomeSort by: relevance | last modified time | path
    Searched refs:position (Results 1 - 25 of 468) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/groff/dist/src/preproc/pic/
position.h 1 /* $NetBSD: position.h,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
24 struct position { struct
27 position(double, double );
28 position();
29 position(const place &);
30 position &operator+=(const position &);
31 position &operator-=(const position &);
32 position &operator*=(double)
    [all...]
common.h 26 void dash_line(const position &start, const position &end,
29 void dash_arc(const position &cent, double rad,
32 void dot_line(const position &start, const position &end,
34 void dot_arc(const position &cent, double rad,
38 virtual void dot(const position &, const line_type &) = 0;
39 void ellipse_arc(const position &, const position &,
40 const position &, const distance &
    [all...]
output.h 37 double compute_scale(double, const position &, const position &);
43 virtual void start_picture(double sc, const position &ll, const position &ur) = 0;
45 virtual void circle(const position &, double rad,
47 virtual void text(const position &, text_piece *, int, double) = 0;
48 virtual void line(const position &, const position *, int n,
50 virtual void polygon(const position *, int n,
52 virtual void spline(const position &, const position *, int n
    [all...]
object.h 48 virtual position origin();
52 virtual position north();
53 virtual position south();
54 virtual position east();
55 virtual position west();
56 virtual position north_east();
57 virtual position north_west();
58 virtual position south_east();
59 virtual position south_west();
60 virtual position start()
    [all...]
troff.cpp 32 virtual void simple_line(const position &, const position &) = 0;
33 virtual void simple_spline(const position &, const position *, int n) = 0;
34 virtual void simple_arc(const position &, const position &,
35 const position &) = 0;
36 virtual void simple_circle(int, const position &, double rad) = 0;
37 virtual void simple_ellipse(int, const position &, const distance &) = 0;
38 virtual void simple_polygon(int, const position *, int) = 0
    [all...]
object.cpp 64 void output::begin_block(const position &, const position &)
72 double output::compute_scale(double sc, const position &ll, const position &ur)
113 position::position(const place &pl) function in class:position
126 position::position() : x(0.0), y(0.0) function in class:position
130 position::position(double a, double b) : x(a), y(b function in class:position
    [all...]
common.cpp 28 void common_output::dashed_circle(const position &cent, double rad,
63 void common_output::dotted_circle(const position &cent, double rad,
80 dot(cent + position(cos(ang), sin(ang))*rad, lt);
85 void common_output::ellipse_arc(const position &cent,
86 const position &z0, const position &z1,
92 position zml = (z0 + z1) / 2;
94 // of new position, then invert transformation to get exact position
96 position zm = position(dim.x * cos(psi), dim.y * sin(psi))
    [all...]
tex.cpp 33 void start_picture(double, const position &ll, const position &ur);
35 void text(const position &, text_piece *, int, double);
36 void line(const position &, const position *, int n,
38 void polygon(const position *, int n,
40 void spline(const position &, const position *, int n,
42 void arc(const position &, const position &, const position &
    [all...]
  /src/external/mit/libcbor/dist/docs/doxygen/search/
all_c.js 3 ['position',['position',['../structcbor__error.html#a6bc04669e6fff45ad7a5e22ad5826d01',1,'cbor_error']]]
variables_c.js 3 ['position',['position',['../structcbor__error.html#a6bc04669e6fff45ad7a5e22ad5826d01',1,'cbor_error']]]
  /src/games/battlestar/
command6.c 49 if (testbit(location[position].objects, VIPER) && !notes[CANTLAUNCH]) {
51 clearbit(location[position].objects, VIPER);
52 position = location[position].up;
71 if (notes[LAUNCHED] && testbit(location[position].objects, LAND) &&
72 location[position].down) {
74 position = location[position].down;
75 setbit(location[position].objects, VIPER);
185 if (testbit(location[position].objects, CAR))
    [all...]
command3.c 49 switch (position) {
52 setbit(location[position].objects, DEADWOOD);
53 setbit(location[position].objects, COMPASS);
54 setbit(location[position].objects, KNIFE);
55 setbit(location[position].objects, MACE);
72 switch (position) {
78 position = 133;
84 position = 145;
87 position = FINAL;
90 position = 1
    [all...]
command2.c 141 position != FINAL) {
145 if (position == 114) {
146 location[position].down = 160;
147 whichway(location[position]);
158 if (position == 229)
159 position = 224;
161 position = 229;
165 } else if (position == FINAL)
221 if (testbit(location[position].objects, BATHGOD)) {
224 clearbit(location[position].objects, BATHGOD)
    [all...]
battlestar.c 73 if (beenthere[position] <= ROOMDESC)
74 beenthere[position]++;
82 testbit(location[position].objects, LAMPON)) {
87 whichway(location[position]);
command1.c 50 testbit(location[position].objects, LAND) ||
53 position = thataway;
59 whichway(location[position]);
104 if (ourtime > 30 && position < 32) {
112 if (ourtime > 20 && position < 32)
153 if (testbit(location[position].objects, ELF)) {
157 if (testbit(location[position].objects, DARK)) {
161 if (testbit(location[position].objects, WOODSMAN)) {
165 switch (position) {
181 if (testbit(location[position].objects, GIRL)
    [all...]
  /src/sys/arch/ews4800mips/stand/common/
floppy_2hc.c 36 blk_to_2hc_position(uint32_t logical_block_number, uint32_t *position,
55 if (position)
56 *position = (cylinder << 16) | (side << 8) | (sector + 1);
floppy_2hd_ibmpc.c 36 blk_to_2hd_position(uint32_t logical_block_number, uint32_t *position,
55 if (position)
56 *position = (cylinder << 16) | (side << 8) | (sector + 1);
floppy_2d.c 36 blk_to_2d_position(uint32_t logical_block_number, uint32_t *position,
58 if (position)
59 *position = (cylinder << 16) | (side << 8) | (sector + 1);
  /src/external/bsd/tre/dist/lib/
tre-compile.h 14 int position; member in struct:__anon8188
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-core.h 110 * Argon2 position: where we construct the block right now. Used to distribute
130 * Computes absolute position of reference block in the lane following a skewed
133 * @param position Pointer to the current position
134 * @param pseudo_rand 32-bit pseudo-random value used to determine the position
140 const argon2_position_t *position, uint32_t pseudo_rand,
157 if (position->pass == 0) {
159 if (position->slice == 0) {
162 position->index - 1; /* all but the previous */
167 position->slice * instance->segment_length
    [all...]
argon2-fill-block-avx2.c 102 const argon2_position_t *position, uint64_t *pseudo_rands)
110 if (instance != NULL && position != NULL) {
111 input_block.v[0] = position->pass;
112 input_block.v[1] = position->lane;
113 input_block.v[2] = position->slice;
145 argon2_position_t position)
154 /* Pseudo-random values that determine the reference block position */
162 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) {
169 generate_addresses(instance, &position, pseudo_rands)
    [all...]
argon2-fill-block-avx512f.c 107 const argon2_position_t *position, uint64_t *pseudo_rands)
115 if (instance != NULL && position != NULL) {
116 input_block.v[0] = position->pass;
117 input_block.v[1] = position->lane;
118 input_block.v[2] = position->slice;
150 argon2_position_t position)
159 /* Pseudo-random values that determine the reference block position */
167 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) {
174 generate_addresses(instance, &position, pseudo_rands)
    [all...]
argon2-fill-block-ref.c 107 * @param position Pointer to the current position
113 const argon2_position_t *position, uint64_t *pseudo_rands)
121 if (instance != NULL && position != NULL) {
122 input_block.v[0] = position->pass;
123 input_block.v[1] = position->lane;
124 input_block.v[2] = position->slice;
144 fill_segment_ref(const argon2_instance_t *instance, argon2_position_t position)
147 /* Pseudo-random values that determine the reference block position */
160 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2))
    [all...]
argon2-fill-block-ssse3.c 101 const argon2_position_t *position, uint64_t *pseudo_rands)
109 if (instance != NULL && position != NULL) {
110 input_block.v[0] = position->pass;
111 input_block.v[1] = position->lane;
112 input_block.v[2] = position->slice;
144 argon2_position_t position)
153 /* Pseudo-random values that determine the reference block position */
161 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) {
168 generate_addresses(instance, &position, pseudo_rands)
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
float.h 34 char *position; member in struct:float_elt
43 char *type, char *position);

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>