Home
last modified time | relevance | path

Searched refs:EXSIGNBIT_SP32 (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/libclc/generic/lib/math/
Dlogb.cl6 int ax = as_int(x) & EXSIGNBIT_SP32;
Dmath.h58 #define EXSIGNBIT_SP32 0x7fffffff macro
Dclc_hypot.cl34 uint aux = ux & EXSIGNBIT_SP32;
36 uint auy = uy & EXSIGNBIT_SP32;
Dclc_fmod.cl33 int ax = ux & EXSIGNBIT_SP32;
39 int ay = uy & EXSIGNBIT_SP32;
Dclc_remainder.cl33 int ax = ux & EXSIGNBIT_SP32;
39 int ay = uy & EXSIGNBIT_SP32;
Dilogb.cl30 uint ax = ux & EXSIGNBIT_SP32;
Dclc_remquo.cl35 int ax = ux & EXSIGNBIT_SP32;
41 int ay = uy & EXSIGNBIT_SP32;
Datanh.cl30 uint ax = ux & EXSIGNBIT_SP32;
Dlog_base.h106 uint ax = xi & EXSIGNBIT_SP32; in log2()
Dtanh.cl40 uint aux = ux & EXSIGNBIT_SP32;
Datanpi.cl32 uint aux = ux & EXSIGNBIT_SP32;
Datan.cl33 uint aux = ux & EXSIGNBIT_SP32;
Dcbrt.cl32 uint axi = xi & EXSIGNBIT_SP32;
Dclc_pown.cl71 int ax = ix & EXSIGNBIT_SP32;
75 int ay = iy & EXSIGNBIT_SP32;
Dclc_powr.cl69 int ax = ix & EXSIGNBIT_SP32;
73 int ay = iy & EXSIGNBIT_SP32;
Dclc_rootn.cl71 int ax = ix & EXSIGNBIT_SP32;
75 int ay = iy & EXSIGNBIT_SP32;
Dasin.cl48 uint aux = ux & EXSIGNBIT_SP32;
Dasinpi.cl49 uint aux = ux & EXSIGNBIT_SP32;
Dlog1p.cl33 uint ax = ux & EXSIGNBIT_SP32;
Dclc_pow.cl72 int ax = ix & EXSIGNBIT_SP32;
76 int ay = iy & EXSIGNBIT_SP32;
Dcosh.cl45 uint aux = ux & EXSIGNBIT_SP32;
Dsinh.cl44 uint aux = ux & EXSIGNBIT_SP32;
Dasinh.cl31 uint ax = ux & EXSIGNBIT_SP32;
Dsincos_helpers.cl78 int ix = as_int(x) & EXSIGNBIT_SP32;