HomeSort by relevance Sort by last modified time
    Searched refs:expfn (Results 1 - 21 of 21) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
expdyn1w.s 2 .weak expfn
expdyn1.s 12 .global expfn
13 expfn: label
14 .type expfn,@function
17 .size expfn,.Lfe1-expfn
dso-1b.s 2 .symver dsofn,expfn@@TST2
locref2.s 1 .weak expfn
4 move.d expfn:GOTOFF,$r10
pcrelcp-1.s 1 .symver x,expfn@TST2 ; .symver required to make @ part of name.
6 .reloc 0,R_CRIS_32_PCREL,expfn
7 .reloc 4,R_CRIS_32_PCREL,expfn
18 .reloc 0,R_CRIS_32_PCREL,expfn
19 .reloc 4,R_CRIS_32_PCREL,expfn
20 .reloc 8,R_CRIS_32_PCREL,expfn
21 .reloc 12,R_CRIS_32_PCREL,expfn
34 .reloc 0,R_CRIS_32_PCREL,expfn
35 .reloc 4,R_CRIS_32_PCREL,expfn
36 .reloc 8,R_CRIS_32_PCREL,expfn
    [all...]
locref1.s 2 move.d expfn:GOTOFF,$r10
expdref1.s 5 move.d expfn:GOT,$r10
6 move.d expfn:PLT,$r10
dso-3.s 9 .protected expfn
15 move.d expfn:GOTOFF,$r3
16 move.d expfn:PLTG,$r3
17 move.d expfn:PLT,$r3
libdso-1b.d 6 # Like libdso-1, but export the function as expfn@@TST2 and another
14 00000[12].[02468ace] g DF .text 0+2[ ]+TST2[ ]+expfn
pv32.s 10 bsr expfn
expdyn1.d 12 00080... g DF .text 0+2 expfn
locref1.d 15 0+80076 g F \.text 0+2 expfn
locref2.d 15 0+ w \*UND\* 0+ expfn
libdso-12.d 16 0+234 g DF \.text 0+2 expfn
libdso-12b.d 15 0+234 g DF \.text 0+2 expfn
libdso-12c.d 17 0+202 g[ ]+DF \.text 0+2 Base[ ]+expfn
libdso-1c.d 19 0+[ ]+DF \*UND\* 0+[ ]+TST2[ ]+expfn
libdso-1d.d 16 0+1f2 w DF .text 0+2 expfn
pv32-1.d 11 0+8021e DF \*UND\* 0+ expfn
  /external/eigen/unsupported/doc/examples/
MatrixFunction.cpp 6 std::complex<double> expfn(std::complex<double> x, int) function
22 << A.matrixFunction(expfn) << "\n\n";
  /external/eigen/unsupported/test/
matrix_exponential.cpp 21 T expfn(T x, int) function
38 C = (angle*A).matrixFunction(expfn);
63 C = A.matrixFunction(expfn);
87 C = A.matrixFunction(expfn);
112 m2 = m1.matrixFunction(expfn) * (-m1).matrixFunction(expfn);

Completed in 2790 milliseconds