Searched refs:signC (Results 1 – 1 of 1) sorted by relevance
421 static inline void sub64(cl_ulong *c, cl_ulong p, cl_uint *signC, int *expC) in sub64() argument428 *signC ^= 0x80000000U; in sub64()452 *signC = in sub64()516 cl_uint signC = uc.u & kMSB; // We'll need the sign bit of C later to decide in reference_fma() local541 if (sign ^ signC) in reference_fma()552 if (sign ^ signC) in reference_fma()553 sub64(&addend, product, &signC, &expC); in reference_fma()559 sign = signC; in reference_fma()2795 cl_ulong lo, cl_ulong *signC, int *expC) in sub128() argument2809 *signC ^= 0x8000000000000000ULL; in sub128()[all …]