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

  /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;
  /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...]

Completed in 963 milliseconds