OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realval
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/scripts/image_signing/
ensure_sane_lsb-release.sh
34
local
realval
=$(lsbval "$lsbfile" $key)
35
if [ "$
realval
" != "$expectval" ]; then
36
echo "$key mismatch. Expected '$expectval', image contains '$
realval
'"
/external/opencv3/modules/core/test/
test_rand.cpp
13
double& refval, double&
realval
);
37
int dist_type, double& refval, double&
realval
)
78
realval
= chi2;
82
return
realval
<= refval;
239
double refval = 0,
realval
= 0;
241
if( !check_pdf(hist[c], 1./W[c], dist_type, refval,
realval
) )
245
realval
, refval, c, cn);
/external/iproute2/ip/
iplink.c
107
static int on_off(const char *msg, const char *
realval
)
111
msg,
realval
);
Completed in 278 milliseconds