OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nbig
(Results
1 - 5
of
5
) sorted by null
/external/eigen/Eigen/src/Core/
StableNorm.h
83
int
nbig
, ibeta, it, iemin, iemax, iexp;
local
88
//
nbig
, ibeta, it, iemin, iemax, rbig.
93
nbig
= (std::numeric_limits<Index>::max)(); // largest integer
114
if (RealScalar(
nbig
)>abig) nmax = int(abig); // largest safe n
115
else nmax =
nbig
;
/external/eigen/bench/
bench_norm.cpp
101
int
nbig
, ibeta, it, iemin, iemax, iexp;
104
nbig
= std::numeric_limits<int>::max(); // largest integer
131
if (Scalar(
nbig
)>abig) nmax = abig; // largest safe n
132
else nmax =
nbig
;
/external/valgrind/main/exp-sgcheck/
sg_main.c
106
within [aBig,aBig+
nBig
). */
108
static Bool is_subinterval_of ( Addr aBig, SizeT
nBig
,
110
tl_assert(
nBig
> 0 && nSmall > 0);
111
return aBig <= aSmall && aSmall + nSmall <= aBig +
nBig
;
[
all
...]
/art/oatdump/
oatdump.cc
[
all
...]
/external/chromium_org/third_party/cld/encodings/compact_lang_det/generated/
compact_lang_det_generated_quadschrome.cc
[
all
...]
Completed in 275 milliseconds