Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkPMFloat_neon.h38 float32x4_t add_half = vaddq_f32(fVec, vdupq_n_f32(0.5f)); in roundClamp() local
39 uint32x4_t fix8_32 = vcvtq_u32_f32(add_half); // vcvtq_u32_f32 truncates, so round manually in roundClamp()