HomeSort by relevance Sort by last modified time
    Searched full:test_add (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/llvm/test/CodeGen/X86/
atomic-ops-ancient-64.ll 4 define i64 @test_add(i64* %addr, i64 %inc) {
5 ; CHECK-LABEL: test_add:
atom-pad-short-functions.ll 32 define i32 @test_add(i32 %a, i32 %b) nounwind {
33 ; CHECK: test_add
fp_load_fold.ll 6 define double @test_add(double %X, double* %P) {
  /external/clang/test/SemaTemplate/
implicit-instantiation-1.cpp 21 void test_add(char *cp, int i, int *ip) { function
instantiate-expr-1.cpp 106 void test_add(Addable &a) { function
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format22s/
Format22s.smali 11 .method public test_add-int-lit8()V
25 .method public test_add-sub-lit16()V
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format22b/
Format22b.smali 11 .method public test_add-int-lit8()V
25 .method public test_add-sub-lit8()V
  /external/llvm/test/CodeGen/Generic/
i128-addsub.ll 3 define void @test_add(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) {
  /external/llvm/test/CodeGen/PowerPC/
vec_add_sub_doubleword.ll 6 define <2 x i64> @test_add(<2 x i64> %x, <2 x i64> %y) nounwind {
vec_add_sub_quadword.ll 6 define <1 x i128> @test_add(<1 x i128> %x, <1 x i128> %y) nounwind {
9 ; CHECK-LABEL: @test_add
  /external/llvm/test/CodeGen/ARM/
vfp.ll 29 define void @test_add(float* %P, double* %D) {
30 ;CHECK-LABEL: test_add:
  /external/cmockery/cmockery_0_1_2/src/example/
calculator_test.c 95 void test_add(void **state) { function
401 unit_test(test_add),
  /external/llvm/test/CodeGen/AArch64/
arm64-fp128.ll 6 define fp128 @test_add() {
7 ; CHECK-LABEL: test_add:
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format12x/
Format12x.smali 346 .method public test_add-int-2addr()V
511 .method public test_add-long-2addr()V
676 .method public test_add-float-2addr()V
751 .method public test_add-double-2addr()V
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format23x/
Format23x.smali 413 .method public test_add-int()V
578 .method public test_add-long()V
743 .method public test_add-float()V
818 .method public test_add-double()V
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_epoll.py 87 def test_add(self): member in class:TestEPoll
test_binop.py 270 def test_add(self): member in class:RatTestCase
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_epoll.py 87 def test_add(self): member in class:TestEPoll
test_binop.py 270 def test_add(self): member in class:RatTestCase
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_epoll.py 87 def test_add(self): member in class:TestEPoll
test_binop.py 270 def test_add(self): member in class:RatTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_epoll.py 87 def test_add(self): member in class:TestEPoll
test_binop.py 270 def test_add(self): member in class:RatTestCase
  /external/boringssl/src/crypto/bn/
bn_test.cc 100 static bool test_add(FILE *fp);
194 if (!test_add(bc_file.get())) {
340 static bool test_add(FILE *fp) { function
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArrayDequeTest.java 400 public void test_add() throws Exception { method in class:ArrayDequeTest
    [all...]

Completed in 624 milliseconds

1 2 3