1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
/*===--------------------------------------------------------------------------
* ROCm Device Libraries
*
* This file is distributed under the University of Illinois Open Source
* License. See ROCM_LICENSE.TXT for details.
*===------------------------------------------------------------------------*/
OCML_ATTR v2type con(vtype a, vtype b);
OCML_ATTR v2type csgn(v2type a, vtype b);
OCML_ATTR v2type csgn(v2type a, v2type b);
OCML_ATTR v2type fadd(vtype a, vtype b);
OCML_ATTR v2type nrm(v2type a);
OCML_ATTR v2type onrm(v2type a);
OCML_ATTR v2type fsub(vtype a, vtype b);
OCML_ATTR v2type add(vtype a, vtype b);
OCML_ATTR v2type sub(vtype a, vtype b);
OCML_ATTR v2type mul(vtype a, vtype b);
OCML_ATTR v2type sqr(vtype a);
OCML_ATTR v2type add(v2type a, vtype b);
OCML_ATTR v2type fadd(v2type a, vtype b);
OCML_ATTR v2type add(vtype a, v2type b);
OCML_ATTR v2type fadd(vtype a, v2type b);
OCML_ATTR v2type add(v2type a, v2type b);
OCML_ATTR v2type fadd(v2type a, v2type b);
OCML_ATTR v2type sub(v2type a, vtype b);
OCML_ATTR v2type fsub(v2type a, vtype b);
OCML_ATTR v2type sub(vtype a, v2type b);
OCML_ATTR v2type fsub(vtype a, v2type b);
OCML_ATTR v2type sub(v2type a, v2type b);
OCML_ATTR v2type fsub(v2type a, v2type b);
OCML_ATTR v2type ldx(v2type a, int e);
OCML_ATTR v2type mul(v2type a, vtype b);
OCML_ATTR v2type omul(v2type a, vtype b);
OCML_ATTR v2type mul(vtype a, v2type b);
OCML_ATTR v2type omul(vtype a, v2type b);
OCML_ATTR v2type mul(v2type a, v2type b);
OCML_ATTR v2type omul(v2type a, v2type b);
OCML_ATTR v2type div(vtype a, vtype b);
OCML_ATTR v2type div(v2type a, vtype b);
OCML_ATTR v2type div(vtype a, v2type b);
OCML_ATTR v2type fdiv(v2type a, v2type b);
OCML_ATTR v2type div(v2type a, v2type b);
OCML_ATTR v2type rcp(vtype b);
OCML_ATTR v2type frcp(v2type b);
OCML_ATTR v2type rcp(v2type b);
OCML_ATTR v2type sqr(v2type a);
OCML_ATTR v2type root2(vtype a);
OCML_ATTR v2type root2(v2type a);
OCML_ATTR vtype fnma(vtype a, vtype b, vtype c);
_CL_OVERLOADABLE vtype _cl_frfrexp(vtype a);
_CL_OVERLOADABLE itype _cl_expfrexp(vtype a);
|