| /xsrc/external/mit/xedit/dist/lisp/re/ |
| rec.c | 93 irec_info inf; local 111 inf.ptr = (unsigned char*)pattern; 112 inf.end = (unsigned char*)endp; 113 inf.flags = flags; 114 inf.alt = inf.palt = alt; 115 inf.pgrp = NULL; 116 inf.ppat = NULL; 117 inf.nparens = inf.ngrps = 0 [all...] |
| re.c | 139 re_inf inf; local 144 inf.alt = irec_comp(pattern, 151 inf.cod = NULL; 152 inf.len = inf.spc = 0; 153 inf.bas = 0; 154 inf.par = 0; 155 inf.ref = 0; 156 inf.apat = NULL; 157 inf.flags = flags [all...] |
| reo.c | 78 orec_inf inf; local 80 inf.alt = alt; 81 inf.grp = NULL; 82 inf.flags = flags; 83 inf.ecode = 0; 85 orec_alt(&inf, alt); 87 return (inf.ecode); 107 orec_alt(orec_inf *inf, rec_alt *alt) 121 if ((inf->flags & RE_ICASE)) { 122 if (!(ret = orec_pat_cse_can(inf, ptr->pat))) [all...] |
| /xsrc/external/mit/libXmu/dist/src/ |
| ClientWin.c | 50 Window inf; local 61 inf = TryChildren(dpy, win, WM_STATE); 62 if (!inf) 63 inf = win; 64 return inf; 78 Window inf = 0; local 82 for (i = 0; !inf && (i < nchildren); i++) { 90 inf = children[i]; 92 for (i = 0; !inf && (i < nchildren); i++) 93 inf = TryChildren(dpy, children[i], WM_STATE) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| gk110.asm | 102 // result for 0/inf/nan. $r2 holds the exponent value, which starts at 107 // We want to check whether the exponent is 0 or 0x7ff (i.e. NaN, inf, 115 // Process all special values: NaN, inf, denorm, 0 117 // A number is NaN if its abs value is greater than or unordered with inf 125 // Other values with nonzero in exponent field should be inf 129 // +/-Inf -> +/-0 135 // +/-0 -> +/-Inf 194 // Note that after processing, the new exponent may >= 0x7ff (inf) 212 // New exponent >= 0x7ff means that result is inf 266 // rsqrt64h will give correct result for 0/inf/nan, the following logi [all...] |
| gm107.asm | 115 // result for 0/inf/nan. $r2 holds the exponent value, which starts at 121 // We want to check whether the exponent is 0 or 0x7ff (i.e. NaN, inf, 129 // Process all special values: NaN, inf, denorm, 0 132 // A number is NaN if its abs value is greater than or unordered with inf 143 // Other values with nonzero in exponent field should be inf 146 // +/-Inf -> +/-0 155 // +/-0 -> +/-Inf 221 // Note that after processing, the new exponent may >= 0x7ff (inf) 241 // New exponent >= 0x7ff means that result is inf 299 // rsqrt64h will give correct result for 0/inf/nan, the following logi [all...] |
| gk104.asm | 560 // result for 0/inf/nan. $r2 holds the exponent value, which starts at 565 // We want to check whether the exponent is 0 or 0x7ff (i.e. NaN, inf, 573 // Process all special values: NaN, inf, denorm, 0 575 // A number is NaN if its abs value is greater than or unordered with inf 583 // Other values with nonzero in exponent field should be inf 587 // +/-Inf -> +/-0 593 // +/-0 -> +/-Inf 652 // Note that after processing, the new exponent may >= 0x7ff (inf) 670 // New exponent >= 0x7ff means that result is inf 725 // rsqrt64h will give correct result for 0/inf/nan, the following logi [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| gk110.asm | 102 // result for 0/inf/nan. $r2 holds the exponent value, which starts at 107 // We want to check whether the exponent is 0 or 0x7ff (i.e. NaN, inf, 115 // Process all special values: NaN, inf, denorm, 0 117 // A number is NaN if its abs value is greater than or unordered with inf 125 // Other values with nonzero in exponent field should be inf 129 // +/-Inf -> +/-0 135 // +/-0 -> +/-Inf 194 // Note that after processing, the new exponent may >= 0x7ff (inf) 212 // New exponent >= 0x7ff means that result is inf 266 // rsqrt64h will give correct result for 0/inf/nan, the following logi [all...] |
| gm107.asm | 115 // result for 0/inf/nan. $r2 holds the exponent value, which starts at 121 // We want to check whether the exponent is 0 or 0x7ff (i.e. NaN, inf, 129 // Process all special values: NaN, inf, denorm, 0 132 // A number is NaN if its abs value is greater than or unordered with inf 143 // Other values with nonzero in exponent field should be inf 146 // +/-Inf -> +/-0 155 // +/-0 -> +/-Inf 221 // Note that after processing, the new exponent may >= 0x7ff (inf) 241 // New exponent >= 0x7ff means that result is inf 299 // rsqrt64h will give correct result for 0/inf/nan, the following logi [all...] |
| gk104.asm | 560 // result for 0/inf/nan. $r2 holds the exponent value, which starts at 565 // We want to check whether the exponent is 0 or 0x7ff (i.e. NaN, inf, 573 // Process all special values: NaN, inf, denorm, 0 575 // A number is NaN if its abs value is greater than or unordered with inf 583 // Other values with nonzero in exponent field should be inf 587 // +/-Inf -> +/-0 593 // +/-0 -> +/-Inf 652 // Note that after processing, the new exponent may >= 0x7ff (inf) 670 // New exponent >= 0x7ff means that result is inf 725 // rsqrt64h will give correct result for 0/inf/nan, the following logi [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_conversion_builder.h | 81 nir_ssa_def *inf = nir_imm_floatN_t(b, INFINITY, dest_bit_size); local 82 return nir_bcsel(b, cmp, nir_nextafter(b, lower_prec, inf), lower_prec);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| vtn_glsl450.c | 335 nir_ssa_def *inf = nir_imm_floatN_t(&b->nb, INFINITY, src[0]->bit_size); local 342 /* NaN input should produce a NaN results, and ±Inf input should provide 345 * with Inf instead of using fisfinite (which is false for NaN). 348 nir_ieq(nb, abs, inf), 360 nir_ssa_def *inf = nir_imm_floatN_t(&b->nb, INFINITY, src[0]->bit_size); local 368 /* See GLSLstd450Modf for explanation of the Inf and NaN handling. */ 370 nir_ieq(nb, abs, inf),
|
| vtn_alu.c | 598 nir_ssa_def *inf = nir_imm_floatN_t(&b->nb, INFINITY, src[0]->bit_size); local 599 dest->def = nir_ieq(&b->nb, nir_fabs(&b->nb, src[0]), inf);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| vtn_alu.c | 511 nir_ssa_def *inf = nir_imm_floatN_t(&b->nb, INFINITY, src[0]->bit_size); local 512 val->ssa->def = nir_ieq(&b->nb, nir_fabs(&b->nb, src[0]), inf);
|
| /xsrc/external/mit/evieext/dist/ |
| configure | 925 -infodir | --infodir | --infodi | --infod | --info | --inf) 927 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 2969 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2995 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 3063 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3172 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|
| /xsrc/external/mit/libpthread-stubs/dist/ |
| configure | 909 -infodir | --infodir | --infodi | --infod | --info | --inf) 911 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 3561 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3588 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 3658 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3769 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|
| /xsrc/external/mit/xf86dga/dist/ |
| configure | 929 -infodir | --infodir | --infodi | --infod | --info | --inf) 931 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 2979 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3005 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 3073 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3182 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|
| /xsrc/external/mit/xsetpointer/dist/ |
| configure | 847 -infodir | --infodir | --infodi | --infod | --info | --inf) 849 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 2586 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2611 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 2712 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2767 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
|
| /xsrc/external/mit/font-adobe-utopia-75dpi/dist/ |
| configure | 973 -infodir | --infodir | --infodi | --infod | --info | --inf) 975 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 3039 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3065 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 3133 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3242 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|
| /xsrc/external/mit/xproxymanagementprotocol/dist/ |
| configure | 950 -infodir | --infodir | --infodi | --infod | --info | --inf) 952 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 2838 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2864 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 2975 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3033 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|
| /xsrc/external/mit/util-macros/dist/ |
| configure | 881 -infodir | --infodir | --infodi | --infod | --info | --inf) 883 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_arit.c | 1245 * for Inf and NaN. 2602 * +/-Inf, giving NaN instead. Certain applications rely on this behavior, 2652 * - doing Newton-Rapshon steps yields wrong (NaN) values for 0.0 or Inf 2750 LLVMValueRef inf = lp_build_const_vec(bld->gallivm, type, INFINITY); local 2756 res = lp_build_select(bld, cmp, inf, res); 2757 cmp = lp_build_compare(bld->gallivm, type, PIPE_FUNC_EQUAL, a, inf); 3026 /* If a is -inf, inf or NaN then return NaN */ 3274 * the result is INF and if it's smaller than -126.9 the result is 0 */ 3409 * - less than zero (to and including -inf) then NaN will be returne [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_arit.c | 1367 * for Inf and NaN. 2713 * +/-Inf, giving NaN instead. Certain applications rely on this behavior, 2763 * - doing Newton-Rapshon steps yields wrong (NaN) values for 0.0 or Inf 2861 LLVMValueRef inf = lp_build_const_vec(bld->gallivm, type, INFINITY); local 2867 res = lp_build_select(bld, cmp, inf, res); 2868 cmp = lp_build_compare(bld->gallivm, type, PIPE_FUNC_EQUAL, a, inf); 3137 /* If a is -inf, inf or NaN then return NaN */ 3352 * the result is INF and if it's smaller than -126.9 the result is 0 */ 3487 * - less than zero (to and including -inf) then NaN will be returne [all...] |
| /xsrc/external/mit/appres/dist/ |
| configure | 974 -infodir | --infodir | --infodi | --infod | --info | --inf) 976 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 3711 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3738 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 3810 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3925 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|
| /xsrc/external/mit/bdftopcf/dist/ |
| configure | 983 -infodir | --infodir | --infodi | --infod | --info | --inf) 985 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 3872 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3899 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 3971 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 4086 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|