HomeSort by: relevance | last modified time | path
    Searched defs:approx (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
divtab-arc-df.c 57 long double approx = 2. * y0 - y0 * x * y0; local
59 long double err = approx - true;
63 (double)x, (double)approx, (double)true);
  /src/external/bsd/openldap/dist/libraries/liblunicode/
ucstr.c 125 unsigned approx = flags & LDAP_UTF8_APPROX; local
245 if ( approx ) {
  /src/external/bsd/tre/dist/lib/
tre-parse.c 621 int approx = 0; local
715 approx = 1;
753 approx = 1;
862 if (approx || costs_set || counts_set)
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-sese-to-poly.cc 816 isl_pw_aff *approx = extract_affine_wi (nit, isl_space_copy (space)); local
817 isl_set *x = isl_pw_aff_ge_set (approx, aff_nb_iters);
  /src/external/bsd/openldap/dist/servers/slapd/
schema_init.c 164 /* approx matching rules */
1550 int approx = ((flags & SLAP_MR_EQUALITY_APPROX) == SLAP_MR_EQUALITY_APPROX); local
1599 } else if ( !approx && valueUID.bv_len ) {
1604 } else if ( !approx && assertedUID.bv_len ) {
2610 * if too large: one's complement sign*<approx exponent=chopped bytes>,
6499 * EQUALITY matching rules must be listed after associated APPROX
6500 * matching rules. So, we list all APPROX matching rules first.

Completed in 69 milliseconds