OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ORIG_DIR
(Results
1 - 2
of
2
) sorted by null
/external/eigen/bench/btl/data/
smooth_all.sh
2
ORIG_DIR
=$1
3
SMOOTH_DIR=${
ORIG_DIR
}_smooth
6
AXPY_FILE=`find ${
ORIG_DIR
} -name "*.dat" | grep axpy`
11
./smooth ${
ORIG_DIR
}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
17
MATRIX_VECTOR_FILE=`find ${
ORIG_DIR
} -name "*.dat" | grep matrix_vector`
22
./smooth ${
ORIG_DIR
}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
27
MATRIX_MATRIX_FILE=`find ${
ORIG_DIR
} -name "*.dat" | grep matrix_matrix`
32
./smooth ${
ORIG_DIR
}/${BASE} 4 ${SMOOTH_DIR}/${BASE}
35
AAT_FILE=`find ${
ORIG_DIR
} -name "*.dat" | grep _aat`
40
./smooth ${
ORIG_DIR
}/${BASE} 4 ${SMOOTH_DIR}/${BASE
[
all
...]
/external/mesa3d/bin/
mklib
41
ORIG_DIR
=`pwd`
50
*) FILE="$
ORIG_DIR
/$FILE" ;;
64
cd "$
ORIG_DIR
"
Completed in 57 milliseconds