Home
last modified time | relevance | path

Searched defs:sf32 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/
H A Dastc_mathlib.h162 typedef uint32_t sf32; typedef
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_mathlib_softfloat.cpp30 typedef uint32_t sf32; typedef
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/testdata/
H A Dbooks.proto117 optional sfixed32 sf32 = 4; field
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/testdata/
H A Dbooks.proto117 optional sfixed32 sf32 = 4; field
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBlasKernel.cpp598 auto sf32 = sum.data() + i; in fp16_gemv_notrans_fp32_arith() local
/aosp_15_r20/art/test/125-gc-and-classloading/src/
H A DMain.java101 static Object sf32; field in Main.BigClass