Release 4.10 arch/powerpc/math-emu/frsqrte.c
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/uaccess.h>
int
frsqrte(void *frD, void *frB)
{
#ifdef DEBUG
printk("%s: %p %p\n", __func__, frD, frB);
#endif
return 0;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 31 | 96.88% | 1 | 50.00% |
harvey harrison | harvey harrison | 1 | 3.12% | 1 | 50.00% |
| Total | 32 | 100.00% | 2 | 100.00% |
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 39 | 95.12% | 1 | 33.33% |
linus torvalds | linus torvalds | 1 | 2.44% | 1 | 33.33% |
harvey harrison | harvey harrison | 1 | 2.44% | 1 | 33.33% |
| Total | 41 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.