Searched refs:pa3 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmember-function-pointers.cpp22 // GLOBAL-LP64: @pa3 = global { i64, i64 } { i64 1, i64 0 }, align 8
23 // GLOBAL-LP32: @pa3 = global { i32, i32 } { i32 1, i32 0 }, align 4
24 void (A::*pa3)() = &A::vf1; variable
65 void (A::*pa3)() = &A::vf1;
/external/fdlibm/
H A Ds_erf.c143 pa3 = 3.18346619901161753674e-01, /* 0x3FD45FCA, 0x805120E4 */ variable
220 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6)))));
279 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6)))));

Completed in 92 milliseconds