| /xsrc/external/mit/xedit/dist/lisp/re/ |
| H A D | rec.c | 93 irec_info inf; local in function:irec_comp 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 273 irec_simple_pattern(irec_info * inf,rec_pat_t type) argument 292 irec_literal_pattern(irec_info * inf,int value) argument 351 irec_case_literal_pattern(irec_info * inf,int value) argument 419 irec_open_group(irec_info * inf) argument 465 irec_close_group(irec_info * inf) argument 480 irec_range(irec_info * inf) argument 553 irec_range_single(irec_info * inf,int value) argument 573 irec_range_complex(irec_info * inf,int chrf,int chrt) argument 585 irec_escape(irec_info * inf) argument 699 irec_simple_repetition(irec_info * inf,rec_rep_t type) argument 723 irec_complex_repetition(irec_info * inf) argument 832 irec_add_repetition(irec_info * inf,rec_rep * rep) argument 982 irec_free(irec_info * inf) argument [all...] |
| H A D | re.c | 139 re_inf inf; local in function:recomp 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 1743 rec_check(re_inf * inf,int count) argument 1762 rec_code(re_inf * inf,ReCode code) argument 1771 rec_byte(re_inf * inf,int value) argument 1780 rec_code_byte(re_inf * inf,ReCode code,int value) argument 1791 rec_length(re_inf * inf,int length) argument 1817 rec_byte_byte(re_inf * inf,int value0,int value1) argument 1828 rec_code_byte_byte(re_inf * inf,ReCode code,int value0,int value1) argument 1840 rec_build_alt(re_inf * inf,rec_alt * alt) argument 1908 rec_build_pat(re_inf * inf,rec_pat * pat) argument 2037 rec_build_rng(re_inf * inf,rec_rng * rng) argument 2048 rec_build_grp(re_inf * inf,rec_grp * grp) argument 2073 rec_build_stl(re_inf * inf,rec_stl * stl) argument 2167 rec_build_rep(re_inf * inf,rec_rep * rep) argument 2202 rec_inc_spc(re_inf * inf) argument 2211 rec_dec_spc(re_inf * inf) argument 2220 rec_add_spc(re_inf * inf,int maybe) argument 2231 rec_alt_spc(re_inf * inf,int top) argument 2285 rec_rep_spc(re_inf * inf,int top) argument 2340 rec_off_spc(re_inf * inf) argument [all...] |
| H A D | reo.c | 78 orec_inf inf; local in function:orec_comp 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) argument 121 if ((inf->flags & RE_ICASE)) { 122 if (!(ret = orec_pat_cse_can(inf, pt 202 orec_pat(orec_inf * inf,rec_pat * pat) argument 314 orec_pat_bad_rpt(orec_inf * inf,rec_pat * pat) argument 364 orec_pat_bad_forward_rpt(orec_inf * inf,rec_pat * pat) argument 388 orec_grp(orec_inf * inf,rec_grp * grp) argument 401 orec_pat_rng(orec_inf * inf,rec_pat * pat) argument 456 orec_pat_cse(orec_inf * inf,rec_pat * pat) argument 541 orec_pat_cse_can(orec_inf * inf,rec_pat * pat) argument 576 orec_str_list(orec_inf * inf,rec_alt * alt,int str,int count) argument [all...] |
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | ClientWin.c | 50 Window inf; local in function:XmuClientWindow 61 inf = TryChildren(dpy, win, WM_STATE); 62 if (!inf) 63 inf = win; 64 return inf; 78 Window inf = 0; local in function:TryChildren 82 for (i = 0; !inf && (i < nchildren); i++) { 90 inf = children[i]; 92 for (i = 0; !inf && (i < nchildren); i++) 93 inf [all...] |
| /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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 logic 733 // For 0/inf/nan, make sure the sign bit agrees with input and return
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_conversion_builder.h | 81 nir_ssa_def *inf = nir_imm_floatN_t(b, INFINITY, dest_bit_size); local in function:nir_round_float_to_float 82 return nir_bcsel(b, cmp, nir_nextafter(b, lower_prec, inf), lower_prec);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.2.2.rst | 57 - st/nine: Clamp RCP when 0*inf!=0
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_glsl450.c | 335 nir_ssa_def *inf = nir_imm_floatN_t(&b->nb, INFINITY, src[0]->bit_size); local in function:handle_glsl450_alu 348 nir_ieq(nb, abs, inf), 360 nir_ssa_def *inf = nir_imm_floatN_t(&b->nb, INFINITY, src[0]->bit_size); local in function:handle_glsl450_alu 370 nir_ieq(nb, abs, inf),
|
| H A D | vtn_alu.c | 598 nir_ssa_def *inf = nir_imm_floatN_t(&b->nb, INFINITY, src[0]->bit_size); local in function:vtn_handle_alu 599 dest->def = nir_ieq(&b->nb, nir_fabs(&b->nb, src[0]), inf);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_alu.c | 511 nir_ssa_def *inf = nir_imm_floatN_t(&b->nb, INFINITY, src[0]->bit_size); local in function:vtn_handle_alu 512 val->ssa->def = nir_ieq(&b->nb, nir_fabs(&b->nb, src[0]), inf);
|
| /xsrc/external/mit/libpthread-stubs/dist/ |
| H A D | 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/ |
| H A D | 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/ |
| H A D | 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/evieext/dist/ |
| H A D | 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/font-adobe-utopia-75dpi/dist/ |
| H A D | 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/ |
| H A D | 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/ |
| H A D | configure | 881 -infodir | --infodir | --infodi | --infod | --info | --inf) 883 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2861 LLVMValueRef inf = lp_build_const_vec(bld->gallivm, type, INFINITY); local in function:lp_build_rsqrt 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 */ 3487 * - less than zero (to and including -inf) then NaN will be returned 3488 * - equal to zero (-denorm, -0, +0 or +denorm), then -inf will be returned 3582 /* If x is qual to inf make sure we return inf */ 3586 /* If x is qual to 0, return -inf */ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2750 LLVMValueRef inf = lp_build_const_vec(bld->gallivm, type, INFINITY); local in function:lp_build_rsqrt 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 */ 3409 * - less than zero (to and including -inf) then NaN will be returned 3410 * - equal to zero (-denorm, -0, +0 or +denorm), then -inf will be returned 3513 /* If x is qual to inf make sure we return inf */ 3517 /* If x is qual to 0, return -inf */ [all...] |
| /xsrc/external/mit/libXevie/dist/ |
| H A D | configure | 970 -infodir | --infodir | --infodi | --infod | --info | --inf) 972 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 3144 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3170 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 3238 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3347 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|