Searched refs:denorm (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c61 * float denorm handling of the cpu.
321 * float denorms to floats according to current cpu denorm mode, if
354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; local
356 /* denorm (or zero) if exponent is zero */
369 denorm = lp_build_or(&i32_bld, srcabs, magic);
370 denorm = LLVMBuildBitCast(builder, denorm, f32_bld.vec_type, "");
371 denorm = lp_build_sub(&f32_bld, denorm,
373 denorm
[all...]
/external/skia/tests/
H A DSkRasterPipelineTest.cpp89 // Convert to 1-5-10 half with 15 bias, flushing denorm halfs (including zero) to zero.
90 auto denorm = (int32_t)em < 0x38800000; // I32 comparison is often quicker, and always safe local
92 return denorm ? SkTo<uint16_t>(0)
/external/skia/src/jumper/
H A DSkJumper_vectors.h732 // Convert to 1-8-23 float with 127 bias, flushing denorm halfs (including zero) to zero.
733 auto denorm = (I32)em < 0x0400; // I32 comparison is often quicker, and always safe here.
734 return if_then_else(denorm, F(0)
757 // Convert to 1-5-10 half with 15 bias, flushing denorm halfs (including zero) to zero.
758 auto denorm = (I32)em < 0x38800000; // I32 comparison is often quicker, and always safe here.
759 return pack(if_then_else(denorm, U32(0)
/external/python/cpython2/Python/
H A Ddtoa.c2386 int denorm; local
2454 denorm = 0;
2465 denorm = 1;
2677 denorm ? be + (Bias + (P-1) - 1 + 1) :
/external/llvm/include/llvm/Support/
H A DMachO.h1498 denorm :1, member in struct:llvm::MachO::fp_control_t
1513 denorm :1, member in struct:llvm::MachO::fp_status_t
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h1513 denorm :1, member in struct:llvm::MachO::fp_control_t
1528 denorm :1, member in struct:llvm::MachO::fp_status_t
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8506 outs() << " denorm " << fpu.fpu_fcw.denorm;
8531 outs() << " denorm " << fpu.fpu_fsw.denorm;
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 491 milliseconds