HomeSort by: relevance | last modified time | path
    Searched refs:exp3 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/gzip/
mixed.sh 24 printf 'aaa\nbbb\nccc\n' > exp3 || framework_failure_
  /src/bin/csh/
exp.c 77 static Char *exp3(Char ***, int);
148 etraci("exp3 p1", p1, vp);
156 etraci("exp3 p2", p2, vp);
213 p1 = exp3(vp, ignore);
221 p2 = exp3(vp, ignore);
250 exp3(Char ***vp, int ignore) function
257 etracc("exp3 p1", p1, vp);
263 p2 = exp3(vp, ignore);
265 etracc("exp3 p2", p2, vp);
  /src/usr.bin/rpcgen/
rpc_util.c 319 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3)
324 toktostr(exp3));
  /src/external/lgpl3/mpfr/lib/libmpfr/
Makefile 95 exp3.c \
  /src/crypto/external/apache2/openssl/dist/test/
evp_pkey_provided_test.c 639 BIGNUM *exp3 = NULL, *coeff2 = NULL; local
767 || !TEST_ptr(exp3 = BN_bin2bn(exp3_data, sizeof(exp3_data), NULL))
793 cdata[3].comparebn = exp3;
823 BN_free(exp3);
  /src/external/gpl3/gcc/dist/gcc/
fold-const.cc 155 The form is "(EXP0 CMP EXP1) ? EXP2 : EXP3". */
157 minmax_from_comparison (tree_code cmp, tree exp0, tree exp1, tree exp2, tree exp3)
167 if (TREE_CODE (exp3) == INTEGER_CST && TREE_CODE (exp1) == INTEGER_CST)
169 if (wi::to_widest (exp1) == (wi::to_widest (exp3) - 1))
191 if (wi::to_widest (exp1) == (wi::to_widest (exp3) + 1))
215 || operand_equal_p (exp1, exp3))

Completed in 26 milliseconds