HomeSort by: relevance | last modified time | path
    Searched defs:src_abs (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_float.c 115 * src_abs instead save us any instruction.
148 * which might save us from calculating src_abs too.
154 LLVMValueRef src_abs = lp_build_abs(&f32_bld, src); local
155 src_abs = LLVMBuildBitCast(builder, src_abs, i32_bld.vec_type, "");
158 infcheck_src = src_abs;
164 src_abs, i32_floatexpmask);
180 * rescale_src instead of src_abs here saving the calculation of that.)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_float.c 115 * src_abs instead save us any instruction.
148 * which might save us from calculating src_abs too.
154 LLVMValueRef src_abs = lp_build_abs(&f32_bld, src); local
155 src_abs = LLVMBuildBitCast(builder, src_abs, i32_bld.vec_type, "");
158 infcheck_src = src_abs;
164 src_abs, i32_floatexpmask);
180 * rescale_src instead of src_abs here saving the calculation of that.)
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
compiler.h 114 bool src_abs[MIR_SRC_COUNT]; member in struct:midgard_instruction::__anon2807::__anon2808
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
instr-a3xx.h 516 uint32_t src_abs : 1; /* absolute value */ member in struct:PACKED::PACKED::PACKED

Completed in 8 milliseconds