Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp2395 struct RndMode in addCompute16bitStorageUniform32To16Group() struct
2397 const char *name; in addCompute16bitStorageUniform32To16Group()
2398 const char *decor; in addCompute16bitStorageUniform32To16Group()
2399 VerifyIOFunc func; in addCompute16bitStorageUniform32To16Group()
3286 struct RndMode in addGraphics16BitStorageUniformFloat32To16Group() struct
3288 const char *name; in addGraphics16BitStorageUniformFloat32To16Group()
3289 const char *decor; in addGraphics16BitStorageUniformFloat32To16Group()
3290 VerifyIOFunc f; in addGraphics16BitStorageUniformFloat32To16Group()
3641 struct RndMode in addGraphics16BitStorageInputOutputFloat32To16Group() struct
3643 const char *name; in addGraphics16BitStorageInputOutputFloat32To16Group()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
H A DRISCVBaseInfo.h111 inline static StringRef roundingModeToString(RoundingMode RndMode) { in roundingModeToString()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h290 inline static StringRef roundingModeToString(RoundingMode RndMode) { in roundingModeToString()
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp261 enum APFloat::roundingMode RndMode = APFloat::rmNearestTiesToEven; in operator +=() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp273 enum APFloat::roundingMode RndMode = APFloat::rmNearestTiesToEven; in operator +=() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp274 RoundingMode RndMode = RoundingMode::NearestTiesToEven; in operator +=() local