Searched defs:a0 (Results 1 - 5 of 5) sorted by path

/bionic/libc/arch-mips/include/machine/
H A Dregdef.h44 #define a0 $4 /* argument registers */ macro
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h51 #define a0 $4 /* argument registers */ macro
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dmisc.c901 char *b = (char*)b1, *a0 = a; local
904 return a0;
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgamma_r.c94 a0 = 7.72156649015328655494e-02, /* 0x3FB3C467, 0xE37DB0C8 */ variable
252 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10))));
H A De_lgammaf_r.c27 a0 = 7.7215664089e-02, /* 0x3d9e233f */ variable
185 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10))));

Completed in 1747 milliseconds