Searched defs:denorm (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/tests/ |
H A D | SkRasterPipelineTest.cpp | 91 auto denorm = (int32_t)em < 0x38800000; // I32 comparison is often quicker, and always safe in h() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_float.c | 354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local [all...] |
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | strtodg.c | 325 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderPackingFunctionTests.cpp | 826 const deBool denorm = temp.isDenorm(); in checkValue() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderPackingFunctionTests.cpp | 826 const deBool denorm = temp.isDenorm(); in checkValue() local
|
/third_party/python/Python/ |
H A D | dtoa.c | 2289 int denorm; in _Py_dg_dtoa() local
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 236 uint8_t denorm : 4; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.h | 1513 denorm :1, member 1528 denorm :1, member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1578 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
|
Completed in 26 milliseconds