File: mips-sgi-irix6.5-gcc

package info (click to toggle)
ffcall 1.10%2Bcvs20100619-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,716 kB
  • ctags: 3,503
  • sloc: asm: 22,989; ansic: 12,710; sh: 8,530; makefile: 898
file content (5 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (11)
1
2
3
4
5
Float f(Float,float,double):({0.1},0.2,0.3)->{0.6}
Float f(Float,float,double):({2.56293e-29},0.2,0.3)->{0}
Double f(float,Double,double):(0.1,{0.2},0.3)->{0.6}
Double f(float,Double,double):(0.1,{1.18576e-322},0.3)->{0}
T f(T,char,T):({"the"},' ',{"fox"})->{"box"}