HomeSort by relevance Sort by last modified time
    Searched refs:SPD (Results 1 - 9 of 9) sorted by null

  /device/linaro/hikey/uefi-tools/
atf-build.sh 101 SPD="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o atf_spd`"
108 if [ X"$SPD" != X"" ] && [ X"$BL32" != X"" ]; then
110 # Since SPD cannot be exported or undefined,
113 SPD_OPTION="SPD=$SPD"
  /external/eigen/test/
inplace_decomposition.cpp 17 template<typename DecType,typename MatrixType> void inplace(bool square = false, bool SPD = false)
30 if(SPD)
sparse_solver.h 252 if(sym==SPD) return "SPD ";
321 if (it.sym() == SPD){
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 17 SPD = 0x100,
30 * Note that the right hand side for a SPD matrix is named as matname_SPD_b.mtx
221 // Find if the matrix is SPD
222 size_t found = m_matname.find("SPD");
224 m_sym = SPD;
  /external/ltp/testcases/network/stress/ns-tools/
output_ipsec_conf 67 Flush the SAD and SPD entries.
89 # When argument is `flush', flush the SAD and SPD
135 # Write lines for adding an SPD entry
  /device/linaro/bootloader/arm-trusted-firmware/
Makefile 50 # SPD choice
51 SPD := none
123 SPDS := $(shell ls -I none services/spd)
176 # Include SPD Makefile if one has been specified
177 ifneq (${SPD},none)
178 # We expect to locate an spd.mk under the specified SPD directory
179 SPD_MAKE := $(shell m="services/spd/${SPD}/${SPD}.mk"; [ -f "$$m" ] && echo "$$m"
    [all...]
  /external/eigen/bench/spbench/
spbenchsolver.h 426 if (sym == SPD)
481 } // End SPD matrices
509 if (it.sym() == SPD)
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 808 void visitSPDescriptorParent(StackProtectorDescriptor &SPD,
810 void visitSPDescriptorFailure(StackProtectorDescriptor &SPD);
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 348 milliseconds