Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
373 views

Why does PROC FCMP function always return 33 bytes and no more?

I have the following function defined via PROC FCMP. The point of the code should be pretty obvious and relatively straightforward. I'm returning the value of an attribute from a line of XHTML. ...
1
vote
1answer
96 views

CUDA Floating Point Compare

I was wondering if anybody has a good implementation of floating point/ double comparison for CUDA. I'd like to use something (semi) standard, instead of writing my own. I couldn't find something ...
0
votes
2answers
195 views

What is wrong with this Pro*C code?

I copy the code from a paper that i found on internet. proc fcmp outlib=work.funcs.Test; function whatAmI(); return(42); endsub; quit; options cmplib=work.funcs; data _null_; ...