Home
last modified time | relevance | path

Searched defs:nI (Results 1 – 6 of 6) sorted by relevance

/external/pffft/
Dbench_mixers.c130 double t0, t1, tstop, T, nI; in bench_shift_math_cc() local
165 double t0, t1, tstop, T, nI; in bench_shift_table_cc() local
203 double t0, t1, tstop, T, nI; in bench_shift_addfast() local
239 double t0, t1, tstop, T, nI; in bench_shift_addfast_inp() local
274 double t0, t1, tstop, T, nI; in bench_shift_unroll_oop() local
309 double t0, t1, tstop, T, nI; in bench_shift_unroll_inp() local
345 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_oop() local
380 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_inp() local
414 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_A_sse_inp() local
449 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_B_sse_inp() local
[all …]
/external/fastrpc/src/
Dstd_dtoa.c89 int nI = 0; in fp_pow_10() local
284 int nI = 0; in std_dtoa_decimal() local
386 int nI = 0; in std_dtoa_hex() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DBicubicSplineInterpolator.java106 final int nI = nextIndex(i, xLen); in interpolate() local
DSmoothingBicubicSplineInterpolator.java139 final int nI = nextIndex(i, xLen); in interpolate() local
DTricubicSplineInterpolator.java149 final int nI = nextIndex(i, xLen); in interpolate() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DDOTTreeGenerator.java195 Integer nI = nodeToNumberMap.get(t); in getNodeNumber() local