Home
last modified time | relevance | path

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

/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h405 return sk_bit_cast<U64>(parts);
946 return sk_bit_cast<V>(if_then_else(c, sk_bit_cast<F>(t), sk_bit_cast<F>(e))); in if_then_else()
966 F e = cast(sk_bit_cast<U32>(x)) * (1.0f / (1<<23)); in approx_log2()
969 F m = sk_bit_cast<F>((sk_bit_cast<U32>(x) & 0x007fffff) | 0x3f000000); in approx_log2()
983 return sk_bit_cast<F>(round(1.0f * (1<<23), in approx_pow2()
1016 , sk_bit_cast<F>( (s<<16) + (em<<13) + ((127-15)<<23) )); in from_half()
1030 U32 sem = sk_bit_cast<U3 in to_half()
[all...]
/third_party/skia/src/core/
H A DSkUtils.h48 static SK_ALWAYS_INLINE Dst sk_bit_cast(const Src& src) { in sk_bit_cast() function
/third_party/skia/experimental/graphite/src/
H A DDrawPass.cpp112 uint64_t pipelineKey() const { return sk_bit_cast<uint64_t>(fPipelineKey); } in pipelineKey()
119 uint64_t uniformKey() const { return sk_bit_cast<uint64_t>(fUniformKey); } in uniformKey()
/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.cpp569 SkASSERT(sk_bit_cast<float>(kIEEE_one_minus_2_epsilon) == 1 - 2*kEpsilon); in findCubicConvex180Chops()
626 if (sk_bit_cast<uint32_t>(root - kEpsilon) < kIEEE_one_minus_2_epsilon) { in findCubicConvex180Chops()
640 if (sk_bit_cast<uint32_t>(root - kEpsilon) < kIEEE_one_minus_2_epsilon) { in findCubicConvex180Chops()

Completed in 5 milliseconds