OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incx
(Results
51 - 56
of
56
) sorted by null
1
2
3
/external/eigen/blas/f2c/
zhbmv.c
17
incx
, doublecomplex *beta, doublecomplex *y, integer *incy, ftnlen
128
/* ( 1 + ( n - 1 )*abs(
INCX
) ). */
133
/*
INCX
- INTEGER. */
134
/* On entry,
INCX
specifies the increment for the elements of */
135
/* X.
INCX
must not be zero. */
196
} else if (*
incx
== 0) {
215
if (*
incx
> 0) {
218
kx = 1 - (*n - 1) * *
incx
;
285
if (*
incx
== 1 && *incy == 1) {
357
ix += *
incx
;
[
all
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
msp430x.s
91
incx
r4
92
incx
.a r5
93
incx
.b r6
94
incx
.w r7
msp430x.d
81
0+019a <[^>]*> 40 18 14 53
incx
.w r4 ;
82
0+019e <[^>]*> 00 18 55 53
incx
.a r5 ;
83
0+01a2 <[^>]*> 40 18 56 53
incx
.b r6 ;
84
0+01a6 <[^>]*> 40 18 17 53
incx
.w r7 ;
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
insns9s12x.d
53
0x00000094
incx
/toolchain/binutils/binutils-2.25/include/opcode/
msp430.h
146
MSP_INSN (
incx
, -1, 1, 0x5310, 0xff30),
/external/eigen/Eigen/src/misc/
lapacke.h
[
all
...]
Completed in 1346 milliseconds
1
2
3