OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_lo
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/core/src/
downhill_simplex.cpp
353
double
y_lo
= y_[ilo], y_nhi = y_[inhi], y_hi = y_[ihi];
local
358
dprintf(("\ny_lo=%g, y_nhi=%g, y_hi=%g, y_alpha=%g, p_alpha:\n",
y_lo
, y_nhi, y_hi, y_alpha));
363
if( y_alpha <
y_lo
)
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/
asm3.s
52
MOVW y+8(FP), AX // ERROR "invalid MOVW of y\+8\(FP\); uint64 is 8-byte value containing
y_lo
\+8\(FP\) and y_hi\+12\(FP\)"
53
MOVW
y_lo
+8(FP), AX
asm2.s
88
MOVL y+8(FP), AX // ERROR "invalid MOVL of y\+8\(FP\); uint64 is 8-byte value containing
y_lo
\+8\(FP\) and y_hi\+12\(FP\)"
89
MOVL
y_lo
+8(FP), AX
100
TESTL y+8(FP), AX // ERROR "invalid TESTL of y\+8\(FP\); uint64 is 8-byte value containing
y_lo
\+8\(FP\) and y_hi\+12\(FP\)"
/prebuilts/go/linux-x86/src/cmd/vet/testdata/
asm3.s
52
MOVW y+8(FP), AX // ERROR "invalid MOVW of y\+8\(FP\); uint64 is 8-byte value containing
y_lo
\+8\(FP\) and y_hi\+12\(FP\)"
53
MOVW
y_lo
+8(FP), AX
asm2.s
88
MOVL y+8(FP), AX // ERROR "invalid MOVL of y\+8\(FP\); uint64 is 8-byte value containing
y_lo
\+8\(FP\) and y_hi\+12\(FP\)"
89
MOVL
y_lo
+8(FP), AX
100
TESTL y+8(FP), AX // ERROR "invalid TESTL of y\+8\(FP\); uint64 is 8-byte value containing
y_lo
\+8\(FP\) and y_hi\+12\(FP\)"
Completed in 622 milliseconds