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

  /external/clang/test/OpenMP/
declare_simd_codegen.cpp 12 void add_1(float *d) {} function
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 177 /// add_1 - This function adds a single "digit" integer, y, to the multiple
181 static bool add_1(uint64_t dest[], uint64_t x[], unsigned len, uint64_t y) { function
199 add_1(pVal, pVal, getNumWords(), 1);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 184 static bool add_1(uint64_t dest[], uint64_t x[], unsigned len, uint64_t y) { function
202 add_1(pVal, pVal, getNumWords(), 1);
487 add_1(Result.pVal, Result.pVal, getNumWords(), RHS);
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 268 milliseconds