Searched refs:v2 (Results 1 - 6 of 6) sorted by path

/bionic/libc/arch-arm64/generic/bionic/
H A Dmemchr.S55 #define vdata2 v2
H A Dstrchr.S52 #define vdata2 v2
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A De_lgammal_r.c122 v2 = 1.14068418766251486777604403304717558e+01L, variable
293 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7+
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgamma_r.c133 v2 = 2.12848976379893395361e+00, /* 0x40010725, 0xA42B18F5 */ variable
267 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
H A De_lgammaf_r.c62 v2 = 2.10598111e-01, /* 0x3e57a708 */ variable
183 p2 = one+y*(v1+y*(v2+y*v3));
/bionic/tests/libs/
H A Ddlopen_testlib_ifunc_variable_impl.cpp44 extern "C" const char* v2 = "set"; variable
52 return choice == NULL ? &v1 : &v2;

Completed in 125 milliseconds