Home
last modified time | relevance | path

Searched defs:bit_cast (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dcasts.h155 inline Dest bit_cast(const Source& source) { in bit_cast() function
175 inline Dest bit_cast(const Source& source) { in bit_cast() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dbit.h50 inline To bit_cast(const From &from) noexcept { in bit_cast() function
/third_party/protobuf/src/google/protobuf/stubs/
Dcasts.h118 inline To bit_cast(const From& from) { in bit_cast() function
/third_party/skia/third_party/externals/swiftshader/src/System/
DMath.hpp70 destType bit_cast(const sourceType &source) in bit_cast() function
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMath.hpp78 destType bit_cast(const sourceType &source) in bit_cast() function
/third_party/flutter/skia/src/core/
DSkVM.h352 I32 bit_cast(F32 x) { return {x.id}; } in bit_cast() function
371 F32 bit_cast(I32 x) { return {x.id}; } in bit_cast() function
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h23 SI Dst bit_cast(const Src& src) { in bit_cast() function