Home
last modified time | relevance | path

Searched refs:to_F32 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkVMBlitter.cpp43 to_F32(dx) + 0.5f, in device_coord()
44 to_F32(dy) + 0.5f, in device_coord()
161 skvm::F32 dither = to_F32(M) * scale + bias;
H A DSkVM.h873 F32 to_F32(I32 x); in abs()
1240 SI F32 to_F32(I32 x) { return x-> to_F32(x); } in to_F32() function
H A DSkVM.cpp818 F32 e = mul(to_F32(pun_to_I32(x)), splat(1.0f / (1<<23))); in approx_log2()
1130 F32 Builder::to_F32(I32 x) { in to_F32() function in skvm::Builder
1154 return mul(to_F32(x), limit); in from_unorm()
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp726 return skvm::trunc(skvm::to_F32(x) / skvm::to_F32(y));
775 dst[i] = skvm::to_F32(i32(src[i]));

Completed in 15 milliseconds