Home
last modified time | relevance | path

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

/external/skqp/tests/
DSkRasterPipelineTest.cpp90 auto denorm = (int32_t)em < 0x38800000; // I32 comparison is often quicker, and always safe in h() local
/external/adhd/cras/src/dsp/tests/
Ddsp_util_test.c241 union ieee754_float denorm; in main() local
/external/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
/external/libgav1/libgav1/src/dsp/arm/
Dmotion_field_projection_neon.cc97 const int16x8_t denorm = LoadDivision(division_table, source_reference_type8); in GetPosition() local
/external/libgav1/libgav1/src/dsp/x86/
Dmotion_field_projection_sse4.cc93 const __m128i denorm = LoadDivision(division_table, source_reference_type8); in GetPosition() local
/external/skia/tests/
DSkRasterPipelineTest.cpp91 auto denorm = (int32_t)em < 0x38800000; // I32 comparison is often quicker, and always safe in h() local
/external/python/cpython3/Python/
Ddtoa.c2288 int denorm; in _Py_dg_dtoa() local
/external/python/cpython2/Python/
Ddtoa.c2386 int denorm; in _Py_dg_dtoa() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp826 const deBool denorm = temp.isDenorm(); in checkValue() local
/external/llvm/include/llvm/Support/
DMachO.h1498 denorm :1, member
1513 denorm :1, member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1513 denorm :1, member
1528 denorm :1, member
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h1584 unsigned short invalid : 1, denorm : 1, zdiv : 1, ovrfl : 1, undfl : 1, member
1589 unsigned short invalid : 1, denorm : 1, zdiv : 1, ovrfl : 1, undfl : 1, member
/external/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
/external/mesa3d/src/amd/compiler/
Daco_ir.h211 uint8_t denorm:4; member