Searched refs:nan (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_builtin_builder.h | 206 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 D | nir_builtin_builder.h | 189 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 D | viewperf.rst | 139 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 D | Makefile.am | 306 nan.orth \
|
| H A D | Makefile.in | 692 nan.orth \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| H A D | gk110.asm | 102 // 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 D | gm107.asm | 115 // 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 D | gk104.asm | 560 // 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 D | gk110.asm | 102 // 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 D | gm107.asm | 115 // 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 D | gk104.asm | 560 // 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 D | Converters.c | 820 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 D | 35-lang-normalize.conf | 754 <!-- 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 D | 20.2.0.rst | 504 - pan/bi: Suppress inf/nan for now
|
Completed in 23 milliseconds