Searched defs:getZeroVector (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDecimalFormatAPIC.java347 getZeroVector());
443 private static List<FieldContainer> getZeroVector() { method in class:IntlTestDecimalFormatAPIC
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPIC.java343 getZeroVector());
439 private static List<FieldContainer> getZeroVector() { method in class:IntlTestDecimalFormatAPIC
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4237 /// getZeroVector - Returns a vector of specified type with all zero elements.
4243 static SDValue getZeroVector(EVT VT, SelectionDAG &DAG, SDLoc dl) { function
4349 SDValue NX = DAG.getNode(ISD::SUB, dl, VT, getZeroVector(VT, DAG, dl), X);
4560 getZeroVector(ShiftVT, DAG, dl),

Completed in 233 milliseconds