Searched refs:add_1 (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/OpenMP/ |
D | declare_simd_ast_print.c | 13 void add_1(float *d, int s1, float *s2, double b[]) __attribute__((cold));
|
D | declare_simd_ast_print.cpp | 12 void add_1(float *d) __attribute__((cold));
|
D | declare_simd_codegen.cpp | 12 void add_1(float *d) {} in add_1() function
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 184 static bool add_1(uint64_t dest[], uint64_t x[], unsigned len, uint64_t y) { in add_1() function 202 add_1(pVal, pVal, getNumWords(), 1); in operator ++() 487 add_1(Result.pVal, Result.pVal, getNumWords(), RHS); in operator +()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 181 static bool add_1(uint64_t dest[], uint64_t x[], unsigned len, uint64_t y) { in add_1() function 199 add_1(pVal, pVal, getNumWords(), 1); in operator ++()
|