Searched refs:nan (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_builtin_builder.h206 nir_ssa_def *nan = nir_imm_floatN_t(b, NAN, x->bit_size); local in function:nir_nan
208 return nan;
212 nans[i] = nan;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_builtin_builder.h189 nir_ssa_def *nan = nir_imm_floatN_t(b, NAN, x->bit_size); local in function:nir_nan
191 return nan;
195 nans[i] = nan;
/xsrc/external/mit/MesaLib/dist/docs/
H A Dviewperf.rst139 0 & 0 & 0 & nan
147 1.4013 \times 10^{-45} & 0 & -nan & 0\\
149 1.4013 \times 10^{-45} & -nan & 1.4013 \times 10^{-45} & 0\\
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A DMakefile.am306 nan.orth \
H A DMakefile.in692 nan.orth \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgk110.asm102 // result for 0/inf/nan. $r2 holds the exponent value, which starts at
266 // rsqrt64h will give correct result for 0/inf/nan, the following logic
274 // For 0/inf/nan, make sure the sign bit agrees with input and return
H A Dgm107.asm115 // result for 0/inf/nan. $r2 holds the exponent value, which starts at
299 // rsqrt64h will give correct result for 0/inf/nan, the following logic
307 // For 0/inf/nan, make sure the sign bit agrees with input and return
H A Dgk104.asm560 // result for 0/inf/nan. $r2 holds the exponent value, which starts at
725 // rsqrt64h will give correct result for 0/inf/nan, the following logic
733 // For 0/inf/nan, make sure the sign bit agrees with input and return
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgk110.asm102 // result for 0/inf/nan. $r2 holds the exponent value, which starts at
266 // rsqrt64h will give correct result for 0/inf/nan, the following logic
274 // For 0/inf/nan, make sure the sign bit agrees with input and return
H A Dgm107.asm115 // result for 0/inf/nan. $r2 holds the exponent value, which starts at
299 // rsqrt64h will give correct result for 0/inf/nan, the following logic
307 // For 0/inf/nan, make sure the sign bit agrees with input and return
H A Dgk104.asm560 // result for 0/inf/nan. $r2 holds the exponent value, which starts at
725 // rsqrt64h will give correct result for 0/inf/nan, the following logic
733 // For 0/inf/nan, make sure the sign bit agrees with input and return
/xsrc/external/mit/libXt/dist/src/
H A DConverters.c820 float f, nan = 0.0; local in function:XtCvtStringToFloat
823 toVal->addr != NULL ? (float *) toVal->addr : &nan);
834 if (toVal->addr != NULL && toVal->size == sizeof nan)
835 *(float *) toVal->addr = nan;
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D35-lang-normalize.conf754 <!-- nan* -> nan -->
756 <test name="lang" compare="contains"><string>nan</string></test>
757 <edit name="lang" mode="assign" binding="same"><string>nan</string></edit>
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst504 - pan/bi: Suppress inf/nan for now

Completed in 23 milliseconds