Home
last modified time | relevance | path

Searched defs:denorm (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local
/third_party/FreeBSD/contrib/gdtoa/
Dstrtodg.c325 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; local
/third_party/flutter/skia/tests/
DSkRasterPipelineTest.cpp91 auto denorm = (int32_t)em < 0x38800000; // I32 comparison is often quicker, and always safe in h() local
/third_party/skia/tests/
DSkRasterPipelineTest.cpp91 auto denorm = (int32_t)em < 0x38800000; // I32 comparison is often quicker, and always safe in h() local
/third_party/python/Python/
Ddtoa.c2288 int denorm; in _Py_dg_dtoa() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp826 const deBool denorm = temp.isDenorm(); in checkValue() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp826 const deBool denorm = temp.isDenorm(); in checkValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1513 denorm :1, member
1528 denorm :1, member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h1578 unsigned short invalid : 1, denorm : 1, zdiv : 1, ovrfl : 1, undfl : 1, member
1583 unsigned short invalid : 1, denorm : 1, zdiv : 1, ovrfl : 1, undfl : 1, member
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h236 uint8_t denorm : 4; member