/netbsd-src/external/bsd/openldap/dist/tests/data/ |
H A D | slapd-nis-provider.conf | 39 index uid pres,eq,approx 40 index gidNumber pres,eq,approx 41 index uidNumber pres,eq,approx 42 index cn pres,eq,approx 43 index memberUid pres,eq,approx 44 index macAddress pres,eq,approx 45 index ipServiceProtocol pres,eq,approx 46 index ipServicePort pres,eq,approx 47 index oncRpcNumber pres,eq,approx 48 index ipHostNumber pres,eq,approx [all …]
|
H A D | dn.out | 202 # Searching database for uniqueMember~="dc=example,dc=com" (approx)... 218 # Searching database for uniqueMember~="dc=example,dc=com#'1000'B" (approx)...
|
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its9051/ |
H A D | slapd-provider.ldif | 59 #indexdb#olcDbIndex: cn eq,sub,approx 60 #indexdb#olcDbIndex: givenName eq,sub,approx 61 #indexdb#olcDbIndex: displayname eq,sub,approx 66 #indexdb#olcDbIndex: sn eq,sub,approx 70 #indexdb#olcDbIndex: ou eq,sub,approx
|
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8800/ |
H A D | slapd-provider1.ldif | 80 #indexdb#olcDbIndex: cn eq,sub,approx 81 #indexdb#olcDbIndex: givenName eq,sub,approx 82 #indexdb#olcDbIndex: displayname eq,sub,approx 87 #indexdb#olcDbIndex: sn eq,sub,approx 91 #indexdb#olcDbIndex: ou eq,sub,approx
|
H A D | slapd-provider3.ldif | 80 #indexdb#olcDbIndex: cn eq,sub,approx 81 #indexdb#olcDbIndex: givenName eq,sub,approx 82 #indexdb#olcDbIndex: displayname eq,sub,approx 87 #indexdb#olcDbIndex: sn eq,sub,approx 91 #indexdb#olcDbIndex: ou eq,sub,approx
|
H A D | slapd-provider2.ldif | 80 #indexdb#olcDbIndex: cn eq,sub,approx 81 #indexdb#olcDbIndex: givenName eq,sub,approx 82 #indexdb#olcDbIndex: displayname eq,sub,approx 87 #indexdb#olcDbIndex: sn eq,sub,approx 91 #indexdb#olcDbIndex: ou eq,sub,approx
|
H A D | slapd-provider4.ldif | 80 #indexdb#olcDbIndex: cn eq,sub,approx 81 #indexdb#olcDbIndex: givenName eq,sub,approx 82 #indexdb#olcDbIndex: displayname eq,sub,approx 87 #indexdb#olcDbIndex: sn eq,sub,approx 91 #indexdb#olcDbIndex: ou eq,sub,approx
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/ |
H A D | divtab-arc-df.c | 57 long double approx = 2. * y0 - y0 * x * y0; in err() local 59 long double err = approx - true; in err() 63 (double)x, (double)approx, (double)true); in err()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/ |
H A D | divtab-arc-df.c | 57 long double approx = 2. * y0 - y0 * x * y0; in err() local 59 long double err = approx - true; in err() 63 (double)x, (double)approx, (double)true); in err()
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/p6/ |
H A D | README | 64 mpn_mul_basecase 8.2 cycles/crossproduct (approx) 65 mpn_sqr_basecase 4.0 cycles/crossproduct (approx) 66 or 7.75 cycles/triangleproduct (approx)
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/pentium4/ |
H A D | README | 53 mpn_mul_basecase 6 cycles/crossproduct (approx) 55 mpn_sqr_basecase 3.5 cycles/crossproduct (approx) 56 or 7.0 cycles/triangleproduct (approx)
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/pentium/ |
H A D | README | 50 mpn_mul_basecase 14.2 cycles/crossproduct (approx) 52 mpn_sqr_basecase 8 cycles/crossproduct (approx) 53 or 15.5 cycles/triangleproduct (approx)
|
/netbsd-src/external/bsd/tre/lib/ |
H A D | Makefile | 18 SRCS+= tre-ast.c tre-compile.c tre-match-approx.c
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/k7/ |
H A D | README | 62 mpn_mul_basecase 4.42 cycles/crossproduct (approx) 63 mpn_sqr_basecase 2.3 cycles/crossproduct (approx) 64 or 4.55 cycles/triangleproduct (approx)
|
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | Makefile.am | 29 libtre_la_SOURCES += tre-match-approx.c
|
H A D | README | 48 tre-match-approx.c:
|
H A D | tre-parse.c | 621 int approx = 0; in tre_parse_bound() local 715 approx = 1; in tre_parse_bound() 753 approx = 1; in tre_parse_bound() 862 if (approx || costs_set || counts_set) in tre_parse_bound()
|
/netbsd-src/external/bsd/tre/dist/ |
H A D | ChangeLog.old | 94 * lib/tre-match-approx.c (tre_tnfa_run_approx): Fixed to work 124 compile with --disable-approx. 126 * lib/tre-match-approx.c: Bugfix. There was a place where the 339 * lib/tre-match-approx.c (tre_tnfa_run_approx): Fixed a bug which 406 * tre/tre-match-approx.c (tre_tnfa_run_approx): Bugfix in handling 452 * lib/tre-match-approx.c (tre_tnfa_run_approx): Fixed bugs. A 461 * test/test-approx.c: Added some simple test cases. 487 * lib/tre-match-parallel.c, lib/tre-match-approx.c: Fixed 521 * lib/tre-match-approx.c: Fixed bugs in submatch tracking. 555 * tests/test-approx.c: Small test program for approximate [all …]
|
H A D | configure.ac | 65 AC_ARG_ENABLE(approx, optenable 67 [--disable-approx],
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | rootrem.c | 208 mp_limb_t k, int approx) in mpn_rootrem_internal() argument 484 if (!approx || sp[0] <= CNST_LIMB (1)) in mpn_rootrem_internal()
|
H A D | sqrtrem.c | 231 mpn_dc_sqrtrem (mp_ptr sp, mp_ptr np, mp_size_t n, mp_limb_t approx, mp_ptr scratch) argument 254 if (UNLIKELY ((sp[0] & approx) != 0)) /* (sp[0] & mask) > 1 */
|
/netbsd-src/external/bsd/tre/dist/tests/ |
H A D | Makefile.am | 49 libxtre_la_SOURCES += ../lib/tre-match-approx.c
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ |
H A D | ucstr.c | 125 unsigned approx = flags & LDAP_UTF8_APPROX; in UTF8bvnormalize() local 245 if ( approx ) { in UTF8bvnormalize()
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/k6/ |
H A D | README | 58 mpn_mul_basecase 9.25 cycles/crossproduct (approx) 59 mpn_sqr_basecase 4.7 cycles/crossproduct (approx) 60 or 9.2 cycles/triangleproduct (approx)
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
H A D | dbtools.sdf | 77 > index {<attrlist> | default} [pres,eq,approx,sub,none] 83 > index cn,sn,uid pres,eq,approx,sub 162 > index {<attrlist> | default} [pres,eq,approx,sub,none] 166 > index cn,sn,uid pres,eq,approx,sub
|